LinearFitSurface

A surface built off of a LinearExpansionSurface, but done by fitting. The basis selection

 

__init__(self, points, basis=None, order=4, dimension=None): 
  • points: np.ndarray

    a set of points to fit to

  • basis: Iterable[function] | None

    a basis of functions to use (defaults to power series)

 

evaluate(self, points, **kwargs): 
  • points: Any
  • kwargs: Any
  • :returns: _

 

minimize(self, initial_guess=None, function_options=None, **opts): 

Feedback

Examples

Templates

Documentation