Fitting model functions (backends)
01/09/22
As of August 2022, both AF and MF model functions are supported for fitting, and additional models may now readily be added via the self.backends()
routine. This notebook briefly demos the functionality.
(For a general fitting demo, see the basic demo notebook.)
Setup
[1]:
# Import fit class
from pemtk.fit.fitClass import pemtkFit
# Init new fit class object
data = pemtkFit(verbose = 2)
*** ePSproc installation not found, setting for local copy.