SciPy

This is documentation for an old release of SciPy (version 0.17.1). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.odr.Model.set_meta

Model.set_meta(**kwds)[source]

Update the metadata dictionary with the keywords and data provided here.

Examples

set_meta(name=”Exponential”, equation=”y = a exp(b x) + c”)

Previous topic

scipy.odr.Model

Next topic

scipy.odr.ODR