JohnsonSB

Johnson Special Bounded (SB) distribution.

Description

The Johnson Special Bounded (SB) distribution Johnson et al. (1994) is related to the normal distribution. Four parameters are needed: , , , and . It is a continuous distribution defined on bounded range , and the distribution can be symmetric or asymmetric.

Probability Density Function:

Cumulative Density Function:

Input Parameters

  • aLower location parameter

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Lower location parameter

  • alpha_1Shape parameter (sometimes called a)

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Shape parameter (sometimes called a)

  • alpha_2Shape parameter (sometimes called b)

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Shape parameter (sometimes called b)

  • bUpper location parameter

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Upper location parameter

Required Parameters

  • control_tagsAdds user-defined labels for accessing object parameters via control logic.

    C++ Type:std::vector<std::string>

    Unit:(no unit assumed)

    Controllable:No

    Description:Adds user-defined labels for accessing object parameters via control logic.

  • enableTrueSet the enabled status of the MooseObject.

    Default:True

    C++ Type:bool

    Unit:(no unit assumed)

    Controllable:No

    Description:Set the enabled status of the MooseObject.

Advanced Parameters

References

  1. N. L. Johnson, S. Kotz, and N. Balakrishnan. Continuous Univariate Distributions. Volume 1. Wiley, 1994.[BibTeX]