Skip to content

Commit

Permalink
Merge pull request #131 from mgeismann/master
Browse files Browse the repository at this point in the history
Fix typo in fit_estimator_functions.rst
  • Loading branch information
superchromix authored Nov 20, 2024
2 parents 12da8a8 + 4c935a8 commit 9823bd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/fit_estimator_functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.
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.

0 comments on commit 9823bd5

Please sign in to comment.