Timeseries Guide

Module Overview

These funcions provide processing and modelling capabilities for timeseries production data. Processing functions prepare data to train two types of expected energy models:

  • AIT: additive interaction trained model, see Hopwood and Gunda [HG22] for more information.

  • Linear: a high flexibility linear regression model.

Additionally, the ability to generate expected energy via IEC standards (iec 61724-1) is implemented in the iec module.

An example of usage can be found in tutorial_timeseries_module.ipynb <https://github.com/sandialabs/pvOps/blob/master/tutorials/tutorial_timeseries_module.ipynb>.

Preprocess

Models

Example Code

load in data and run some processing functions