[regression] finished chapter

This commit is contained in:
2020-12-20 01:05:02 +01:00
parent 46affef86d
commit dea6319e75
10 changed files with 61 additions and 247 deletions

View File

@@ -1,8 +1,8 @@
function mse = meanSquaredErrorCubic(x, y, c)
% Mean squared error between data pairs and a cubic relation.
%
% Arguments: x, vector of the input values
% y, vector of the corresponding measured output values
% Arguments: x, vector of the x-data values
% y, vector of the corresponding y-data values
% c, the factor for the cubic relation.
%
% Returns: mse, the mean-squared-error.