y = intercept + slope * x
Standard errors for intercept
and slope
are available as well as ANOVA, r-square and Pearson's r statistics.
Observations (x,y pairs) can be added to the model one at a time or they can be provided in a 2-dimensional array. The observations are not stored in memory, so there is no limit to the number of observations that can be added to the model.
Usage Notes:
NaN
. At least two observations with different x coordinates are required to estimate a bivariate regression model.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|