Example usage for org.apache.commons.math3.stat.regression UpdatingMultipleLinearRegression interface-usage

List of usage examples for org.apache.commons.math3.stat.regression UpdatingMultipleLinearRegression interface-usage

Introduction

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

Usage

From source file experiment.SimpleRegression_bug.java

/**
 * Estimates an ordinary least squares regression model
 * with one independent variable.
 * <p>
 * <code> y = intercept + slope * x  </code></p>
 * <p>