statsmodels.stats.correlation_tools.CovNearestResult#
- class statsmodels.stats.correlation_tools.CovNearestResult(cov, corr, std)[source]#
Result of
cov_nearestwhen the intermediate results are returned.- Parameters:
Methods
count(value, /)Return number of occurrences of value.
index(value[, start, stop])Return first index of value.
Methods
count(value, /)Return number of occurrences of value.
index(value[, start, stop])Return first index of value.
Properties