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<<<{"href": "../../syntax/Distributions/index.html"}>>>]
  [weibull]
    type = Weibull<<<{"description": "Three-parameter Weibull distribution.", "href": "Weibull.html"}>>>
    shape<<<{"description": "Shape parameter (c or k)"}>>> = 5
    scale<<<{"description": "Scale parameter (b or lambda)"}>>> = 1
    location<<<{"description": "Location parameter (a or low)"}>>> = 0
  []
[]
(modules/stochastic_tools/test/tests/distributions/weibull.i)

Input Parameters

  • locationLocation parameter (a or low)

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Location parameter (a or low)

  • scaleScale parameter (b or lambda)

    C++ Type:double

    Unit:(no unit assumed)

    Controllable:No

    Description:Scale parameter (b or lambda)

  • shapeShape parameter (c or k)

    C++ Type:double

    Unit:(no unit assumed)

    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