Borrar filtros
Borrar filtros

How to find the Relative Root Mean Square Error for the given data?

316 visualizaciones (últimos 30 días)
Sadiq Akbar
Sadiq Akbar el 6 de Mzo. de 2024
Comentada: Sadiq Akbar el 8 de Mzo. de 2024
I have some data as given below:
u=[-30 30 -50 50];% desired vector
low = [-90 -90 -90 -90];
up = [90 90 90 90];
b = low + (up - low) .* randn(1,4);% Estimated vetors
How will we find the Relative Root Mean Sqaure Error (RRMSE) for this? Further, what does the RRMSE show?
  6 comentarios
Dyuman Joshi
Dyuman Joshi el 7 de Mzo. de 2024
Editada: Dyuman Joshi el 7 de Mzo. de 2024
@Sadiq Akbar, you should read the comments included in the code above.
Sadiq Akbar
Sadiq Akbar el 8 de Mzo. de 2024
Yes, I read and made the dimension of both equal and it worked. But If we want to determine the RMSE and the RRMSE for the above data when u=[-30 30]; Then what is the diffeence between them. Further and most important if we want to draw a plot for both the metrics i.e., RMSE and RRMSE for the above data, then how will be that and what is the difference between both? I mean what extra information is given by RRMSE than RMSE?

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Descriptive Statistics en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by