Click or drag to resize
Accord.NET (logo)

TwoSampleZTestGetConfidenceInterval Method

Gets a confidence interval for the ObservedDifference statistic within the given confidence level percentage.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public DoubleRange GetConfidenceInterval(
	double percent = 0.95
)
Request Example View Source

Parameters

percent (Optional)
Type: SystemDouble
The confidence level. Default is 0.95.

Return Value

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