Bug 431352 - The median-median (Tukey's) line
Summary: The median-median (Tukey's) line
Status: RESOLVED MOVED
Alias: None
Product: LabPlot2
Classification: Applications
Component: general (show other bugs)
Version: latest
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Alexander Semke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-09 14:05 UTC by disuser
Modified: 2023-06-08 07:12 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description disuser 2021-01-09 14:05:32 UTC
Feature request: the median-median regression line (or Tukey's line)

The median-median line is intended as a simple, robust alternative to the least-squares line.

Some relevant links:
https://bgsu.instructure.com/courses/901773/pages/d7-median-median-line?module_item_id=6364145
https://www.tandfonline.com/doi/full/10.1080/10691898.2006.11910582
Comment 1 disuser 2021-05-04 07:07:59 UTC
There is a whole chapter on Resistant Lines with code and algorithms in the book on EDA authored by Paul Velleman that is freely available here: (pp. 121-158):

https://ecommons.cornell.edu/handle/1813/78
Comment 2 disuser 2021-05-04 15:01:06 UTC
A detailed rundown of the resistant line function:
https://mgimond.github.io/tukeyedar/articles/RLine.html