public interface  oadd.org.apache.commons.math.estimation.EstimationProblem extends java.lang.Object
{
public abstract oadd.org.apache.commons.math.estimation.WeightedMeasurement[] getMeasurements();
public abstract oadd.org.apache.commons.math.estimation.EstimatedParameter[] getUnboundParameters();
public abstract oadd.org.apache.commons.math.estimation.EstimatedParameter[] getAllParameters();
}