Package dk.alexandra.fresco.stat.regression.linear
-
Class Summary Class Description LinearRegression Fit a linear model to the given dataset and output estimates for the coefficients and the regression error variance (s2) which is equal to the regression standard error squared, the coefficient of determination (R2) and the standard errors (squared) for each coefficient estimate.LinearRegression.LinearRegressionResult SimpleLinearRegression This computation returns coefficients a and b based on a simple linear regression of the observed x and y values.SimpleLinearRegression.SimpleLinearRegressionResult