Transformed Beta Distribution 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.1.5
    C#
    
 
 
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public TransformedBetaDistribution(
	double shape1,
	double shape2,
	double shape3,
	double scale
)Parameters
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.