Click or drag to resize
Accord.NET (logo)

MultinomialLogisticRegressionGetConfidenceInterval Method (Int32)

Gets the 95% confidence intervals for the Odds Ratios for all coefficients.

Namespace:  Accord.Statistics.Models.Regression
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public DoubleRange[] GetConfidenceInterval(
	int category
)
Request Example View Source

Parameters

category
Type: SystemInt32
The category's index.

Return Value

Type: DoubleRange
See Also