LogParabolaPL#

class jetset.loglog_poly_model.LogParabolaPL(nu_size=100, **keywords)[source]#

Bases: LogLogModel

Class to handle a log-par + pl model

Methods Summary

composite_func(log_nu)

Composite func.

log_func(log_nu)

Log func.

Methods Documentation

composite_func(log_nu)[source]#

Composite func.

Parameters:

log_nu (object) – Frequency/energy control value for log nu.

Returns:

Computed result.

Return type:

object

log_func(log_nu)[source]#

Log func.

Parameters:

log_nu (object) – Frequency/energy control value for log nu.

Returns:

Computed result.

Return type:

object