public class LeastSquareResultsWithTransform extends LeastSquareResults
| Constructor and Description |
|---|
LeastSquareResultsWithTransform(LeastSquareResults transformedFitResult) |
LeastSquareResultsWithTransform(LeastSquareResults transformedFitResult,
NonLinearParameterTransforms transform) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
DoubleArray |
getModelParameters() |
DoubleMatrix |
getModelParameterSensitivityToData()
This a matrix where the i,j-th element is the (infinitesimal) sensitivity of the i-th model parameter
to the j-th data point, when the fitting parameter are such that the chi-squared is minimised.
|
int |
hashCode() |
String |
toString() |
getChiSq, getCovariance, getFitParameters, getFittingParameterSensitivityToDatapublic LeastSquareResultsWithTransform(LeastSquareResults transformedFitResult)
public LeastSquareResultsWithTransform(LeastSquareResults transformedFitResult, NonLinearParameterTransforms transform)
public DoubleArray getModelParameters()
public DoubleMatrix getModelParameterSensitivityToData()
public int hashCode()
hashCode in class LeastSquareResultspublic boolean equals(Object obj)
equals in class LeastSquareResultspublic String toString()
toString in class LeastSquareResultsCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.