link_names
link_names()List the twelve link types :func:link_function accepts.
Calls through to the C++ link toolbox group’s own "names" method – the same table build_link builds a link from (link_builder_table() in link.hpp) – so this list can’t drift from what :func:link_function actually accepts.
Examples
>>> from corehydropy import link_names
>>> link_names()
['Identity', 'Log', 'Logit', 'Probit', 'ComplementaryLogLog', 'FisherZ', 'YeoJohnson', 'ASinH', 'SES', 'LogSES', 'LogASinH', 'Centered']