pub struct LinearTheilSen;
Available on crate feature
regression
only.Expand description
Linear estimation using the Theil-Sen estimatior. This is robust against outliers.
O(n²)
pub struct LinearTheilSen;
regression
only.Linear estimation using the Theil-Sen estimatior. This is robust against outliers.
O(n²)