Class MedianRegression
java.lang.Object
com.compomics.util.math.statistics.linear_regression.regressions.MedianRegression
Performs a robust linear regression.
- Author:
- Marc Vaudel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RegressionStatisticsReturns a robust linear regression based on the median of statistics.
-
Constructor Details
-
MedianRegression
public MedianRegression()Empty default constructor
-
-
Method Details
-
getLinearRegression
Returns a robust linear regression based on the median of statistics.- Parameters:
x- the x seriesy- the y series- Returns:
- a simple linear regression
-