covariance
Signature
covariance(
x: ArrayLike,
y: ArrayLike,
w: ArrayLike | None = None,
) -> float
covariance estimates the covariance between two numeric variables, with optional support for weights and consistent input validation.
This page remains the quick entry point. Operational details are in Overview, while How it works is prepared as a separate subpage.