Alias: null
Common Name: Linear regression
Class: org. imirsel. m2k. math. LinearRegression

Overview: This module computes a linear regression of successive input arrays.

Detailed Description: Computes an n point linear regression of each column of an input array stream.

Data Handling: The input data is not modified.


Inputs:
Input
[D
The array to calculate the linear regression of (Double array).


Outputs:
Linear regression
[D
Linear regressions of input arrays (Double array).



Properties: