destdize (Series)
Destandardize time series by multiplying it by std dev and adding mean
Syntax
x = destdize(x, meanX, stdX)
Input arguments
x [ Series ]
Input Series object.
meanX [ numeric ]
Mean that will be added the data.
stdX [ numeric ]
Standard deviation that will be added to the data.
Output arguments
x [ Series ]
Destandardized output data.
Options
zzz=default [ zzz | ___ ]
Description
Description
Examples