MCPcopy Create free account
hub / github.com/Open-Quant/openquant / _max_abs_offdiag

Function _max_abs_offdiag

python/openquant/feature_diagnostics.py:571–576  ·  view source on GitHub ↗
(m: Sequence[Sequence[float]])

Source from the content-addressed store, hash-verified

569 "table": table,
570 "records": table.to_dicts(),
571 "components": eigvecs,
572 "explained_variance_ratio": explained_ratio,
573 "mean": means,
574 "std": stds,
575 }
576
577
578def _corr_matrix(x: Sequence[Sequence[float]]) -> list[list[float]]:
579 z, _, _ = _standardize(x)

Callers 1

Calls 1

maxFunction · 0.85

Tested by

no test coverage detected