You are here |
jcarroll.com.au | ||
| | | |
bruceeckel.com
|
|
| | | | ||
| | | |
rgoswami.me
|
|
| | | | Setup details are described here, and the meta-post about these solutions is here. Materials The summmer course1 is based off of the second edition of Statistical Rethinking by Richard McElreath. Chapter 13 E{1,2,3,4,5} Chapter 14 E{1,2,3} Packages A colophon with details is provided at the end, but the following packages and theme parameters are used throughout. 1libsUsed<-c("tidyverse","tidybayes","orgutils","dagitty", 2 "rethinking","tidybayes.rethinking", 3 "ggplot2","kableExtra","dplyr","glue", 4 "latex2exp","data.table","printr","devtools") 5invisible(lapply(libsUsed, library, character.only = TRUE)); 6theme_set(theme_grey(base_size=24)) 7set.seed(1995) Chapter XIII: Models With Memory Easy Questions (Ch13) HOLD 13E1 Which of the following priors will produce more shrinkage in the estimates? (a) \(?_{\mathrm{TANK}}?\mathrm{Normal}(0,1)\); (b) \(?_{\mathrm{TANK}}?\mathrm{Normal}(0,2)\). | |
| | | |
adventofcode.ellakaye.co.uk
|
|
| | | | Ella Kaye's solutions to Advent of Code | |
| | | |
geoff.tuxpup.com
|
|
| | For the first time in quite a while, I caught the urge to publish a package to pypi today. The happy path for publishing a pure python package felt less obvious than I think it should've. Here's what I did. The package in question is published here, and the source code is available on sr.ht. It's the beginning of a youth baseball season. One of the things I do is help our commissioners get all the information our families need to the right places where families will find it. |