public class NamedVariableLeastSquaresRegressionResult extends LeastSquaresRegressionResult
| Constructor and Description |
|---|
NamedVariableLeastSquaresRegressionResult(List<String> independentVariableNames,
LeastSquaresRegressionResult result) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getIndependentVariableNames() |
Double |
getPredictedValue(Map<String,Double> namesAndValues) |
LeastSquaresRegressionResult |
getResult() |
int |
hashCode() |
getAdjustedRSquared, getBetas, getMeanSquareError, getPredictedValue, getPValues, getResiduals, getRSquared, getStandardErrorOfBetas, getTStatistics, hasInterceptpublic NamedVariableLeastSquaresRegressionResult(List<String> independentVariableNames, LeastSquaresRegressionResult result)
public List<String> getIndependentVariableNames()
public LeastSquaresRegressionResult getResult()
public int hashCode()
hashCode in class LeastSquaresRegressionResultpublic boolean equals(Object obj)
equals in class LeastSquaresRegressionResultCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.