Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Amadio authored Feb 19, 2021
1 parent 15b3508 commit 254fa80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ The Thompson sampling strategy computes arm-selection probabilities using the fo

![thompson sampling formula](https://user-images.githubusercontent.com/5180129/108559544-4a391e80-72b0-11eb-825c-483aba3dcd18.png)

That is, the probability of selecting an arm under Thompson sampling is the integral of product of that arm's posterior
That is, the probability of selecting an arm under Thompson sampling is the integral of that arm's posterior
PDF times the posterior CDFs of all other arms. The derivation of this formula is left as an exercise for the reader.

Computing these probabilities requires one-dimensional integration, which is provided by the `numint` subpackage.
Expand Down Expand Up @@ -183,7 +183,7 @@ The default quadrature rule and other parameters for the `numint` quadrature int
trial-and-error to provide a good tradeoff between speed and reliability for a wide range of inputs including many
combinations of normal and beta distributions.

The the `numint` README and documentation for more details.
See the `numint` README and documentation for more details.

## License

Expand Down

0 comments on commit 254fa80

Please sign in to comment.