Meaning of Independent Identically distributed random variables

AI Thread Summary
Independent Identically Distributed (IID) random variables are those that are both independent and share the same probability distribution. The term "identically distributed" implies that they have the same probability density function (pdf) and cumulative distribution function (cdf), which also means they possess the same mean and variance. In the example provided, the random variables N(0,1), N(2,4), and N(3,5) are independent but not identically distributed due to differing parameters, thus they are not IID. The key takeaway is that while independence is necessary, identical distribution is crucial for the IID classification. Therefore, for random variables to be considered IID, they must have identical statistical properties.
dionysian
Messages
51
Reaction score
1
I am a little fuzzy on the meaning of Independent Identically distributed random variables. I understand the independent part but still not 100% on the identically distributed part. I understand that identically distributed means they have the same pdf and cdf but does this mean that they have the same mean and variance?

For example if i have a sequence of random variables: N(0,1),N(2,4),N(3,5) and they are all independent are they IID?
 
Physics news on Phys.org


If they have the same pdf, then they by definition have the same mean and variance.
 


For example if i have a sequence of random variables: N(0,1),N(2,4),N(3,5) and they are all independent are they IID?
They are all normal, but since the parameters are different, the distribution functions are different. (Not IID, only I).
 
Last edited:


Thanks.
 
I'm taking a look at intuitionistic propositional logic (IPL). Basically it exclude Double Negation Elimination (DNE) from the set of axiom schemas replacing it with Ex falso quodlibet: ⊥ → p for any proposition p (including both atomic and composite propositions). In IPL, for instance, the Law of Excluded Middle (LEM) p ∨ ¬p is no longer a theorem. My question: aside from the logic formal perspective, is IPL supposed to model/address some specific "kind of world" ? Thanks.
I was reading a Bachelor thesis on Peano Arithmetic (PA). PA has the following axioms (not including the induction schema): $$\begin{align} & (A1) ~~~~ \forall x \neg (x + 1 = 0) \nonumber \\ & (A2) ~~~~ \forall xy (x + 1 =y + 1 \to x = y) \nonumber \\ & (A3) ~~~~ \forall x (x + 0 = x) \nonumber \\ & (A4) ~~~~ \forall xy (x + (y +1) = (x + y ) + 1) \nonumber \\ & (A5) ~~~~ \forall x (x \cdot 0 = 0) \nonumber \\ & (A6) ~~~~ \forall xy (x \cdot (y + 1) = (x \cdot y) + x) \nonumber...
Back
Top