You can view the interactive version of this portfolio here: 👉 Launch Analytical Portfolio
This repository acts as a comprehensive analytical portfolio for Computational Statistics. It compiles various data science labs and statistical reports into a single, cohesive, responsive website built using Quarto.
The portfolio features:
- Toggleable Light/Dark modes (using Flatly and Darkly Bootstrap themes).
- Interactive, syntax-highlighted code blocks with folding and one-click copy options.
- Dynamic table of contents and numbered sections for academic-grade precision.
Below is the outline of the core files configuration defined in _quarto.yml:
| File / Folder | Description |
|---|---|
_quarto.yml | Global Quarto configuration (themes, navigation, layout). |
index.qmd | Landing homepage welcoming users and describing the portfolio. |
lab1.qmd | Lab 1: Data exploration and visualization. |
lab2.qmd | Lab 2: Parameter estimation and probability distributions. |
lab3.qmd | Lab 3: Statistical hypothesis testing. |
lab4.qmd | Lab 4: Regression models and Analysis of Variance (ANOVA). |
docs/ | Generated automatically. The compiled static HTML website. |