Description Usage Arguments Value
Estimates coefficients of a linear regression model using the Singular Value Decomposition.
1 | linreg_svd(X, y)
|
X |
The data matrix, that is an n \times k matrix of n observations of k regressors, which includes a regressor whose value is 1 for each observation. |
y |
n \times 1 vector of observations on the regressand variable. |
Returns a k \times 1 matrix of k unknown regression coefficients (\hat{β}) estimated using ordinary least squares.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.