Interface MaximumLikelihoodFitting

    • Method Detail

      • fit

        EstimateByLogLikelihood fit​(double[] observations)
                             throws Exception
        Fit the model with the given observations.
        Parameters:
        observations - the observations for fitting
        Returns:
        the fitted parameters of the model
        Throws:
        Exception - when an error has occurred during fitting process