The complete lecture notes are available as a PDF document.
Download Statistics for Data Science - Lecture Notes (PDF)
This PDF contains all chapters in a single document, optimized for printing or offline reading.
# Download Complete PDF {.unnumbered}
::: {.content-visible when-format="html"}
::: {.callout-tip icon=false}
## 📄 PDF Version Available
The complete lecture notes are available as a PDF document.
[**Download Statistics for Data Science - Lecture Notes (PDF)**](https://github.com/lacerbi/stats-for-ds-website/raw/main/Statistics-for-Data-Science--Lecture-Notes.pdf){.btn .btn-primary .btn-lg target="_blank"}
This PDF contains all chapters in a single document, optimized for printing or offline reading.
:::
<script>
// Automatically redirect to PDF after a short delay
setTimeout(function() {
window.open('https://github.com/lacerbi/stats-for-ds-website/raw/main/Statistics-for-Data-Science--Lecture-Notes.pdf', '_blank');
}, 1000);
</script>
:::
::: {.content-visible when-format="pdf"}
::: {.callout-note icon=false}
## 📄 About the PDF Version
You are currently reading the PDF version of these lecture notes. This document contains all chapters compiled into a single file for convenient offline reading and printing.
For the interactive HTML version with tabs, code folding, and better navigation features, please visit:
**https://lacerbi.github.io/stats-for-ds-website/**
The HTML version is the recommended format for the best learning experience, especially when working through code examples.
:::
:::