You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
MSE = getMSE(x,y)
Computes the Mean Squared Error (MSE) between two vectors x and y of same length.
INPUT :
x : can be a function Interpolating the data points in 'y'. It is a < N y 1 > vector, typically resulting
from the application of 'polyfit' and 'polyval' functions.
y : can be observed data points for which I want to find the best-fitting function
(i.e. minimizing MSE, but avoiding overfitting). it's a < N y 1 > vector
OUTPUT :
MSE : Mean-Squared Error (a scalar).
Cite As
Ruggero G. Bettinardi (2026). getMSE(x,y) (https://au.mathworks.com/matlabcentral/fileexchange/62956-getmse-x-y), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (1007 Bytes)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
