I want denormalization of my prediction data
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Greg Heath
2015 年 8 月 17 日
>> 10^log10(7)
ans = 7
>> exp(1)^log(7)
ans = 7
Hope this helps.
Thank yu for formally accepting my answer
Greg
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Sequence and Numeric Feature Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!