ODR_Model¶
- class Stoner.analysis.fitting.ODR_Model(*args, **kwargs)[source]¶
Bases:
ModelA wrapper for converting lmfit models to odr models.
Attributes Summary
Convert an estimate attribute as p0.
Convert the meta parameter key param_names to an attribute.
Methods Summary
set_meta(**kwds)Update the metadata dictionary with the keywords and data provided here.
Attributes Documentation
- p0¶
Convert an estimate attribute as p0.
- param_names¶
Convert the meta parameter key param_names to an attribute.
Methods Documentation