Constructs the beta distribution from a numerical variable.
Namespace:
Extreme.Statistics.Distributions
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public BetaDistribution(
Vector<double> variable,
EstimationMethod method
)
Public Sub New (
variable As Vector(Of Double),
method As EstimationMethod
)
public:
BetaDistribution(
Vector<double>^ variable,
EstimationMethod method
)
new :
variable : Vector<float> *
method : EstimationMethod -> BetaDistribution
Parameters
- variable
- Type: Extreme.MathematicsVectorDouble
A vector. - method
- Type: Extreme.Statistics.DistributionsEstimationMethod
An EstimationMethod value that specifies the method
to be used to estimate the distribution parameters.
This constructor estimates the distribution of variable
using the matching moments method. The lower and upper bound are assumed to be zero and one.
Reference