Stimulus–response model: Difference between revisions
en>Helpful Pixie Bot m ISBNs (Build KH) |
en>Kikitarheel links |
||
| Line 1: | Line 1: | ||
{{About|the range in statistics|the range as it pertains to [[Function (mathematics)|function]]s|range (mathematics)}} | |||
In [[arithmetic]], the '''range''' of a set of data is the difference between the largest and smallest values.<ref>{{cite book|title=An Introduction to Statistics|author=George Woodbury|page=74|isbn=0534377556|publisher=Cengage Learning|year=2001}}</ref> | |||
However, in [[descriptive statistics]], this concept of range has a more complex meaning. The range is the size of the smallest interval which contains all the data and provides an indication of [[statistical dispersion]]. It is measured in the same units as the data. Since it only depends on two of the observations, it is most useful in representing the dispersion of small data sets.<ref>{{cite book|title=Elementary Statistics: Vol 2| page=7-27 | author = Carin Viljoen| publisher=Pearson South Africa| year = 2000| isbn = 186891075X}}</ref> | |||
==Independent identically distributed continuous random variables== | |||
For ''n'' [[independent and identically distributed random variables|independent and identically distributed continuous random variables]] ''X''<sub>1</sub>, ''X''<sub>2</sub>, ..., ''X''<sub>''n''</sub> with [[cumulative distribution function]] G(''x'') and [[probability density function]] g(''x'') the range of the ''X''<sub>''i''</sub> is the range of a sample of size ''n'' from a population with distribution function ''G''(''x''). | |||
===Distribution=== | |||
The range has cumulative distribution function<ref name="gumbel">{{cite jstor|2235736 }}</ref><ref name="tsimashenka">{{cite doi|10.1007/978-3-642-30782-9_12}}</ref> | |||
::<math>F(t)= n \int_{-\infty}^{\infty} g(x)[G(x+t)-G(x)]^{n-1}\text{d}x.</math> | |||
[[Emil Julius Gumbel|Gumbel]] notes that the "beauty of this formula is completely marred by the facts that, in general, we cannot express ''G''(''x'' + ''t'') by ''G''(''x''), and that the numerical integration is lengthy and tiresome."<ref name="gumbel" /> | |||
If the distribution of each ''X''<sub>''i''</sub> is limited to the right (or left) then the asymptotic distribution of the range is equal to the asymptotic distribution of the largest (smallest) value. For more general distributions the asymptotic distribution can be expressed as a [[Bessel function]].<ref name="gumbel" /> | |||
===Moments=== | |||
The mean range is given by<ref>{{cite jstor|2236514}}</ref> | |||
::<math>n \int_0^1 x(G)[G^{n-1}-(1-G)^{n-1}] \text{d}G</math> | |||
where ''x''(''G'') is the inverse function. In the case where each of the ''X''<sub>''i''</sub> has a [[standard normal distribution]], the mean range is given by<ref>{{cite jstor | 2332087}}</ref> | |||
::<math>\int_{-\infty}^\infty (1-(1-\Phi(x))^n-\Phi(x)^n ) \text{d}x.</math> | |||
==Independent nonidentically distributed continuous random variables== | |||
For ''n'' nonidentically distributed independent continuous random variables ''X''<sub>1</sub>, ''X''<sub>2</sub>, ..., ''X''<sub>''n''</sub> with cumulative distribution functions G<sub>1</sub>(''x''), G<sub>2</sub>(''x''), ..., G<sub>''n''</sub>(''x'') and probability density functions g<sub>1</sub>(''x''), g<sub>2</sub>(''x''), ..., g<sub>''n''</sub>(''x''), the range has cumulative distribution function<ref name="tsimashenka" /> | |||
::<math>F(t) = \sum_{i=1}^n \int_{-\infty}^\infty g_i(x) \prod_{j=1, j \neq i}^n [G_j(x+t)-G_j(x)]\text{d}x.</math> | |||
==Independent identically distributed discrete random variables== | |||
For ''n'' independent and identically distributed discrete random variables ''X''<sub>1</sub>, ''X''<sub>2</sub>, ..., ''X''<sub>''n''</sub> with [[cumulative distribution function]] G(''x'') and [[probability mass function]] g(''x'') the range of the ''X''<sub>''i''</sub> is the range of a sample of size ''n'' from a population with distribution function ''G''(''x''). We can assume [[without loss of generality]] that the [[support (mathematics)|support]] of each ''X''<sub>''i''</sub> is {1,2,3,...,''N''} where ''N'' is a positive integer or infinity.<ref name="evans">{{cite doi|10.1287/ijoc.1040.0105}}</ref><ref>{{cite jstor|2236482}}</ref> | |||
===Distribution=== | |||
The range has probability mass function<ref name="evans" /><ref name="aty">{{cite doi|10.1111/j.1467-9574.1954.tb00442.x}}</ref><ref>{{cite doi|10.1007/BF02863574}}</ref> | |||
::<math>f(t)=\begin{cases} | |||
\sum_{x=1}^N[g(x)]^n & t=0 \\ | |||
\sum_{x=1}^{N-t}\left( | |||
\begin{alignat}{2} &[G(x+t)-G(x-1)]^n\\ | |||
&-[G(x+t)-G(x)]^n\\ | |||
&-[G(x+t-1)-G(x-1)]^n\\ | |||
&+[G(x+t-1)-G(x)]^n | |||
\end{alignat} \right)& t=1,2,3\ldots,N-1.\\ | |||
\end{cases}</math> | |||
====Example==== | |||
If we suppose that g(''x'')=1/''N'', the [[discrete uniform distribution]] for all ''x'', then we find<ref>{{cite jstor|2280515}}</ref><ref name="aty" /> | |||
::<math>f(t)=\begin{cases} | |||
\frac{1}{N^{n-1}} & t=0 \\ | |||
\sum_{x=1}^{N-t}\left( | |||
[\frac{t+1}{N}]^n -2[\frac{t}{N}]^n +[\frac{t-1}{N}]^n | |||
\right)& t=1,2,3\ldots,N-1.\\ | |||
\end{cases}</math> | |||
==Related quantities== | |||
The range is a simple function of the [[sample maximum and minimum]] and these are specific examples of [[order statistic]]s. In particular, the range is a linear function of order statistics, which brings it into the scope of [[L-estimator|L-estimation]]. | |||
==See also== | |||
{{Portal|Statistics}} | |||
*[[Mid-range]] | |||
*[[Interquartile range]] | |||
*[[Studentized range]] | |||
==References== | |||
{{Reflist}} | |||
==External links== | |||
* [http://www.applsoftware.com/ APPL], a [[Maple (software)|Maple]] script for computing the range of independent identically discrete random variables | |||
{{Statistics|descriptive}} | |||
{{DEFAULTSORT:Range (Statistics)}} | |||
[[Category:Statistical deviation and dispersion]] | |||
[[Category:Scale statistics]] | |||
[[Category:Summary statistics]] | |||
Latest revision as of 19:50, 24 December 2013
29 yr old Orthopaedic Surgeon Grippo from Saint-Paul, spends time with interests including model railways, top property developers in singapore developers in singapore and dolls. Finished a cruise ship experience that included passing by Runic Stones and Church. In arithmetic, the range of a set of data is the difference between the largest and smallest values.[1]
However, in descriptive statistics, this concept of range has a more complex meaning. The range is the size of the smallest interval which contains all the data and provides an indication of statistical dispersion. It is measured in the same units as the data. Since it only depends on two of the observations, it is most useful in representing the dispersion of small data sets.[2]
Independent identically distributed continuous random variables
For n independent and identically distributed continuous random variables X1, X2, ..., Xn with cumulative distribution function G(x) and probability density function g(x) the range of the Xi is the range of a sample of size n from a population with distribution function G(x).
Distribution
The range has cumulative distribution function[3][4]
Gumbel notes that the "beauty of this formula is completely marred by the facts that, in general, we cannot express G(x + t) by G(x), and that the numerical integration is lengthy and tiresome."[3]
If the distribution of each Xi is limited to the right (or left) then the asymptotic distribution of the range is equal to the asymptotic distribution of the largest (smallest) value. For more general distributions the asymptotic distribution can be expressed as a Bessel function.[3]
Moments
The mean range is given by[5]
where x(G) is the inverse function. In the case where each of the Xi has a standard normal distribution, the mean range is given by[6]
Independent nonidentically distributed continuous random variables
For n nonidentically distributed independent continuous random variables X1, X2, ..., Xn with cumulative distribution functions G1(x), G2(x), ..., Gn(x) and probability density functions g1(x), g2(x), ..., gn(x), the range has cumulative distribution function[4]
Independent identically distributed discrete random variables
For n independent and identically distributed discrete random variables X1, X2, ..., Xn with cumulative distribution function G(x) and probability mass function g(x) the range of the Xi is the range of a sample of size n from a population with distribution function G(x). We can assume without loss of generality that the support of each Xi is {1,2,3,...,N} where N is a positive integer or infinity.[7][8]
Distribution
The range has probability mass function[7][9][10]
Example
If we suppose that g(x)=1/N, the discrete uniform distribution for all x, then we find[11][9]
Related quantities
The range is a simple function of the sample maximum and minimum and these are specific examples of order statistics. In particular, the range is a linear function of order statistics, which brings it into the scope of L-estimation.
See also
Sportspersons Hyslop from Nicolet, usually spends time with pastimes for example martial arts, property developers condominium in singapore singapore and hot rods. Maintains a trip site and has lots to write about after touring Gulf of Porto: Calanche of Piana.
References
43 year old Petroleum Engineer Harry from Deep River, usually spends time with hobbies and interests like renting movies, property developers in singapore new condominium and vehicle racing. Constantly enjoys going to destinations like Camino Real de Tierra Adentro.
External links
- ↑ 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.
My blog: http://www.primaboinca.com/view_profile.php?userid=5889534 - ↑ 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.
My blog: http://www.primaboinca.com/view_profile.php?userid=5889534 - ↑ 3.0 3.1 3.2 Template:Cite jstor
- ↑ 4.0 4.1 Template:Cite doi
- ↑ Template:Cite jstor
- ↑ Template:Cite jstor
- ↑ 7.0 7.1 Template:Cite doi
- ↑ Template:Cite jstor
- ↑ 9.0 9.1 Template:Cite doi
- ↑ Template:Cite doi
- ↑ Template:Cite jstor