From a2ba63ddc39fc91f76a234d017d5670303ac7453 Mon Sep 17 00:00:00 2001 From: Will Dean <57733339+wd60622@users.noreply.github.com> Date: Sun, 29 Sep 2024 13:15:12 -0400 Subject: [PATCH] add the `plot_cdf` to list (#135) --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a27b5c..b9e769b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ pip install conjugate-models ## Features - [Connection to Scipy Distributions](https://wd60622.github.io/conjugate/examples/scipy-connection) with `dist` attribute -- [Built in Plotting](https://wd60622.github.io/conjugate/examples/plotting) with `plot_pdf` and `plot_pmf` methods +- [Built in Plotting](https://wd60622.github.io/conjugate/examples/plotting) with `plot_pdf`, `plot_pmf`, and `plot_cdf` methods - [Vectorized Operations](https://wd60622.github.io/conjugate/examples/vectorized-inputs) for parameters and data - [Indexing Parameters](https://wd60622.github.io/conjugate/examples/indexing) for subsetting and slicing - [Generalized Numerical Inputs](https://wd60622.github.io/conjugate/examples/generalized-inputs) for any inputs that act like numbers diff --git a/docs/index.md b/docs/index.md index 8f3b879..d843842 100644 --- a/docs/index.md +++ b/docs/index.md @@ -22,7 +22,7 @@ pip install conjugate-models ## Features - [Connection to Scipy Distributions](examples/scipy-connection.md) with `dist` attribute -- [Built in Plotting](examples/plotting.md) with `plot_pdf` and `plot_pmf` methods +- [Built in Plotting](examples/plotting.md) with `plot_pdf`, `plot_pmf`, and `plot_cdf` methods - [Vectorized Operations](examples/vectorized-inputs.md) for parameters and data - [Indexing Parameters](examples/indexing.md) for subsetting and slicing - [Generalized Numerical Inputs](examples/generalized-inputs.md) for any inputs that act like numbers