Content deleted Content added
TwerpySugar (talk | contribs) Started a list of properties, and hope i or someone else will add to it soon. |
Fix for parallel construction. |
||
(31 intermediate revisions by 21 users not shown) | |||
Line 1:
{{Short description|Vector with non-negative entries that add up to one}}
{{redirect|Stochastic vector|the concept of a random vector|Multivariate random variable}}
In [[mathematics]] and [[statistics]], a '''probability vector''' or '''stochastic vector''' is a [[vector space|vector]] with non-negative entries that add up to one.
The positions (indices) of a probability vector represent the possible outcomes of a [[discrete random variable]], and the vector gives us the [[probability mass function]] of that random variable, which is the standard way of characterizing a [[discrete probability distribution]].<ref>{{citation
| last = Jacobs | first = Konrad
| doi = 10.1007/978-3-0348-8645-1
| isbn = 3-7643-2591-7
| mr = 1139766
| page = 45
| publisher = Birkhäuser Verlag, Basel
| series = Basler Lehrbücher [Basel Textbooks]
| title = Discrete Stochastics
| url = https://books.google.com/books?id=2Rv_i4-01JEC&pg=PA45
| volume = 3
| year = 1992}}.</ref>
==Examples==
Here are some examples of probability vectors
*<math>
x_0=\begin{bmatrix}0.5 \\ 0.25 \\ 0.25 \end{bmatrix},
*<math>
x_1=\begin{bmatrix} 0 \\ 1 \\ 0 \end{bmatrix},
*<math>
x_2=\begin{bmatrix} 0.65
*<math>
x_3=\begin{bmatrix} 0.3
</math>
==Geometric interpretation==
Writing out the vector components of a vector <math>p</math> as
:<math>p=\begin{bmatrix} p_1 \\ p_2 \\ \vdots \\ p_n \end{bmatrix}\
the vector components must sum to one:
Line 24 ⟶ 38:
:<math>\sum_{i=1}^n p_i = 1</math>
:<math>0\le p_i \le 1</math>
for all <math>i</math>.
==
* The mean of the components of any probability vector is <math> 1/n </math>.
* The length of a probability vector is equal to <math display="inline">\sqrt {n\sigma^2 + 1/n} </math>; where <math> \sigma^2 </math> is the variance of the elements of the probability vector.
==See also==
* [[Stochastic matrix]]
* [[Dirichlet distribution]]
==References==
{{Reflist}}
{{DEFAULTSORT:Probability Vector}}
[[Category:Probability theory]]
[[Category:Vectors (mathematics and physics)]]
|