RogueWave

General Considerations

Missing Values

The functions in this package assume the time series does not contain any missing values. If missing values are present, they should be set to NaN (numpy.nan), and the function will return an appropriate error message. To enable fitting of the model, the missing values must be replaced by appropriate estimates.