Linear ModelsΒΆ

Linear modelling forms the backbone of many algorithms within the edges package. The modelling subpackage contains a nice interface for defining and fitting composite linear models.

edges.modeling.core

Core classes for linear modelling.

edges.modeling.composite

Module defining composite models.

edges.modeling.data_transforms

Module defining transforms of data that occur pre-fitting.

edges.modeling.fitting

Fitting routines for models.

edges.modeling.models

Specific linear models for edges-cal.

edges.modeling.xtransforms

Module defining x-variable transforms for modelling.