popsregression.utils.discovery.all_functions#

popsregression.utils.discovery.all_functions()#

Get a list of all functions from popsregression.

Returns:
functionslist of tuples

List of (name, function), where name is the function name as string and function is the actual function.

Examples

>>> from popsregression.utils.discovery import all_functions
>>> functions = all_functions()