public class MedianRegression extends Object
Constructor and Description |
---|
MedianRegression()
Empty default constructor
|
Modifier and Type | Method and Description |
---|---|
static RegressionStatistics |
getLinearRegression(ArrayList<Double> x,
ArrayList<Double> y)
Returns a robust linear regression based on the median of statistics.
|
public static RegressionStatistics getLinearRegression(ArrayList<Double> x, ArrayList<Double> y)
x
- the x seriesy
- the y seriesCopyright © 2021. All rights reserved.