trend_names
trend_names()List the eleven trend types :func:corehydropy.models.trend accepts.
Calls through to the C++ trend toolbox group’s own "names" method – the same table :func:corehydropy.models.trend and build_spec_trend (model_spec.hpp) validate type against (trend_model_type_table()) – so this list can’t drift from what :func:corehydropy.models.trend actually accepts.
Examples
>>> from corehydropy import trend_names
>>> trend_names()
['Constant', 'Cubic', 'Exponential', 'Linear', 'Logistic', 'Power', 'Quadratic', 'Reciprocal', 'Sinusoidal', 'StepFunction', 'GeneralLinear']