Non Central Beta Distribution Constructor
Constructs a new NonCentralBetaDistribution using the
specified shape parameters.
Definition
Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public NonCentralBetaDistribution(
double alpha,
double beta,
double nonCentralityParameter
)
Parameters
- alpha Double
- First shape parameter of the distribution.
- beta Double
- Second shape parameter of the distribution.
- nonCentralityParameter Double
- The non-centrality parameter.
Remarks
Non-central Beta distributions have two shape parameters, usually called α and β as well as a non-centrality parameter, λ. The first shape parameter determines the behavior at the lower bound of the definition interval. The second determines the behavior at the upper bound of the definition interval.