Click or drag to resize
Accord.NET (logo)

VonMisesOptionsUseBiasCorrection Property

Gets or sets a value indicating whether to use bias correction when estimating the concentration parameter of the von-Mises distribution.

Namespace:  Accord.Statistics.Distributions.Fitting
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public bool UseBiasCorrection { get; set; }
Request Example View Source

Property Value

Type: Boolean
true to use bias correction; otherwise, false.
Remarks
For more information, see: Best, D. and Fisher N. (1981). The bias of the maximum likelihood estimators of the von Mises-Fisher concentration parameters. Communications in Statistics - Simulation and Computation, B10(5), 493-502.
See Also