|
MetropolisHastingTTryGenerate Method
|
Attempts to generate a new observation from the target
distribution, storing its value in the
Current
property.
Namespace:
Accord.Statistics.Distributions.Sampling
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public bool TryGenerate()
Public Function TryGenerate As Boolean
Request Example
View SourceReturn Value
Type:
BooleanTrue if the sample was successfully generated; otherwise, false.
See Also