Skip to content

Commit

Permalink
fixed files form Math #58
Browse files Browse the repository at this point in the history
  • Loading branch information
tdurieux committed Mar 7, 2017
1 parent d166f3e commit 429265c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public double[] gradient(double x, double[] p) {
*/
public double[] fit() {
final double[] guess = (new ParameterGuesser(getObservations())).guess();
return fit(new Gaussian.Parametric(), guess);
return fit(guess);
}

/**
Expand Down

0 comments on commit 429265c

Please sign in to comment.