Properties of Univariate statistics.

AI Thread Summary
Univariate statistics involves analyzing a single random variable, where a Probability Mass Function (PMF) applies to discrete variables and a Probability Density Function (PDF) applies to continuous variables. Random variables in this context are independent and identically distributed (IID), meaning they share the same expected value and variance, resulting in a covariance of zero between different observations. The method of moments relates the first four moments to key statistical properties: the first moment is the expected value, the second is variance, the third indicates skewness, and the fourth indicates kurtosis. Skewness describes the asymmetry of the distribution, while kurtosis measures the "tailedness" and how closely the distribution resembles a normal distribution. Understanding these concepts helps clarify the characteristics of data distributions in statistical analysis.
zyQuzA0e5esy2y
Messages
3
Reaction score
0
Hi PF, i have several questions about univariate statistics that doesn't seem to be covered in my notes or online, i hope the question is not redundant on the forums, but i ran a search and saw nothing.

In univariate statistics, you can have a PMF which is a discrete random variable (RV) and a PDF which is a continuous RV.

"We can estimate these quantities given a random sample of observations on a random variable, specifically, a random sample of n independently sampled observations on the random variable X is a set of random variable, each of which has the same distribution as X. That is, letting Fx(x) denote the CDF of Xi."

we can say that random variables, are independent and identically distributed (IID), since each observation has the same distribution, E(X) and variance are the same thus COV(Xi,Xj) = 0"

What happens if it was a PMF or is it not possible?

A normal distribution of method of moments tell us:
1st mom = E(X)
2nd mom = Variance
3rd mom = skewness
4th mom = Kurtosis
Does the skewness tell us the direction which the curve is skewed and if the E(X) and variance is on the left side or right side of the curve?

What is kurtosis and what does it tell us?
in my notes i have that the kurtosis tells me that it is a function of the first 4 moments which tells me the E(X), variance, skewness and kurtosis, but doesn't exactly tell me about kurtosis. could i possibly get an explanation?
 
Physics news on Phys.org
"What happens if it was a PMF or is it not possible?"
Same - if your sample is from a continuous distribution or discrete distribution (your only two distinctions) is immaterial: you can obtain the same information about moments, etc.

Roughly speaking (you can get more details by googling kurtosis)
Kurtosis gives one way to indicate how close the data's distribution is to a normal distribution

• Normal distributions have kurtosis equal to zero
• A distribution "flatter" than a normal has negative kurtosis
• A distribution more strongly peaked than a normal has positive kurtosis
 
Thank you very much, this actually helped. i tried googling kurtosis but didn't understand it as much.
 
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