fips.covariance.ErrorComponent#
- class fips.covariance.ErrorComponent(name, variances)[source]#
Abstract base class for error components in covariance matrices.
Attributes
nameName of the error component.
variancesVariances 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.