Skip to main content
The table summarizes the time series functions available in APL.
FunctionDescription
series_absReturns the absolute value of a series.
series_acosReturns the inverse cosine (arccos) of a series.
series_asinReturns the inverse sine (arcsin) of a series.
series_atanReturns the inverse tangent (arctan) of a series.
series_cosReturns the cosine of a series.
series_greaterReturns the elements of a series that are greater than a specified value.
series_greater_equalsReturns the elements of a series that are greater than or equal to a specified value.
series_iirApplies an Infinite Impulse Response filter to a series.
series_lessReturns the elements of a series that are less than a specified value.
series_less_equalsReturns the elements of a series that are less than or equal to a specified value.
series_logReturns the natural logarithm of each element in a series.
series_magnitudeCalculates the Euclidean norm (magnitude) of a series.
series_maxReturns the maximum value from a series.
series_minReturns the minimum value from a series.
series_multiplyPerforms element-wise multiplication of two series.
series_not_equalsReturns the elements of a series that aren’t equal to a specified value.
series_pearson_correlationCalculates the Pearson correlation coefficient between two series.
series_powRaises each element in a series to a specified power.
series_signReturns the sign of each element in a series.
series_sinReturns the sine of a series.
series_statsComputes comprehensive statistical measures for a series.
series_stats_dynamicComputes statistical measures and returns them in a dynamic object format.
series_subtractPerforms element-wise subtraction between two series.
series_sumReturns the sum of a series.
series_tanReturns the tangent of a series.