|
JMSLTM Numerical Library 5.0.1 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.imsl.stat.StepwiseRegression.CoefficientTTests
public class StepwiseRegression.CoefficientTTests
CoefficientTTests contains statistics related to the
student-t test, for each regression coefficient.
| Field Summary | |
|---|---|
static long |
serialVersionUID
|
| Method Summary | |
|---|---|
double |
getCoefficient(int index)
Returns the estimate for a coefficient of the independent variable. |
double |
getPValue(int index)
Returns the p-value for the two-sided test |
double |
getStandardError(int index)
Returns the estimated standard error for a coefficient estimate. |
double |
getTStatistic(int index)
Returns the student-t test statistic for testing the i-th coefficient equal to zero ( |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
| Method Detail |
|---|
public double getCoefficient(int index)
index - An int which specifies the index of the
coefficient whose estimate is to be returned.
index must be between 1 and the number of
independent variables.
double which contains the estimate for the
coefficient.public double getPValue(int index)
index - An int which specifies the index of
the coefficient whose p-value is to be
returned. index must be between 1 and
the number of independent variables.
double which contains the estimated
p-value for the coefficient.public double getStandardError(int index)
index - An int which specifies the index of the
coefficient whose standard error estimate is to be
returned. index must be between 1 and
the number of independent variables.
double which contains the estimated standard
error for the coefficient.public double getTStatistic(int index)
index - An int which specifies the index of
the coefficient whose t-test statistic is to be
returned. index must be between 1 and
the number of independent variables.
double which contains the estimated
t-test statistic for the coefficient.
|
JMSLTM Numerical Library 5.0.1 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||