lightkurve.correctors.SparseDesignMatrixCollection#
- class lightkurve.correctors.SparseDesignMatrixCollection(matrices)[source]#
A set of design matrices.
Methods
__init__(matrices)plot([ax])Visualize the design matrix values as an image.
plot_priors([ax])Visualize the
prior_muandprior_sigmaattributes.split(row_indices)Returns a new
DesignMatrixCollectionwith regressors split into multiple columns.standardize()Returns a new
DesignMatrixCollectionin which all the matrices have been standardized using theDesignMatrix.standardizemethod.to_designmatrix([name])Flatten a
DesignMatrixCollectioninto aDesignMatrix.validate()Attributes
columnsList of column names.
prior_muCoefficient prior means.
prior_sigmaCoefficient prior standard deviations.
values2D numpy array containing the matrix values.