pastas.stressmodels.StressModel.simulate#

StressModel.simulate(p, tmin=None, tmax=None, freq=None, dt=1.0)[source]#

Simulates the head contribution.

Parameters
  • p (array_like) – array_like object with the values as floats representing the model parameters.

  • tmin (str, optional) –

  • tmax (str, optional) –

  • freq (str, optional) –

  • dt (int, optional) –

Returns

The simulated head contribution.

Return type

pandas.Series