Java org.apache.commons.math3.stat.regression AbstractMultipleLinearRegression fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math3.stat.regression AbstractMultipleLinearRegression fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math3.stat.regression AbstractMultipleLinearRegression.

The text is from its open source code.

Subclass

org.apache.commons.math3.stat.regression.AbstractMultipleLinearRegression has subclasses.
Click this link to see all its subclasses.

Method

double[]estimateRegressionParameters()
voidnewSampleData(double[] data, int nobs, int nvars)

Loads model x and y sample data from a flat input array, overriding any previous sample.