Click or drag to resize

KernelDensityEstimateGaussian Method

Estimate the probability density function of a random variable with a Gaussian kernel.

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double EstimateGaussian(
	double x,
	double bandwidth,
	IList<double> samples
)

Parameters

x  Double

[Missing <param name="x"/> documentation for "M:Altaxo.Calc.Statistics.KernelDensity.EstimateGaussian(System.Double,System.Double,System.Collections.Generic.IList{System.Double})"]

bandwidth  Double

[Missing <param name="bandwidth"/> documentation for "M:Altaxo.Calc.Statistics.KernelDensity.EstimateGaussian(System.Double,System.Double,System.Collections.Generic.IList{System.Double})"]

samples  IListDouble

[Missing <param name="samples"/> documentation for "M:Altaxo.Calc.Statistics.KernelDensity.EstimateGaussian(System.Double,System.Double,System.Collections.Generic.IList{System.Double})"]

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.Statistics.KernelDensity.EstimateGaussian(System.Double,System.Double,System.Collections.Generic.IList{System.Double})"]

See Also