Click or drag to resize
Accord.NET (logo)

MetropolisHastingTProposal Property

Gets or sets the move proposal distribution.

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

Property Value

Type: FuncT, T, T
See Also