From 1842df7dbdf99305ad4328e8b1833598eb0a471b Mon Sep 17 00:00:00 2001 From: James J Balamuta Date: Mon, 17 Jul 2023 16:12:07 -0700 Subject: [PATCH] URL fix --- README.Rmd | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index ec8f3ee..c96df1d 100644 --- a/README.Rmd +++ b/README.Rmd @@ -123,7 +123,7 @@ The following are useful resources regarding the Polya-Gamma distribution. - Papers - "Bayesian Inference for Logistic Models Using Pólya–Gamma Latent Variables" by Nicholas G. Polson, James G. Scott, and Jesse Windle (2013) - [doi:10.1080/01621459.2013.829001](https://www.tandfonline.com/doi/full/10.1080/01621459.2013.829001). Paper that invented the Polya-Gamma + [doi:10.1080/01621459.2013.829001](https://doi.org/10.1080/01621459.2013.829001). Paper that invented the Polya-Gamma - "Sampling Polya-Gamma random variates: alternate and approximate techniques" by Jesse Windle, Nicholas G. Polson, and James G. Scott (2014) . Provides an efficiency overview of the diff --git a/README.md b/README.md index d23d063..0518187 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ distribution. - “Bayesian Inference for Logistic Models Using Pólya–Gamma Latent Variables” by Nicholas G. Polson, James G. Scott, and Jesse Windle (2013) - [doi:10.1080/01621459.2013.829001](https://www.tandfonline.com/doi/full/10.1080/01621459.2013.829001). + [doi:10.1080/01621459.2013.829001](https://doi.org/10.1080/01621459.2013.829001). Paper that invented the Polya-Gamma - “Sampling Polya-Gamma random variates: alternate and approximate techniques” by Jesse Windle, Nicholas G. Polson, and James G.