corehydro
  • Examples
  • Porting Status
  • Python Reference
  • R Reference

On this page

  • link_names
    • Examples

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']
 

corehydro is an independent open-source port of the USACE-RMC Numerics and RMC-BestFit libraries. 0BSD licensed.