jetset.loglog_poly_model Module

jetset.loglog_poly_model Module#

Functions#

find_max_cubic(x_log, y_log[, x_range])

Classes#

LogCubic([nu_size])

Class to handle log-cubic model

LogLinear([nu_size])

Class to handle log-linear model

LogLogModel([nu_size])

LogParabolaEp([nu_size])

Class to handle log-parabolic model

LogParabolaPL([nu_size])

Class to handle a log-par + pl model

PolyParameter(polymodel, **keywords)

This class is a subclass of the ModelParameter class, extending the base class to loglog polynomial parameters.

Class Inheritance Diagram#

Inheritance diagram of jetset.loglog_poly_model.LogCubic, jetset.loglog_poly_model.LogLinear, jetset.loglog_poly_model.LogLogModel, jetset.loglog_poly_model.LogParabolaEp, jetset.loglog_poly_model.LogParabolaPL, jetset.loglog_poly_model.PolyParameter