Click or drag to resize
Accord.NET (logo)

CircularDescriptiveAnalysisUseStrictRanges Property

Gets or sets whether all reported statistics should respect the circular interval. For example, setting this property to false would allow the Confidence, Deviance, InnerFences and OuterFences properties report minimum and maximum values outside the variable's allowed circular range. Default is true.

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

Property Value

Type: Boolean
See Also