Click or drag to resize
Accord.NET (logo)

CircularDescriptiveAnalysisDeviance Property

Gets the 95% deviance intervals for the Means.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public DoubleRange[] Deviance { get; }
Request Example View Source

Property Value

Type: DoubleRange
Remarks
A deviance interval uses the standard deviation rather than the standard error to compute the range interval for a variable.
See Also