TransformedBetaDistribution Constructor

Constructs a new TransformedBetaDistribution using the specified shape parameters.

Definition

Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
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.

See Also