Data import and analysis
- cummax
-
Cumulative maximum.
- cummin
-
The cumulative minimum.
- detrend
-
Removes the polynomial trend.
- max
-
The maximum elements of the array.
- mean
-
The average value of the array elements.
- median
-
The median value of the array elements.
- min
-
The minimum elements of the array.
- movmad
-
The moving average is the absolute deviation.
- std
-
The standard deviation.
- var
-
The variance.
- xcorr
-
The cross-correlation function.