Package org.hipparchus.stat.regression
package org.hipparchus.stat.regression
Statistical routines involving multivariate data.
-
ClassDescriptionAbstract base class for implementations of MultipleLinearRegression.The GLS implementation of multiple linear regression.This class is a concrete implementation of the
UpdatingMultipleLinearRegression
interface.The multiple linear regression can be represented in matrix-notation.Implements ordinary least squares (OLS) to estimate the parameters of a multiple linear regression model.Results of a Multiple Linear Regression model fit.Estimates an ordinary least squares regression model with one independent variable.An interface for regression models allowing for dynamic updating of the data.