Вхідні дані та параметри
Summary
Run the calculation to see metrics and the step log.
| Metric | Value |
|---|
How it’s calculated
Visualisation
Teacher notes
- Compare OLS, WLS, and Theil–Sen with or without an intercept to highlight how slope and tests respond to weighting or outliers.
- The step log records means, sums, coefficients, r/R², residual diagnostics, tests, ANOVA, and the LaTeX formula so students can follow each computation.
- The exported CSV includes x, y, w, fitted values, residuals, leverage, and Cook’s D for further analysis in spreadsheets.
Поширені запитання
How is Weighted Least Squares implemented?
We recompute weighted means and covariances using w, derive the fitted line, and propagate weights to residual sums and Cook’s distance so diagnostics reflect the weighting scheme.
What does the для поширення URL include?
URL зберігає десятковий роздільник, формат, оцінювач, параметр вільного члена та налаштування інтервалів. Самі дані в посилання не вбудовуються, тому таблицю потрібно передати окремо.
Схожі калькулятори
Як це обчислено
- Ordinary least squares: slope/intercept from sums, with R² and residuals.
- Numerical stability via mean‑centering on large values.
- Посилання для поширення зберігає набір даних.