(rontolisp) docs
← Functions

linalg:std

(linalg:std array &key axis keepdims ddof)

Returns the standard deviation: the square root of linalg:var, with the same :axis, :keepdims and :ddof rules (numpy's np.std). Together with linalg:mean along the same axis this is the LayerNorm normalizer.