|
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
)
Public Function GetConfidenceInterval (
category As Integer
) As DoubleRange()
Request Example
View SourceParameters
- category
- Type: SystemInt32
The category's index.
Return Value
Type:
DoubleRangeSee Also