VectorAround
✖
VectorAround
represents a vector of uncorrelated approximate numbers or quantities with values xi and uncertainties δi.
represents a vector of approximate numbers or quantities with values xi and covariance matrix Δ.
represents a pair of approximate numbers or quantities with uncertainties δ1, δ2 and correlation factor ρ.
represents a vector of approximate numbers or quantities with uncertainties δi and correlation matrix R.
Details

- VectorAround can be used to represent results of vector measurements in which there is statistical or other uncertainty.
- When VectorAround is used in computations, uncertainties are by default propagated using a first-order series approximation, taking account of correlations within each individual VectorAround object, but assuming no correlations between different VectorAround objects.
- Around[VectorAround[{x1,x2,…},…]] gives a list of Around[xi,…] in which correlations between different values in the vector have been ignored.
- VectorAround[…]["prop"] can be used to extract the following properties:
-
"Vector" central vector v in VectorAround[v,…] "Covariance" covariance matrix Δ "Correlation" correlation matrix R "Distribution" MultinormalDistribution[…] - For linear computations, VectorAround[v,Δ] behaves like a vector whose values are distributed according to the multinormal distribution MultinormalDistribution[v,Δ].
- VectorAround[{x1,x2},{{δ1,δ2},ρ}] gives VectorAround[{x1,x2},Δ], with covariance matrix Δ={{δ12,ρ δ1 δ2},{ρ δ1 δ2,δ22}}.
- For vectors v, δ and correlation matrix R, VectorAround[v,{δ,R}] gives VectorAround[v,Δ], with covariance matrix Δ of components Δij=Rij δi δj. The correlation matrix R is expected to have diagonal elements Rkk=1.
Examples
open allclose allBasic Examples (4)Summary of the most common use cases
A pair of uncorrelated uncertain numbers:

https://wolfram.com/xid/0dqx2b3l5pu-d9ieyd

A pair of correlated uncertain numbers:

https://wolfram.com/xid/0dqx2b3l5pu-3ffa5k

A pair of correlated quantities:

https://wolfram.com/xid/0dqx2b3l5pu-s6wjbh

MeanAround on a list of vectors returns a VectorAround object:

https://wolfram.com/xid/0dqx2b3l5pu-b2pydo


https://wolfram.com/xid/0dqx2b3l5pu-vzaxrd

Properties & Relations (1)Properties of the function, and connections to other functions
Take a multinormal distribution for 2D vectors and simulate it:

https://wolfram.com/xid/0dqx2b3l5pu-vn76r8

https://wolfram.com/xid/0dqx2b3l5pu-d8n3lx

VectorAround[vectors] estimates the mean and covariance matrix of the distribution:

https://wolfram.com/xid/0dqx2b3l5pu-crg36s

MeanAround[vectors] describes the mean of the distribution and the covariance matrix associated with that mean:

https://wolfram.com/xid/0dqx2b3l5pu-cn876c

Wolfram Research (2019), VectorAround, Wolfram Language function, https://reference.wolfram.com/language/ref/VectorAround.html.
Text
Wolfram Research (2019), VectorAround, Wolfram Language function, https://reference.wolfram.com/language/ref/VectorAround.html.
Wolfram Research (2019), VectorAround, Wolfram Language function, https://reference.wolfram.com/language/ref/VectorAround.html.
CMS
Wolfram Language. 2019. "VectorAround." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/VectorAround.html.
Wolfram Language. 2019. "VectorAround." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/VectorAround.html.
APA
Wolfram Language. (2019). VectorAround. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/VectorAround.html
Wolfram Language. (2019). VectorAround. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/VectorAround.html
BibTeX
@misc{reference.wolfram_2025_vectoraround, author="Wolfram Research", title="{VectorAround}", year="2019", howpublished="\url{https://reference.wolfram.com/language/ref/VectorAround.html}", note=[Accessed: 16-April-2025
]}
BibLaTeX
@online{reference.wolfram_2025_vectoraround, organization={Wolfram Research}, title={VectorAround}, year={2019}, url={https://reference.wolfram.com/language/ref/VectorAround.html}, note=[Accessed: 16-April-2025
]}