Description: Ridge Regression.
Input parameters:
- X: Input data block (k x n)
- Y: Output data block (k x m)
- q: Stabiliaztion factor (optional)
If not given, estimated from data
Return parameters:
- F: Mapping matrix, Yhat = X*F
- error: Prediction errors
To Search:
File list (Check if you may need any files):
regression_copy.m