berangerthomas commited on
Commit
5a80b49
·
unverified ·
1 Parent(s): 5c5ea31

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -16,20 +16,20 @@ Interactive visualizations for exploring statistical and machine learning concep
16
 
17
  | Page | Description |
18
  |------|-------------|
19
- | [Direct Classification](https://berangerthomas.github.io/SchoolOfStatistics/direct_classifier.html) | Generate synthetic 2D datasets and observe how class separation affects Gaussian Naive Bayes classifier performance. Displays ROC curve, AUC, confusion matrix, and standard metrics (accuracy, precision, recall, specificity, F1-score). |
20
- | [Inverse Classification](https://berangerthomas.github.io/SchoolOfStatistics/inverse_classifier.html) | Directly set confusion matrix values (TP, FP, TN, FN) and observe resulting metrics, ROC curve, and simulated score distributions. Parameters can be locked to constrain totals. |
21
 
22
  ### Regression
23
 
24
  | Page | Description |
25
  |------|-------------|
26
- | [Linear Regression](https://berangerthomas.github.io/SchoolOfStatistics/linear_regression.html) | Interactive point placement on canvas with linear or polynomial regression fitting. Displays residuals, coefficient of determination (R²), and regression diagnostics. Supports zoom, point dragging, and confidence band display. |
27
 
28
  ### Signal Processing
29
 
30
  | Page | Description |
31
  |------|-------------|
32
- | [Fourier Transform](https://berangerthomas.github.io/SchoolOfStatistics/fourier_transform.html) | Compose signals from sine waves and visualize their frequency spectrum. Up to 4 components with frequency, amplitude, and phase control. Displays time-domain signal, magnitude spectrum, phase spectrum, and signal metrics (sampling rate, Nyquist frequency, frequency resolution, total power, RMS). |
33
 
34
  ## Project Structure
35
 
 
16
 
17
  | Page | Description |
18
  |------|-------------|
19
+ | Direct Classification | Generate synthetic 2D datasets and observe how class separation affects Gaussian Naive Bayes classifier performance. Displays ROC curve, AUC, confusion matrix, and standard metrics (accuracy, precision, recall, specificity, F1-score). |
20
+ | Inverse Classification | Directly set confusion matrix values (TP, FP, TN, FN) and observe resulting metrics, ROC curve, and simulated score distributions. Parameters can be locked to constrain totals. |
21
 
22
  ### Regression
23
 
24
  | Page | Description |
25
  |------|-------------|
26
+ | Linear Regression | Interactive point placement on canvas with linear or polynomial regression fitting. Displays residuals, coefficient of determination (R²), and regression diagnostics. Supports zoom, point dragging, and confidence band display. |
27
 
28
  ### Signal Processing
29
 
30
  | Page | Description |
31
  |------|-------------|
32
+ | Fourier Transform | Compose signals from sine waves and visualize their frequency spectrum. Up to 4 components with frequency, amplitude, and phase control. Displays time-domain signal, magnitude spectrum, phase spectrum, and signal metrics (sampling rate, Nyquist frequency, frequency resolution, total power, RMS). |
33
 
34
  ## Project Structure
35