|
IDescriptiveMeasuresGetDevianceInterval Method
|
Gets a deviance interval for the
Mean
within the given confidence level percentage (i.e. uses
the standard deviation rather than the standard error to
compute the range interval for the variable).
Namespace:
Accord.Statistics.Analysis
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax DoubleRange GetDevianceInterval(
double percent = 0.95
)
Function GetDevianceInterval (
Optional percent As Double = 0.95
) As DoubleRange
Request Example
View SourceParameters
- percent (Optional)
- Type: SystemDouble
The confidence level. Default is 0.95.
Return Value
Type:
DoubleRangeA confidence interval for the estimated value.
See Also