Click or drag to resize
Accord.NET (logo)

GeneralizedBetaDistributionEstimate Method (Double, Int32, Int32, Double)

Estimates a new Beta distribution from a set of weighted observations.

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public static GeneralizedBetaDistribution Estimate(
	double[] samples,
	int min,
	int max,
	double[] weights
)
Request Example View Source

Parameters

samples
Type: SystemDouble
min
Type: SystemInt32
max
Type: SystemInt32
weights
Type: SystemDouble

Return Value

Type: GeneralizedBetaDistribution
See Also