Click or drag to resize
Accord.NET (logo)

MetropolisHastingTObservation, TProposalDistribution Constructor (Int32, FuncTObservation, Double, TProposalDistribution)

Initializes a new instance of the MetropolisHasting algorithm.

Namespace:  Accord.Statistics.Distributions.Sampling
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public MetropolisHasting(
	int dimensions,
	Func<TObservation[], double> logDensity,
	TProposalDistribution proposal
)
Request Example View Source

Parameters

dimensions
Type: SystemInt32
The number of dimensions in each observation.
logDensity
Type: SystemFuncTObservation, Double
A function specifying the log probability density of the distribution to be sampled.
proposal
Type: TProposalDistribution
The proposal distribution that is used to generate new parameter samples to be explored.
See Also