HomeSort by relevance Sort by last modified time
    Searched refs:getUnboundParameters (Results 1 - 3 of 3) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
EstimationProblem.java 29 * during the estimation through the {@link #getUnboundParameters
30 * getUnboundParameters} and {@link EstimatedParameter#setEstimate
60 EstimatedParameter[] getUnboundParameters();
SimpleEstimationProblem.java 73 public EstimatedParameter[] getUnboundParameters() {
AbstractEstimator.java 222 final int m = problem.getUnboundParameters().length;
259 int p = problem.getUnboundParameters().length;
265 double[] errors = new double[problem.getUnboundParameters().length];
289 parameters = problem.getUnboundParameters();

Completed in 63 milliseconds