|
JMSLTM Numerical Library 3.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.imsl.stat.LinearRegression.CoefficientTTests
CoefficientTTests contains statistics related to the regression coefficients.
| 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 |
| Method Detail |
public double getCoefficient(int i)
i - is the index of the coefficient whose estimate is to be returned.
public double getStandardError(int i)
i - is the index of the coefficient whose stardard error estimate is to be returned.
public double getTStatistic(int i)
i - is the index of the coefficient whose stardard error estimate is to be returned.
public double getPValue(int i)
i - is the index of the coefficient whose p-value is to be returned.
|
JMSLTM Numerical Library 3.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||