Section 15 Vector Operation: Statistical Function
15.1 Descriptive statistics
Function | Explanation |
---|---|
length | Number of elements in a vector |
sum | Sum of the values in a vector |
min | Minimum of a vector |
max | Maximum of a vector |
range | Range (min, max) of a vector |
mean | Mean of the values in a vector |
median | Median of the values in a vector |
var | Variance |
sd | Standard deviation |