This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
Releases: storopoli/Bayesian-Statistics
Releases · storopoli/Bayesian-Statistics
v1.4
v1.3
Full Changelog: v1.2...v1.3
v1.2 - More Probability Distributions
v1.1 - Updated Sampling in `NUTS()`
What's Changed
- normalize all section names by @storopoli in #30
- changed all sampling statements NUTS() by @storopoli in #31
Full Changelog: v1.0.3...v1.1
v1.0.3
Fix Correlated Hierarchical Model
- Workaround by @sethaxen correlated varying-intercept-slope model with
TransformVariables.jl
andPDMats.jl
- Fixed
truncated
stuff totruncated(...; lower=0)
instead oftruncated(..., l, u)
.
v1.0
What's Changed
- Lecture 01 - Bayesian Statistics by @storopoli in #1
- Lecture 02 - Statistical Distributions by @storopoli in #2
- Changes sites back to storopoli.github.io by @storopoli in #4
- Lecture 03 - Priors and Lecture 04 - Predictive Checks by @storopoli in #3
- Lecture 05 - Bayesian Linear Regression by @storopoli in #5
- Lecture 06 - Bayesian Logistic Regression by @storopoli in #6
- Lecture 07 - Bayesian Ordina Regression by @storopoli in #8
- Lecture 08 - Bayesian Regression with Count Data: Poisson Regression by @storopoli in #9
- Lecture 09 - Bayesian Robust Regression by @storopoli in #11
- Fix
images/
folder by @storopoli in #15 - Lecture 10 - Hierarchical Models by @storopoli in #12
- Changed
\boldsymbol{y}
to\mathbf{y}
by @storopoli in #16 - Lecture 00 - Tools by @storopoli in #17
- Lecture 00 - Tools by @storopoli in #18
- Lecture 11 - Markov Chain Monte Carlo (MCMC) and Model Metrics by @storopoli in #19
- Lecture 12 - Model Comparison: Cross-Validation and Other Metrics by @storopoli in #20
- Adding datasets by @storopoli in #21
- Lecture 04 - Predictive Checks - Added more Bayesian Workflow by @storopoli in #24
- fixed portuguese translation leftover by @storopoli in #25
- Stan Models by @storopoli in #23
- Stan - fix CP hierarchical models by @storopoli in #26
- Turing Models by @storopoli in #22
New Contributors
- @storopoli made their first contribution in #1
Full Changelog: https://github.com/storopoli/Bayesian-Statistics/commits/v1.0