|
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
)
Public Sub New (
target As TTargetDistribution,
proposal As TProposalDistribution
)
Request Example
View SourceParameters
- 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