Data import and analysis
- corrcoef
-
Correlation coefficients.
- cov
-
Covariance.
- 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.
- movmedian
-
The moving median.
- rms
-
The RMS value.
- smoothdata
-
Smoothing of noisy data.
- std
-
The standard deviation.
- var
-
The variance.
- xcorr
-
The cross-correlation function.
- xcov
-
Mutual covariance.