Click or drag to resize
Accord.NET (logo)

DescriptiveAnalysisGetDevianceInterval Method

Gets a deviance interval for the Means 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
public DoubleRange GetDevianceInterval(
	int index,
	double percent = 0.95
)
Request Example View Source

Parameters

index
Type: SystemInt32
The index of the data column whose confidence interval should be calculated.
percent (Optional)
Type: SystemDouble
The confidence level. Default is 0.95.

Return Value

Type: DoubleRange
A confidence interval for the estimated value.
See Also