public class LinearRegression.CoefficientTTests extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.Copyright © 1970-2015 Rogue Wave Software
Built March 24 2015.