Matlab error related performance metrics Matlab script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name: errperf.m
  • Last update:
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • Language: Matlab
  • Price:Freeware
  • Company: Amit Belani (View more)

Matlab error related performance metrics script description:




Publisher review:
Matlab error related performance metrics - Determine various error related performance metrics. errperf(T,P,M) uses T and P, which are target and prediction vectors respectively, and returns the value for M, which is one of several error related performance metrics.T and P can be row or column vectors of the same size. M can be one of the following performance metrics:mae (mean absolute error)mse (mean squared error)rmse (root mean squared error)mare (mean absolute relative error)msre (mean squared relative error)rmsre (root mean squared relative error)mape (mean absolute percentage error)mspe (mean squared percentage error)rmspe (root mean squared percentage error)EXAMPLE:rand('state',0)T = [0:0.2:1];P = rand(size(T)).*T;errperf(T,P,'mae') returns 0.1574To compute the relevant performance metric, the function uses recursion to first compute one or more error vectors. The function can therefore secondarily be used to compute these error vectors. M can therefore also be one of the following:e (errors)ae (absolute errors)se (squared errors)re (relative errors)are (absolute relative errors)sre (squared relative errors)pe (percentage errors)ape (absolute percentage errors)spe (squared percentage errors) Requirements: ยท MATLAB Release: R2007a
Matlab error related performance metrics is a Matlab script for Statistics and Probability scripts design by Amit Belani. It runs on following operating system: Windows / Linux / Mac OS / BSD / Solaris.
Matlab error related performance metrics - Determine various error related performance metrics.

Operating system:
Windows / Linux / Mac OS / BSD / Solaris

Latest script and internet news

222

222

22

Posted on: 18 Jul 2023 22:27 by A. Brown

111

111

111

Posted on: 18 Jul 2023 22:24 by A. Brown

The permanently active Push system offered by the new Google Chrome 42

The permanently active Push system offered by the new Google Chrome 42

Hacked By !Sc-sT

Posted on: 17 Mar 2015 07:57 by A. Brown

SPREAD THE WORD

User Rating


Rating: 2.2 out of 5
Based on 13 ratings. 13 user reviews.

  • Currently 2.15 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5