standard_deviation

Signature

standard_deviation(
    x: ArrayLike,
    w: ArrayLike | None = None,
    ddof: int | float = 0,
) -> float

standard_deviation returns the standard deviation as the square root of the variance computed by variance.

This page offers quick access to the function. Complete usage information is in Overview, while How it works is available as a separate subpage.