Click or drag to resize

KernelDensityEstimateUniform Method

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

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

Parameters

x  Double

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

bandwidth  Double

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

samples  IListDouble

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

Return Value

Double

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

See Also