Azzera filtri
Azzera filtri

How do i type mean bias error (mbe) for arrays X i, Y i in matlab

12 visualizzazioni (ultimi 30 giorni)
For i= 1:365;
N= 365
Err= (1/N)*(summation ((Xi)-(Yi)));
I dont think the 'summation' is correct

Risposte (1)

ahmed elmanawy
ahmed elmanawy il 2 Dic 2018
Err= (1/N)*(sum((Xi)-(Yi)));

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by