public interface  oadd.org.apache.commons.math.estimation.Estimator extends java.lang.Object
{
public abstract void estimate(oadd.org.apache.commons.math.estimation.EstimationProblem) throws oadd.org.apache.commons.math.estimation.EstimationException;
public abstract double getRMS(oadd.org.apache.commons.math.estimation.EstimationProblem);
public abstract double[][] getCovariances(oadd.org.apache.commons.math.estimation.EstimationProblem) throws oadd.org.apache.commons.math.estimation.EstimationException;
public abstract double[] guessParametersErrors(oadd.org.apache.commons.math.estimation.EstimationProblem) throws oadd.org.apache.commons.math.estimation.EstimationException;
}