EL4121 Embedded System / mbed-os

Dependents:   cobaLCDJoyMotor_Thread odometry_omni_3roda_v3 odometry_omni_3roda_v1 odometry_omni_3roda_v2 ... more

Embed: (wiki syntax)

« Back to documentation index

Statistics Functions

Statistics Functions

Modules

 Maximum
 

Computes the maximum value of an array of data.


 Mean
 

Calculates the mean of the input vector.


 Minimum
 

Computes the minimum value of an array of data.


 Power
 

Calculates the sum of the squares of the elements in the input vector.


 Root mean square (RMS)
 

Calculates the Root Mean Sqaure of the elements in the input vector.


 Standard deviation
 

Calculates the standard deviation of the elements in the input vector.


 Variance
 

Calculates the variance of the elements in the input vector.