Univariate statistics provide information on a single variable. They summarise and reveal patterns in that variable. In Source, the variable used to calculate statistics is a time series result.
The types of univariate statistics available in Source are described in Table 1.
...
1 |
Where:x
x is the value of time series x at time step i
x is the mean of time series x
n is the number of values in time series x.
...
The skew measures the degree of asymmetry of a distribution around its mean. It is defined as:
Equation 2 | skew= n(n-1)(n-2)i=0nxi-xs3 |
...