What is the best metric to compute the error for complex time series data?
23 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Kalasagarreddi Kottakota
am 13 Aug. 2023
Kommentiert: Kalasagarreddi Kottakota
am 13 Aug. 2023
I have a complex number time series of data for ground truth and estimated values.
I am currently using Mean square error metric to check the quality of my method:
Howver, mean square error obtains only 1 value.
- Is this correct way to calculate MSE for complex data?
- Is there any other metric to see instantenous error at every sample of complex valued time series?
0 Kommentare
Antworten (1)
Walter Roberson
am 13 Aug. 2023
No, that could give you complex numbers, but MSE should be real and non-negative.
mse(abs(h_e-h_true))
1 Kommentar
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!