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

Properties and Methods

 

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

 

evaluate(self, xdata): 

Examples


Edit Examples or Create New Examples
Edit Template or Create New Template
Edit Docstrings