Click or drag to resize
GaussianStatisticsGetInstance Method (IEnumerableDouble)
Get's the sufficient statistics of the population using population variance (as opposed to the unbiased sample variance).

Namespace: Bio.Distributions
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static GaussianStatistics GetInstance(
	IEnumerable<double> observations
)

Parameters

observations
Type: System.Collections.GenericIEnumerableDouble
Collection of observations.

Return Value

Type: GaussianStatistics
Gaussian Statistics.
See Also