A How to derive the sampling distribution of some statistics

AI Thread Summary
The discussion focuses on deriving the sampling distribution of statistics from a compound distribution formed by an Erlang distribution and a geometric distribution. The resulting distribution, g(t), is identified as an exponential distribution with a rate parameter of λp. Key statistical parameters such as expectation, variance, coefficient of variation, and skewness are calculated, revealing that the coefficient of variation is 1 and skewness is 2. Participants express uncertainty about deriving formulas for the sampling distribution of these statistics with a sample size n. The conversation highlights a gap in available resources regarding sampling distributions in the context of exponential distributions.
Ad VanderVen
Messages
169
Reaction score
13
TL;DR Summary
Given a geometric Erlang distribution, how can I derive the sampling distribution of the coefficient of variation and the skewness for a sample of size $n$.
Assume that ##T## has an Erlang distribution:
$$\displaystyle f \left(t \, | \, k \right)=\frac{\lambda ^{k }~t ^{k -1}~e^{-\lambda ~t }}{\left(k -1\right)!}$$
and ##K## has a geometric distribution
$$\displaystyle P \left( K=k \right) \, = \, \left( 1-p \right) ^{k-1}p$$
Then the compound distribution has the following form.
$$\displaystyle g \left(t \right)= \sum _{k=1}^{\infty} f \left(t \, | \, k \right)~P \left(K =k \right)=\frac{\lambda ~p }{e^{\lambda ~t ~p }}$$
with expectation:
$$\displaystyle \mu_{{1}}\, = \,{\frac {1}{\lambda\,p}}$$
variance:
$$\displaystyle \mu_{{2}}\, = \,{\frac {1}{{\lambda}^{2}{p}^{2}}}$$
and third central moment:
$$\displaystyle \mu_{{3}}\, = \, {\frac {2}{{\lambda}^{3}{p}^{3}}}$$
The coefficient of variation ##c_v## is given by:
$$\displaystyle {\it c_v}\, = \,{\frac { \sqrt{\mu_{{2}}}}{\mu_{{1}}}}=1$$
and the skewness ##\tilde{\mu}_3## by:
$$\displaystyle {\it \tilde{\mu}_3}\, = \,{\frac {\mu_{{3}}}{{\mu_{{2}}}^{3/2}}}=2$$
Is it possible to derive a formula for the sampling distribution of the coefficient of variation and the skewness with a sample size ##n##?
 
Last edited:
Physics news on Phys.org
mathman said:

I am now aware that ##g(t)## is in fact an exponential distribution with rate parameter ##\lambda \, p##. But the Wikipedia site on the exponential distribution makes no mention of sampling distributions.
 
Section on statistical parameters? I am not sure what you want.
 
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