|
MultinomialLogisticRegressionGetConfidenceInterval Method (Int32, Int32)
|
Gets the 95% confidence interval for the Odds Ratio for a given coefficient.
Namespace:
Accord.Statistics.Models.Regression
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public DoubleRange GetConfidenceInterval(
int category,
int coefficient
)
Public Function GetConfidenceInterval (
category As Integer,
coefficient As Integer
) As DoubleRange
Request Example
View SourceParameters
- category
- Type: SystemInt32
The category's index. - coefficient
- Type: SystemInt32
The coefficient's index. The first value
(at zero index) is the intercept value.
Return Value
Type:
DoubleRangeSee Also