Click or drag to resize

KernelDensityEstimateTriangular Method

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

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

Parameters

x  Double

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

bandwidth  Double

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

samples  IListDouble

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

Return Value

Double

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

See Also