[regression] new figure for minimum of a cost function

This commit is contained in:
2020-12-16 15:14:57 +01:00
parent 1b14bca164
commit 3541f30798
3 changed files with 108 additions and 31 deletions

View File

@@ -1,4 +1,4 @@
function mse = meanSquaredError(x, y, c)
function mse = meanSquaredErrorCubic(x, y, c)
% Mean squared error between data pairs and a cubic relation.
%
% Arguments: x, vector of the input values