LinearFittableModel

Defines a class of models that can be expressed as linear expansions of basis functions. We could define an alternate fit function by explicitly building & fitting a design matrix, but I think we’re good on that for now

 

__init__(self, basis, initial_params=None, pre_fit=False, covariance=None): 

 

evaluate(self, xdata): 

Feedback

Examples

Templates

Documentation