Formula.Function.SeriesOperation (formula v0.1.5)

Process series operation

Link to this section Summary

Link to this section Types

Link to this section Functions

Link to this function

call(name, arguments)

@spec call(atom(), [Explorer.Series.t()]) :: success() | failure()
Link to this function

is_equal_length?(list)

@spec is_equal_length?([Explorer.Series.t()]) :: boolean()
Link to this function

to_float(series)

@spec to_float(Explorer.Series.t()) :: [float()]