StressModelBase#
- class StressModelBase(name, tmin, tmax, rfunc=None, up=True, gain_scale_factor=1.0)[source]#
StressModel Base class called by each StressModel object.
- Parameters
- parameters#
The DataFrame containing the parameters.
- Type
Attributes#
|
Methods#
Determine in how many time series the contribution can be split. |
|
Get parameters and return as array. |
|
Method to obtain the settings of the stresses. |
|
Returns the stress(es) of the time series object as a pandas DataFrame. |
|
Set the initial parameters (back) to their default values. |
|
Method to export the stress model object. |
|
Method to update the settings of the all stresses in the stress model. |