acidbase.sem

acidbase.sem(x: ndarray) float

Compute the standard error of the mean.

Parameters:

x (array-like) – Numeric vector.

Returns:

Standard error of the mean of x.

Return type:

float