Formula.Function.SeriesOperation (formula v0.1.4)
Process series operation
Link to this section Summary
Link to this section Types
Link to this type
failure()
@type failure() :: {:error, Formula.Errors.DivideByZeroError.t() | Formula.Errors.InvalidFormulaError.t()}
Link to this type
success()
@type success() :: Explorer.Series.t()
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()]