-
Flotsam 15: inference
Before I lose the link, I’m auto-deleting social media after two weeks, I should save the address for “Introduction to Modern Causal Inference” by Alejandro Schuler and Mark van der Laan. It is a book draft that looks quite readable. https://alejandroschuler.github.io/mci/ Love Xanthe Tynehorne, Esq.’s Compendium of Curious Words. Weird enough to make it interesting. […]
-
Never underestimate the determination of a kid who is time-rich and cash-poor Cory Doctorow, Little Brother
-
Creating an n x n autocorrelation matrix
Between covid-19 news and announcements of imminent Russia-Ukraine wars I needed a bit of a distraction. Sooo, here it is how to create an n x n autocorrelation matrix based on a correlation rho, with a simple 5 x 5 example in R: This produces the following output: [crayon-63d96d8fbbc00013049928/] How does this work? Starting from […]