MLR in Armadillo
Perform Multiple Linear Regression using armadillo in C++
lm_arma(y, X)
y
A vec of length N x 1 containing the responses.
vec
X
A mat with dimensions N x p, which is the design matrix.
mat
A field<vec> with:
field<vec>
Coefficients
Residuals
Sigma^2
Time Series Analysis Tools
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.