StochasticParameter#
- class ansys.optislang.core.project_parametric.StochasticParameter(name: str = '', reference_value: float = 0, id: str | None = None, const: bool = False, stochastic_resolution: ParameterResolution | str = ParameterResolution.MARGINALDISTRIBUTION, distribution_type: DistributionType | str = DistributionType.NORMAL, distribution_parameters: Sequence[float] | None = None, statistical_moments: Sequence[float] | None = None, cov: float | None = None)#
Stores stochastic parameter data.
Methods
StochasticParameter.from_dict
(par_dict)Create an instance of the
Parameter
class from optiSLang output.Convert an instance of the
StochasticParameter
to dictionary.Attributes
Whether the value for the parameter is a constant.
COV of the distribution.
Parameters of the distribution.
Type of the distribution.
ID of the parameter.
Name of the parameter.
Reference value of the parameter.
Type of the reference value``.
Statistical moments of the distribution.
Type of the stochastic resolution.
Type of the parameter.