Click or drag to resize
Accord.NET (logo)

MetropolisHastingTObservation, TProposalDistribution, TTargetDistribution Constructor

Namespace:  Accord.Statistics.Distributions.Sampling
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public MetropolisHasting(
	TTargetDistribution target,
	TProposalDistribution proposal
)
Request Example View Source

Parameters

target
Type: TTargetDistribution
The target distribution whose samples should be generated.
proposal
Type: TProposalDistribution
The proposal distribution that is used to generate new parameter samples to be explored.
See Also