Releases: berangerthomas/SchoolOfStatistics
Releases · berangerthomas/SchoolOfStatistics
v0.2.0
Added
- Fourier Transform Visualizer: compose signals from up to 4 sine waves 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 amplitude)
- Linear regression playground: interactive point placement with linear and polynomial regression (degrees 1-10); features residual visualization, confidence bands (±2σ), zoom and pan, drag-and-drop points, and regression statistics (R², adjusted R², MSE, MAE, RMSE, residual plot)
Changed
- Refactored shared utilities in
common.jsfor matrix operations, statistical calculations, and chart management
v0.1.0
Added
- Direct classification: Gaussian Naive Bayes classifier on synthetic 2D data with adjustable class separation and spread; displays ROC curve, AUC, confusion matrix, and classification metrics
- Inverse classification: direct confusion matrix manipulation (TP, FP, TN, FN) with metric calculation, ROC curve generation, and score distribution simulation
- Common utilities: shared JavaScript module with ROC curve computation, confusion matrix rendering, metric calculations, and drag-and-drop functionality
- Base styling: responsive CSS framework with chart cards, floating controls, and unified visual design