Click or drag to resize
Accord.NET (logo)

LogExpectationMaximizationTObservationLogLikelihood Method

Computes the log-likelihood of the distribution for a given set of observations.

Namespace:  Accord.Statistics.Distributions.Fitting
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public static double LogLikelihood(
	double[] lnpi,
	IDistribution<TObservation>[] pdf,
	TObservation[] observations,
	ParallelOptions parallelOptions
)
Request Example View Source

Parameters

lnpi
Type: SystemDouble
pdf
Type: Accord.Statistics.DistributionsIDistributionTObservation
observations
Type: TObservation
parallelOptions
Type: System.Threading.TasksParallelOptions

Return Value

Type: Double
See Also