Warning

You are reading the documentation related to the development version. Go here if you are looking for the documentation of the stable release.

spectrochempy.sigmoidmodel

class sigmoidmodel[source]

A Sigmoid function.

\[f(x) = \frac{1.}{1 + \exp(\lambda (x-pos))}\]

Attributes Summary

args

script

type

Attributes Documentation

args = ['ampl', 'pos', 'asym']
script = '\n    MODEL: line%(id)d\nshape: sigmoidmodel\n    $ ampl: %(ampl).3f, 0.0, None\n    $ pos: %(pos).3f, %(poslb).3f, %(poshb).3f\n    $ asym: %(asym).3f, 0.0, None\n\n    '
type = '1D'

Examples using spectrochempy.sigmoidmodel