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

digraph inheritance49263625de { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "LogCubic" [URL="jetset.loglog_poly_model.LogCubic.html#jetset.loglog_poly_model.LogCubic",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="Class to handle log-cubic model"]; "LogLogModel" -> "LogCubic" [arrowsize=0.5,style="setlinewidth(0.5)"]; "LogLinear" [URL="jetset.loglog_poly_model.LogLinear.html#jetset.loglog_poly_model.LogLinear",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="Class to handle log-linear model"]; "LogLogModel" -> "LogLinear" [arrowsize=0.5,style="setlinewidth(0.5)"]; "LogLogModel" [URL="jetset.loglog_poly_model.LogLogModel.html#jetset.loglog_poly_model.LogLogModel",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"]; "Model" -> "LogLogModel" [arrowsize=0.5,style="setlinewidth(0.5)"]; "LogParabolaEp" [URL="jetset.loglog_poly_model.LogParabolaEp.html#jetset.loglog_poly_model.LogParabolaEp",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="Class to handle log-parabolic model"]; "LogLogModel" -> "LogParabolaEp" [arrowsize=0.5,style="setlinewidth(0.5)"]; "LogParabolaPL" [URL="jetset.loglog_poly_model.LogParabolaPL.html#jetset.loglog_poly_model.LogParabolaPL",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="Class to handle a log-par + pl model"]; "LogLogModel" -> "LogParabolaPL" [arrowsize=0.5,style="setlinewidth(0.5)"]; "Model" [URL="jetset.base_model.Model.html#jetset.base_model.Model",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"]; "ModelParameter" [URL="jetset.model_parameters.ModelParameter.html#jetset.model_parameters.ModelParameter",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="This class is the base class for models parameters. The following keywords "]; "PolyParameter" [URL="jetset.loglog_poly_model.PolyParameter.html#jetset.loglog_poly_model.PolyParameter",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="This class is a subclass of the :class:`.ModelParameter` class,"]; "ModelParameter" -> "PolyParameter" [arrowsize=0.5,style="setlinewidth(0.5)"]; }