Logistic

class kgpy.model.Logistic(amplitude=<Quantity 1.>, offset_x=<Quantity 0.>, slope=<Quantity 1.>)

Bases: object

Parameters
__init__(amplitude=<Quantity 1.>, offset_x=<Quantity 0.>, slope=<Quantity 1.>)
Parameters
Return type

None

Attributes

amplitude

offset_x

slope

Methods

__init__([amplitude, offset_x, slope])

from_data_fit(x, y, amplitude_guess, ...[, ...])

Inheritance Diagram

Inheritance diagram of kgpy.model.Logistic

classmethod from_data_fit(x, y, amplitude_guess, offset_x_guess, slope_guess, axis_fit=0)
Parameters
amplitude: astropy.units.Quantity = <Quantity 1.>
offset_x: astropy.units.Quantity = <Quantity 0.>
slope: astropy.units.Quantity = <Quantity 1.>