Formula.Function.SeriesOperation (formula v0.1.6)

Process series operation

Link to this section Summary

Link to this section Types

Link to this section Functions

@spec call(
  atom() | {atom(), any(), String.t()},
  [Explorer.Series.t()] | 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()]