mescla.emma.rank.cumulative_variance_rule¶ mescla.emma.rank.cumulative_variance_rule(eigenvalues, threshold=0.9)[source]¶ Smallest k whose components explain at least threshold of the variance. Parameters: eigenvalues (ndarray) threshold (float) Return type: int