- shapeShape of the distribution (beta or s)
C++ Type:double
Description:Shape of the distribution (beta or s)
- locationLocation or mean of the distribution (alpha or mu)
C++ Type:double
Description:Location or mean of the distribution (alpha or mu)
LogisticDistribution
Description
The logistic distribution is a continuous distribution defined with a location () and shape () parameters.
Probability Density Function:
(1)
Cumulative Density Function:
(2)
Logistic distribution.
Input Parameters
- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector
Description:Adds user-defined labels for accessing object parameters via control logic.
- enableTrueSet the enabled status of the MooseObject.
Default:True
C++ Type:bool
Description:Set the enabled status of the MooseObject.