Error Analysis

Plots Measured and Simulated results of a time series model (calculates many error measures)
1.9K Downloads
Updated 21 Apr 2009

No License

% Error=Error1(T,P,TitleOfThePlot)
% ANNN1
%
% NEURAL NETWORK SCRIPT LINK FOR HYDROLOGICAL PURPOSES
%
% Version 2.0
%
% Department of Hydroinformatics
% Delft
% Gerald A. Corzo Perez
% UNESCO-IHE
% www.hi.ihe.nl
% --OO--
%
%
% P= Predicted values (vector)
% T= Target values (vector)
%
%
% Error.MARE=MARE -> Mean Absolute relative error
% Author: Gerald Corzo
% Made Jan 2004
% Updated May /2009
%
Error.RMSE=RMSE;
Error.NSC=NSC;
Error.Cor=Cor;
Error.NRMSE=NRMSE;
Error.MAE=MAE;
Error.StdT=StdT;
Error.StdP=StdP;
Error.MuT=MuT;
Error.MuP=MuP;
Error.PERS=PERS;
Error.SSE=SSE;
Error.SSEN=SSEN; %Sum Squared Error Naive
Error.RMSEN=RMSEN; %RMSE Naive
Error.NRMSEN=NRMSEN; %NRMSE Naive
Error.MARE=MARE;

Cite As

Gerald Augusto Corzo Perez (2024). Error Analysis (https://www.mathworks.com/matlabcentral/fileexchange/23849-error-analysis), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2008b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Frequently-used Algorithms in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0