photo

Adam Parker


Active since 2016

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


When calculating the standard deviation of arrays of complex numbers c, why is std(c) not equal to std(abs(c))?
for example, when both the real and imaginary components are normally distributed: c = randn(100,1) + i*randn(100,1); ...

8 years ago | 2 answers | 0

2

answers