I am trying to understand how uncertainty propagates through systems with complex variables.
Given the general error propagation formula
$$ \sigma^2_u = \left(\frac{\partial u}{\partial x}\right)^2\sigma_x^2 + \left(\frac{\partial u}{\partial y}\right)^2 \sigma_y^2 + \ldots $$
so that if x is uncertain then in the case of multiplication by some constant, if
$$ u = Ax $$ then simply $$ \sigma_u = A\sigma_x. $$
I understand that variance can never be complex so what would happens in the case that A is complex? so for example: $$ u = xe^{(-2\pi i f)}. $$
I am assuming that x is drawn from a normal distribution with known parameters.
I already have a variance for the variable $x$ (which is not complex), what I want to know is the variance of $u$ which is $x$ multiplied by something complex.
– Will May 21 '15 at 08:22