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