Click or drag to resize
Accord.NET (logo)

BetaDistributionEstimate Method (Double, 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 BetaDistribution Estimate(
	double[] samples,
	double[] weights
)
Request Example View Source

Parameters

samples
Type: SystemDouble
weights
Type: SystemDouble

Return Value

Type: BetaDistribution
See Also