This website requires JavaScript.
Explore
Help
Sign In
teaching
/
scientificComputing
Archived
Watch
3
Star
0
Fork
0
You've already forked scientificComputing
Code
Issues
Pull Requests
Releases
Wiki
Activity
This repository has been archived on
2021-05-17
. You can view files and clone it, but cannot push or open issues or pull requests.
5d46493c59
scientificComputing
/
regression
/
code
/
meanSquaredErrorLine.m
Jan Benda
3d600e6ab7
[regression] improved the chapter
2019-12-10 22:29:35 +01:00
2 lines
28 B
Matlab
Raw
Blame
History
mse
=
mean
(
(
y
-
y_est
)
.^
2
)
;
Reference in New Issue
View Git Blame
Copy Permalink