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

digraph inheritance6e37d2116a { bgcolor=transparent; rankdir=TB; size="8.0, 12.0"; "kgpy.model.Logistic" [URL="kgpy.model.Logistic.html#kgpy.model.Logistic",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Logistic(amplitude: astropy.units.quantity.Quantity = <Quantity 1.>, offset_x: astropy.units.quantity.Quantity = <Quantity 0.>, slope: astropy.units.quantity.Quantity = <Quantity 1.>)"]; }
classmethod from_data_fit(x, y, amplitude_guess, offset_x_guess, slope_guess, axis_fit=0)
Parameters:
amplitude: astropy.units.quantity.Quantity = <Quantity 1.>
offset_x: astropy.units.quantity.Quantity = <Quantity 0.>
slope: astropy.units.quantity.Quantity = <Quantity 1.>