diff --git a/docs/fit_estimator_functions.rst b/docs/fit_estimator_functions.rst index e83078a9..0471f8d3 100644 --- a/docs/fit_estimator_functions.rst +++ b/docs/fit_estimator_functions.rst @@ -35,7 +35,7 @@ Maximum likelihood estimator for data subject to Poisson statistics +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ The maximum likelihood estimator (MLE) for Poisson distributed noise is relatively simple to implement. In the case of data with Poisson noise -is provides a more precise estimate when compared to an LSE estimator. The ID for this estimator is ``MLE``. It's implemented in mle.cuh_. +it provides a more precise estimate when compared to an LSE estimator. The ID for this estimator is ``MLE``. It's implemented in mle.cuh_. The estimator is described as follows. @@ -51,4 +51,4 @@ The estimator is described as follows. :`\vec{p}`: Actual model function parameters -Note that this estimator does not provide any means to weight the data values. Rather, noise in the data is assumed to be purely Poissonian. \ No newline at end of file +Note that this estimator does not provide any means to weight the data values. Rather, noise in the data is assumed to be purely Poissonian.