Click or drag to resize

DensityT Delegate

A function which evaluates a density.

Namespace: Altaxo.Calc.Statistics.Mcmc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public delegate double Density<in T>(
	T sample
)

Parameters

sample  T
The sample we want to evaluate the density for.

Type Parameters

T
The type of data the distribution is over.

Return Value

Double
See Also