fips.covariance.ErrorComponent#

class fips.covariance.ErrorComponent(name, variances)[source]#

Abstract base class for error components in covariance matrices.

Attributes

name

Name of the error component.

variances

Variances for the diagonal of the covariance matrix.

Methods

build(index, **kwargs)

Must return a pd.DataFrame with the given index on both rows and columns.