Skip to content

Commit

Permalink
typo swap master -> main in tutorials paths
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmidt23 committed May 29, 2024
1 parent 3eb6239 commit 68a09fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Quantile parametrization for probability distribution functions.

## Motivation

In a scientific inference we typically seek to characterize the posterior probability density function (PDF) for our parameter(s), which means we need to fund a suitable, calculable approximation to it. Popular choices include an ensemble of samples, a histogram estimator based on those samples, or (in 1 dimensional problems) a tabulation of the PDF on a regular parameter grid. qp is a python package that supports these approximations, as well as the “quantile parameterization” from which the package gets its name.
In a scientific inference we typically seek to characterize the posterior probability density function (PDF) for our parameter(s), which means we need to find a suitable, calculable approximation to it. Popular choices include an ensemble of samples, a histogram estimator based on those samples, or (in 1 dimensional problems) a tabulation of the PDF on a regular parameter grid. qp is a python package that supports these approximations, as well as the “quantile parameterization” from which the package gets its name.

The [scipy.stats](https://docs.scipy.org/doc/scipy/reference/stats.html) package provides an interface to many probability distributions for parameterized analytic forms (e.g., Gaussians, LogNormal Distributions, etc...) `qp` extends that functionality to numerically-evaluated forms, such as the histograms and interpolated grids mentioned above.

Expand Down
10 changes: 5 additions & 5 deletions docs/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Tutorials

See the following IPython Notebooks for some examples of using `qp`:

* `Basic Demo <http://htmlpreview.github.io/?https://github.com/LSSTDESC/qp/blob/docs/demo.html>`_
* `Practical Example <http://htmlpreview.github.io/?https://github.com/LSSTDESC/qp/blob/docs/practical_example.html>`_
* `Using Metrics <http://htmlpreview.github.io/?https://github.com/LSSTDESC/qp/blob/master/docs/metrics_examples.htm>`_
* `Using iterarors <http://htmlpreview.github.io/?https://github.com/LSSTDESC/qp/blob/master/docs/iterator_demo.html>`_
* `Quantile parameterization] <http://htmlpreview.github.io/?https://github.com/LSSTDESC/qp/blob/master/docs/quantile_parameterization_demo.html>`_
* `Basic Demo <http://htmlpreview.github.io/?https://github.com/LSSTDESC/qp/blob/main/docs/demo.html>`_
* `Practical Example <http://htmlpreview.github.io/?https://github.com/LSSTDESC/qp/blob/main/docs/practical_example.html>`_
* `Using Metrics <http://htmlpreview.github.io/?https://github.com/LSSTDESC/qp/blob/main/docs/metrics_examples.htm>`_
* `Using iterarors <http://htmlpreview.github.io/?https://github.com/LSSTDESC/qp/blob/main/docs/iterator_demo.html>`_
* `Quantile parameterization] <http://htmlpreview.github.io/?https://github.com/LSSTDESC/qp/blob/main/docs/quantile_parameterization_demo.html>`_

0 comments on commit 68a09fb

Please sign in to comment.