|
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; }
Public Property UseBiasCorrection As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
Booleantrue 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