Class GaussianCurveFitter.ParameterGuesser

java.lang.Object
org.hipparchus.fitting.GaussianCurveFitter.ParameterGuesser
Enclosing class:
GaussianCurveFitter

public static class GaussianCurveFitter.ParameterGuesser extends Object
Guesses the parameters norm, mean, and sigma of a Gaussian.Parametric based on the specified observed points.
  • Constructor Details

  • Method Details

    • guess

      public double[] guess()
      Gets an estimation of the parameters.
      Returns:
      the guessed parameters, in the following order:
      • Normalization factor
      • Mean
      • Standard deviation