Module yata::helpers[][src]

Additional helping primitives

Structs

RandomCandles

Random Candles iterator for testing purposes

Enums

RegularMethods

Regular methods dictionary

Functions

assert_eq_float

Checks for two ValueTypes equality Must be used only in tests

assert_neq_float

Checks for two ValueTypes inequality Must be used only in tests

method

Returns a heap-allocated RegularMethod for timeseries by given name and window length. These methods are always gets an input value of type f64 and the same output value type

sign

sign is like f64::signum except when value == 0.0, then sign returns 0.0

signi

signi is like f64::signum, except 2 things

Type Definitions

RegularMethod

A shortcut for dynamically (runtime) generated regular methods