Weibull

Three-parameter Weibull distribution.

Description

The Weibull object defines a translated Weibull distribution which has a probability density function (PDF) defined as

where and defines the shape parameter, and defines the scale parameter and is the location parameter of the distribution.

Example Input Syntax

[Distributions]
  [weibull]
    type = Weibull
    shape = 5
    scale = 1
    location = 0
  []
[]
(modules/stochastic_tools/test/tests/distributions/weibull.i)

Input Parameters

  • locationLocation parameter (a or low)

    C++ Type:double

    Controllable:No

    Description:Location parameter (a or low)

  • scaleScale parameter (b or lambda)

    C++ Type:double

    Controllable:No

    Description:Scale parameter (b or lambda)

  • shapeShape parameter (c or k)

    C++ Type:double

    Controllable:No

    Description:Shape parameter (c or k)

Required Parameters

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

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

    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

    Controllable:No

    Description:Set the enabled status of the MooseObject.

Advanced Parameters

Input Files

Child Objects