Click or drag to resize
Accord.NET (logo)

BetaDistributionLogLikelihood Method (Double, Double, Double)

Computes the Log-Likelihood function for estimating Beta distributions.

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public static double LogLikelihood(
	double[] observations,
	double alpha,
	double beta
)
Request Example View Source

Parameters

observations
Type: SystemDouble
The observed values.
alpha
Type: SystemDouble
The current alpha value.
beta
Type: SystemDouble
The current beta value.

Return Value

Type: Double
The log-likelihood value for the given observations and given Beta parameters.
See Also