I want denormalization of my prediction data
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
abduall hassn
am 12 Aug. 2015
Bearbeitet: abduall hassn
am 3 Nov. 2016
I used log function for normalize my time series data then i applied narxnet technique
I got prediction but, want denormalization output data
these data
0 Kommentare
Akzeptierte Antwort
Greg Heath
am 17 Aug. 2015
>> 10^log10(7)
ans = 7
>> exp(1)^log(7)
ans = 7
Hope this helps.
Thank yu for formally accepting my answer
Greg
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!