private static class LeastSquaresFactory.LocalLeastSquaresProblem.UnweightedEvaluation extends AbstractEvaluation
Modifier and Type | Field and Description |
---|---|
private RealMatrix |
jacobian
deriviative at point
|
private RealVector |
point
the point of evaluation
|
private RealVector |
residuals
the computed residuals.
|
Modifier | Constructor and Description |
---|---|
private |
UnweightedEvaluation(RealVector values,
RealMatrix jacobian,
RealVector target,
RealVector point)
Create an
LeastSquaresProblem.Evaluation with no weights. |
Modifier and Type | Method and Description |
---|---|
RealMatrix |
getJacobian()
Get the weighted Jacobian matrix.
|
RealVector |
getPoint()
Get the abscissa (independent variables) of this evaluation.
|
RealVector |
getResiduals()
Get the weighted residuals.
|
getCost, getCovariances, getRMS, getSigma
private final RealVector point
private final RealMatrix jacobian
private final RealVector residuals
private UnweightedEvaluation(RealVector values, RealMatrix jacobian, RealVector target, RealVector point)
LeastSquaresProblem.Evaluation
with no weights.values
- the computed function valuesjacobian
- the computed function Jacobiantarget
- the observed valuespoint
- the abscissapublic RealMatrix getJacobian()
public RealVector getPoint()
LeastSquaresProblem.evaluate(RealVector)
.public RealVector getResiduals()
Copyright (c) 2003-2016 Apache Software Foundation