fips.covariance.BlockDecayError#
- class fips.covariance.BlockDecayError(name, variances, groupers, corr_func)[source]#
Error component with block-structured correlation decay.
Attributes
groupersList of groupers to use for block structure.
corr_funcFunction that takes a DataFrame group and returns a correlation matrix for that block.
nameName of the error component.
variancesVariances for the diagonal of the covariance matrix.
Methods
build(index[, n_jobs])Build block-structured covariance matrix with correlation decay.