Transformed Beta Distribution Constructor
Constructs a new TransformedBetaDistribution 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 TransformedBetaDistribution(
double shape1,
double shape2,
double shape3,
double scale
)
Parameters
- shape1 Double
- First shape parameter of the distribution.
- shape2 Double
- Second shape parameter of the distribution.
- shape3 Double
- Third shape parameter of the distribution.
- scale Double
- Scale parameter of the distribution.
Remarks
Transformed beta distributions have three shape parameters and a scale parameter. The distribution defines a family of distributions, with special values for the parameters resulting in a variety of well-known distributions.