Pasek boczny

en:statpqpl:rozkladypl:ciaglepl

Continuous probability distributions

  • Normal distribution which is also called the Gaussian distribution or a bell curve, is one of the most important distribution in statistics. It has very interesting mathematical features and occurs very often in nature. It is usually designated with $N(\mu,\sigma)$.

A density function is defined by: \begin{displaymath}
f(x,\mu,\sigma)=\frac{1}{\sqrt{2\pi}\sigma}\exp\bigg(-\frac{(x-\mu)^2}{2\sigma^2}\bigg), \label{r_normalny_fun}
\end{displaymath}

where:

$-\infty<x<+\infty$,

$\mu$ – an expected value of population (its measure is mean),

$\sigma$ – standard deviation.

\psset{xunit=1.25cm,yunit=8cm}
\begin{pspicture}(-3.5,-.1)(4.2,0.9)
\psaxes[Dy=0.1]{->}(0,0)(-4.5,0)(5,0.9)
\uput[-90](5,0){x}\uput[0](0,0.85){y}
\psGauss[linecolor=red, linewidth=2pt, mue=0, sigma=1]{-4}{4}%
\rput(1.5,0.27){\textcolor{red}{$N(0,1)$}}
\psGauss[linecolor=blue, linestyle=dotted, mue=1, sigma=1]{-4}{4}%
\rput(2.6,0.25){\textcolor{blue}{$N(1,1)$}}
\psGauss[linecolor=green,linestyle=dashed, mue=0, sigma=0.5]{-4}{4}%
\rput(1.1,0.6){\textcolor{green}{$N(0,4)$}}
\end{pspicture}

Normal distribution is a symmetrical distribution for a perpendicular line to axis of abscissae going through the points designating the mean, mode and median.

Normal distribution with a mean of $\mu=0$ and $\sigma=1$ ($N(0,1)$), is so called a standardised normal distribution.

  • t-Student distribution – the shape of t-Student distribution is similar to standardised normal distribution, but its tails are longer. The higher the number of degrees of freedom ($df$), the more similar the shape of t-Student distribution to normal distribution.

A density function is defined by: \begin{displaymath}
f(x,df)=\frac{\Gamma(\frac{df+1}{2})}{\Gamma(\frac{df}{2})\sqrt{df\pi}}\left(1+\frac{x^2}{df}\right)^{-\frac{df+1}{2}},
\end{displaymath}

where:

$-\infty<x<+\infty$,

$df$ – degrees of freedom (sample size is decreased by the number of limitations in given calculations),

$\Gamma$ is a Gamma function.

\psset{xunit=1.25cm,yunit=10cm}
\begin{pspicture}(-5,-0.1)(5,.5)
\psaxes[Dy=0.1]{->}(0,0)(-4.5,0)(5,0.5)
\uput[-90](5,0){x}\uput[0](0,0.45){y}
\psGauss[linecolor=red, linewidth=2pt, mue=0, sigma=1]{-4}{4}%
\rput(1.6,0.25){\textcolor{red}{$N(0,1)$}}
\psTDist[linecolor=blue,linestyle=dotted,nue=1]{-4}{4}
\rput(2.5,0.2){\textcolor{blue}{$T(df=1)$}}
\psTDist[linecolor=green,linestyle=dashed,nue=4]{-4}{4}
\rput(3,0.15){\textcolor{green}{$T(df=4)$}}
\end{pspicture}

  • Chi-square distribution, this is a right-skewed distribution with a shape depending on the number of degrees of freedom $df$. The higher the number of degrees of freedom, the more similar the shape of $\chi^2$ distribution to the normal distribution.

Density function is defined by: \begin{displaymath}
f(x,df)=\frac{1}{2^{\frac{df}{2}}\Gamma{\frac{df}{2}}}x^{\frac{df}{2}-1}e^{-\frac{x}{2}},
\end{displaymath}

where:

$x>0$,

$df$ – degrees of freedom (sample size is decreased by the number of limitations in given calculations),

$\Gamma$ is a Gamma function.

\psset{xunit=1.2cm,yunit=10cm,plotpoints=200}
\begin{pspicture*}(-0.75,-0.1)(9.5,.65)
\uput[-90](9.4,0){x}\uput[0](0,0.55){y}
\psChiIIDist[linewidth=1pt,linecolor=red, nue=1,]{0.01}{9}
\rput(1.8,0.4){\textcolor{red}{$\chi^2(df=1)$}}
\psChiIIDist[linewidth=1pt,linecolor=blue,linestyle=dotted, nue=5,]{0.01}{9}
\rput(4,0.2){\textcolor{blue}{$\chi^2(df=5)$}}
\psChiIIDist[linewidth=1pt,linecolor=green,linestyle=dashed, nue=10,]{0.01}{9}
\rput(8,0.15){\textcolor{green}{$\chi^2(df=10)$}}
\psaxes[Dy=0.1]{->}(0,0)(9.5,.6)
\end{pspicture*}

  • Fisher-Snedecor distribution, this is a distribution which has a right tail that is longer and a shape that depends on the number of degrees of freedom $df_1$ and $df_2$.

A density function is defined by: \begin{displaymath}
F(x,df_1,df_2)=\frac{\sqrt{\frac{(df_1x)^{df_1}d_2^{df_2}}{(df_1x+df_2)^{df_1+df_2}}}}{xB\left(\frac{df_1}{2},\frac{df_2}{2}\right)},
\end{displaymath}

where:

$x>0$,

$df_1$, $df_1$ – degrees of freedom (it is assumed that if $X$ i $Y$ are independent with a $\chi^2$ distribution with adequately $df_1$ and $df_2$ degrees of freedom, than $F=\frac{X/df_1}{Y/df_2}$ has a F Snedecor distribution $F(df_1,df_2)$),

$B$ is a Beta function.

\psset{xunit=2cm,yunit=10cm,plotpoints=100}
\begin{pspicture*}(-0.5,-0.07)(5.5,0.8)
\psFDist[linecolor=green,linestyle=dashed]{0.1}{5}
\rput(1,0.05){\textcolor{green}{$F(df_1=1,df_2=1)$}}
\psFDist[linecolor=red,nue=3,mue=12]{0.01}{5}
\rput(4,0.15){\textcolor{red}{$F(df_1=3,df_2=12)$}}
\psFDist[linecolor=blue,linestyle=dotted,nue=12,mue=3]{0.01}{5}
\rput(2,0.4){\textcolor{blue}{$F(df_1=12,df_2=3)$}}
\psaxes[Dy=0.1]{->}(0,0)(5,0.75)
\end{pspicture*}

en/statpqpl/rozkladypl/ciaglepl.txt · ostatnio zmienione: 2022/02/11 16:40 przez admin

Narzędzia strony