I want denormalization of my prediction data

1 visualización (últimos 30 días)
abduall hassn
abduall hassn el 12 de Ag. de 2015
Editada: abduall hassn el 3 de Nov. de 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

Respuesta aceptada

Greg Heath
Greg Heath el 17 de Ag. de 2015
>> 10^log10(7)
ans = 7
>> exp(1)^log(7)
ans = 7
Hope this helps.
Thank yu for formally accepting my answer
Greg

Más respuestas (0)

Categorías

Más información sobre Sequence and Numeric Feature Data Workflows en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

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

Start Hunting!

Translated by