|
MixtureTLogLikelihood Method (Double, Double)
|
Computes the log-likelihood of the distribution
for a given set of observations.
Namespace:
Accord.Statistics.Distributions.Univariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public double LogLikelihood(
double[] observations,
double[] weights
)
Public Function LogLikelihood (
observations As Double(),
weights As Double()
) As Double
Request Example
View SourceParameters
- observations
- Type: SystemDouble
- weights
- Type: SystemDouble
Return Value
Type:
DoubleSee Also