GaussianNoiseForecaster.relative_noise#
- GaussianNoiseForecaster.relative_noise: bool#
Whether the Gaussian noise should be relative to the scale of the time series.
If True, the noise_std will be computed as input_noise_std * time_series.mean(). If False, the noise_std will be equal to input_noise_std.