Example usage for org.apache.commons.math3.stat.regression OLSMultipleLinearRegression subclass-usage

List of usage examples for org.apache.commons.math3.stat.regression OLSMultipleLinearRegression subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.math3.stat.regression OLSMultipleLinearRegression subclass-usage.

Usage

From source file gamlss.utilities.WLSMultipleLinearRegression.java

/**
 * <p>Implements weight least squares (WLS) to estimate the parameters of a
 * multiple linear regression model.</p> 
 * The WOLS is the same as the OLS but the observations are scaled by the weights.
 * </br>
 * </br>01/08/2012