Mean and Variance of Transformed Random Variables
To estimate the moments (expected value and variance) of the logarithm of aggregate sales, we can utilize a Taylor expansion for the moments of the function f(x):=log(x), where x is a random variable X. Below are the key derivatives:
- First Derivative: f′(x)=ln(10)x1
- Second Derivative: f′′(x)=−ln(10)x21
Using these, the expected value and variance of log(X) can be approximated as follows:
Expected Value:
E[log(X)]≈log(E[X])−2E[X]2ln(10)1var[X]
Variance:
var[log(X)]≈(ln(10)E[X])21var[X]
The approximation's order depends on the magnitude of fluctuations in X. For large national economies' gross exports or imports, linear terms suffice, allowing us to express E[log(X)]≈log(E[X]) and var[log(X)] as shown above.
In the context of the variance equation, var[log(X)] and var[X] are proportional. Notably:
- σ2(log(X))∼1
- σ2(X)∼1020 if Xˉ∼1011 in EUR.
Additionally, the variance of the ratio X/Xˉ is:
var[XˉX]=Xˉ2var[X]≈ln2(10)var[log(X)]
The variance of log levels is closer in magnitude to the variance of (Xt/X), differing by a factor of ln2(10)≈5.3.
Note: Alternative derivations can be made using approximate linear relations or first-order approximations, leading to similar conclusions about the proportionality between the variances of X and log(X).