|
JMSLTM Numerical Library 5.0.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.imsl.stat.LinearRegression.CoefficientTTests
public class LinearRegression.CoefficientTTests
Contains statistics related to the regression coefficients.
Field Summary | |
---|---|
static long |
serialVersionUID
|
Method Summary | |
---|---|
double |
getCoefficient(int i)
Returns the estimate for a coefficient. |
double |
getPValue(int i)
Returns the p-value for the two-sided test. |
double |
getStandardError(int i)
Returns the estimated standard error for a coefficient estimate. |
double |
getTStatistic(int i)
Returns the t-statistic for the test that the i-th coefficient is 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 i)
i
- an int
which specifies the index of the
coefficient whose estimate is to be returned.
double
which contains the estimate for the
i-th coefficient.public double getPValue(int i)
i
- an int
which specifies the index of the
coefficient whose p-value is to be returned.
double
which contains the p-value
for the i-th coefficient estimate.public double getStandardError(int i)
i
- an int
which specifies the index of the
coefficient whose stardard error estimate is to be
returned.
double
which contains the estimated
standard error for the i-th coefficient estimate.public double getTStatistic(int i)
i
- an int
specifying the index of the
coefficient whose stardard error estimate is to be returned.
double
which contains the estimated
standard error for the i-th coefficient estimate.
|
JMSLTM Numerical Library 5.0.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |