Random Walk Standard Deviation¶
- class pypomp.core.rw_sigma.RWSigma(sigmas: dict[str, float], init_names: list[str] = [])[source]¶
Bases:
objectRepresents the random walk standard deviation for the parameters of a model used in the Iterated Filtering 2 (IF2) algorithm.
Attributes
Dictionary mapping parameter names to sigma values. |
|
List of parameter names that are considered initial parameters. |
|
List of parameter names that are not considered initial parameters. |
|
List of all parameter names. |
Methods
|
Reduces all sigmas by multiplying them by the specified factor in place. |