Click or drag to resize
Accord.NET (logo)

MetropolisHastingT Properties

The MetropolisHastingT generic type exposes the following members.

Properties
  NameDescription
Public propertyAcceptanceRate
Gets the acceptance rate for the proposals generated by the proposal distribution.
Public propertyCurrent
Gets the last successfully generated observation.
Public propertyCurrentValue
Gets the log-probability of the last successfully generated sample.
Public propertyDiscard
Gets or sets how many initial samples will get discarded as part of the initial thermalization (warm-up, initialization) process.
Public propertyLogProbabilityDensityFunction
Gets the log-probability density function of the target distribution.
Public propertyNumberOfInputs
Gets the number of dimensions in each observation.
Public propertyProposal
Gets or sets the move proposal distribution.
Public propertyRandomSource
Gets or sets a factory method to create random number generators used in this instance.
Top
See Also