SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.stats.regression.linear.ols

Class Summary
Beta Beta coefficient estimates, β^, of an Ordinary Least Square linear regression model.
Diagnostics This class collects some diagnostics measures for the goodness of fit for an Ordinary Least Square linear regression model.
InformationCriteria The information criteria measure the goodness of fit of an estimated statistical model.
OlsRegression (Weighted) Ordinary Least Squares (OLS) is a method for fitting a linear regression model.
Residuals Residual analysis of the results of an Ordinary Least Square linear regression model.
 


SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.