Click or drag to resize
Accord.NET (logo)

MetropolisHastingTLogProbabilityDensityFunction Property

Gets the log-probability density function of the target distribution.

Namespace:  Accord.Statistics.Distributions.Sampling
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Func<T[], double> LogProbabilityDensityFunction { get; }
Request Example View Source

Property Value

Type: FuncT, Double
See Also