![]() | [using it] | Interface Manipulation Package v4.0 (2008-06-25) | ![]() | ©copyright | ![]() |
java.lang.Objectimp.estimator.Model.Estimate
public class Model.Estimate
Defines an estimate of the state of the model.
Constructor Summary | |
---|---|
Model.Estimate()
|
Method Summary | |
---|---|
int |
getDof()
Gets the estimation number of degree of freedom (d.o.f.) = MeasuresNumber x MeasurementDimension - (StateDimension - StateConstraints) |
double |
getError(double[] m)
Returns the quadratic measurement error ||m'- m||^2, f(m', x) = 0 for the estimated state. |
double[][] |
getMeasures()
Gets the measures. |
Model |
getModel()
Returns the model related to this estimate. |
Model.Estimate |
getParent()
Gets the related parent model estimate if any, else return null. |
double[] |
getState()
Gets an estimate of the model state, given the initial state and the measures. |
double |
getXi2()
Gets the estimation Xi2 = [>_i ||m_i - m'_i||^2 / d.o.f.] error. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Model.Estimate()
Method Detail |
---|
public int getDof()
public double getError(double[] m)
public double[][] getMeasures()
public Model getModel()
public Model.Estimate getParent()
public double[] getState()
public double getXi2()