Variation coefficient property

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 1K views
Ad VanderVen
Messages
169
Reaction score
13
TL;DR
Does a given property of a random variable also apply to the sum of that variable?
For a random variable Ti,

SD (Ti) / E (Ti) ≤ 1

with SD (Ti) = (Var (Ti))1/2 and E (Ti) the expectation of Ti and Var (Ti) the variance of Ti. My question now is whether the following property then also applies. For any variable T,

SD (T) / E (T) ≤ 1

where T = T1 + T2 + ... + TN and where N can be a fixed variable or random variable.
 
on Phys.org
Not necessarily.
 
That would be great, but how can you prove this?
 
If Si ≤ Ei for all i, then
∑Si ≤ ∑Ei = E(T)
Now the question is, is S(T) ≤ ∑Si?
V(T) = ∑Vi + 2∑∑'Cij where Cij is the covariance of Ti and Tj
V(T) = ∑Vi + 2∑∑'rijSiSj where rij is the correlation coefficient between Ti and Tj
This is a maximum when all the r's = +1. So
V(T) ≤ ∑Si2 + 2∑∑'SiSj
V(T) ≤ (∑Si)2
S(T) ≤ ∑Si
S(T) ≤ E(T)
 
Ad VanderVen said:
where T = T1 + T2 + ... + TN and where N can be a fixed variable or random variable.

Suppose we have the case where ##N## is a random variable. Is ##N## known to be independent of the other random variables?

... and what would we mean by saying that ##N## is independent of a possibily infinite set of random variables ##{T_1, T_2, ...}## which are themselves not (necessarily) a set of independent random variables?