15 Notation
15.1 Random variables, vectors, and matrices
- Random variables are capital letters such as and .
- A particular value of is .
- Vectors are bold lowercase symbols (e.g., , ) or italic lowercase with arrows (e.g., , ).
- Matrices are bold uppercase symbols (e.g., , ).
Expression | Meaning |
---|---|
The transpose of matrix | |
The inverse of matrix | |
The vector formed from the diagonal of matrix | |
The diagonal matrix formed from vector | |
A column vector of ones. If is absent, the length of can be inferred by context. | |
A identity matrix. If is absent, the dimensions of can be inferred by context. |
15.2 Sets and intervals
A set is a collection of distinct objects.
Expression | Meaning |
---|---|
A set consisting of two numbers, and | |
The set of real numbers in the interval between and , inclusive | |
The set of real numbers in the interval between and , exclusive | |
The set of real numbers in the interval between and , excluding but including | |
The set of all real numbers | |
The set of all integers | |
The set of all non-negative integers: | |
The set of all positive integers: | |
Is a member of (i.e., means that is a member of the set of numbers between and ) |
15.3 Summation
There are several ways to show that a variable is to be summed. The summation sign looks like a really big Σ, the capital Greek letter sigma. If is a vector with elements, the sum of all in is:
With matrix algebra,
15.4 Statistics
Expression | Meaning |
---|---|
The population and sample mean of | |
The population and sample standard deviation of | |
The population and sample variance of | |
The population and sample skewness | |
The population and sample kurtosis |
15.5 Other
Expression | Meaning |
---|---|
The binomial coefficient. It is just a shortcut notation for . Read aloud, is `` choose ’’ or the number of combinations that things have when taken at a time. | |
The probability density function or probability mass function of with parameters | |
The cumulative distribution function of with parameters | |
The expected value of |