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