![]() | Logistic |
[SerializableAttribute] public class LogisticRegressionParameter<ParameterCalc> : ICloneable where ParameterCalc : new(), ILogisticRegressionCalc
[Missing <typeparam name="ParameterCalc"/> documentation for "T:CenterSpace.NMath.Core.LogisticRegressionParameter`1"]
The LogisticRegressionParameterParameterCalc type exposes the following members.
Name | Description | |
---|---|---|
![]() | LogisticRegressionParameterParameterCalc | Used by Clone method. |
![]() | LogisticRegressionParameterParameterCalc(LogisticRegressionParameterCalc, Int32) | Construct a LogisticRegressionParameter instance for the parameter at the given index in the given LogisticRegression. |
Name | Description | |
---|---|---|
![]() | ParameterIndex | Gets the index of this parameter in the linear regresssion. |
![]() | StandardError | Gets the standard error of this parameter. |
![]() | Value | Gets the value of this parameter. |
![]() | WaldChiSqStatisticPValue | Gets the p-value for a t-test with the null hypothesis that this parameter is equal to the given test value versus the alternative hypothesis that it is not. |
![]() | WaldChiSquareStatistic | Gets the Wald chi square statistic. This is defined as the parameter value squared divided by the parameter variance. |
Name | Description | |
---|---|---|
![]() | Clone | Creates a deep copy of this LogisticRegressionParameter. |
![]() | ConfidenceInterval | Returns the 1 - alpha confidence interval for this parameter. |
![]() | ToString |
Returns a formatted string representation of this parameter.
(Overrides ObjectToString) |
Name | Description | |
---|---|---|
![]() | parameterValue_ | Parameter value field. |
![]() | parameterVariance_ | Parameter variance field. |
![]() | paramIndex_ | Parameter index field. |