Class 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.
    • Method Detail

      • guess

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