pastas.noisemodels.ArmaNoiseModel.simulate#
- pastas.noisemodels.ArmaNoiseModel.simulate(res: pandas.Series, p: pastas.typing.ArrayLike) pandas.Series#
Simulate noise from the residual series.
- Parameters:
res (pandas.Series) – The residual series.
p (array_like) – array_like object with the values as floats representing the model parameters. Here, Alpha and Beta parameters used by the noisemodel.
- Returns:
noise – Series of the noise.
- Return type: