statsmodels.stats.moment_helpers.Cov2CorrResult#

class statsmodels.stats.moment_helpers.Cov2CorrResult(corr, std)[source]#

Result of cov2corr when the standard deviations are returned.

Parameters:
corrndarray

Correlation matrix.

stdndarray

Standard deviation taken from the diagonal of the covariance matrix.

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

corr

Alias for field number 0

std

Alias for field number 1