lfkit.luminosity_functions.models.schechter#
Schechter luminosity function models.
This module provides standalone functions for evaluating Schechter based luminosity function models in rest frame absolute magnitude space.
Functions with names ending in _from_m are convenience wrappers that accept
apparent magnitude values, convert them to absolute magnitude values, and then
evaluate the corresponding Schechter model.
- Implemented models:
Standard Schechter luminosity function
Evolving Schechter luminosity function
Double Schechter luminosity function
Cumulative standard and evolving Schechter number densities
Functions
|
Return a double-power law Schechter luminosity function in magnitude space. |
|
Return a double-power law Schechter luminosity function from apparent magnitudes. |
|
Return an evolving Schechter luminosity function in magnitude space. |
|
Return an evolving Schechter luminosity function from apparent magnitudes. |
|
Return a modified Schechter luminosity function in magnitude space. |
|
Return a sum of Schechter luminosity function components. |
|
Return the standard Schechter luminosity function in magnitude space. |
|
Return the cumulative number density for a standard Schechter LF. |
|
Return the cumulative number density for an evolving Schechter LF. |
|
Return the standard Schechter luminosity function from apparent magnitudes. |
|
Return a Schechter luminosity function truncated outside magnitude limits. |