tspy.functions.expressions module¶
main entry point for all time-series expressions (fast lambdas)
-
tspy.functions.expressions.
abs
(exp)¶
-
tspy.functions.expressions.
acos
(exp)¶
-
tspy.functions.expressions.
add
(left_exp, right_exp)¶
-
tspy.functions.expressions.
asin
(exp)¶
-
tspy.functions.expressions.
atan
(exp)¶
-
tspy.functions.expressions.
avg
(exp)¶
-
tspy.functions.expressions.
concat
(exp_list)¶
-
tspy.functions.expressions.
contains
(left_exp, right_exp)¶
-
tspy.functions.expressions.
cos
(exp)¶
-
tspy.functions.expressions.
cosh
(exp)¶
-
tspy.functions.expressions.
count
(exp)¶
-
tspy.functions.expressions.
div
(left_exp, right_exp)¶
-
tspy.functions.expressions.
divisible_by
(left_exp, right_exp)¶
-
tspy.functions.expressions.
ends_with
(left_exp, right_exp)¶
-
tspy.functions.expressions.
eq
(left_exp, right_exp)¶
-
tspy.functions.expressions.
exp
(exp)¶
-
tspy.functions.expressions.
gt
(left_exp, right_exp)¶
-
tspy.functions.expressions.
gte
(left_exp, right_exp)¶
-
tspy.functions.expressions.
id
(key=None)¶
-
tspy.functions.expressions.
if_then
(if_exp, then_exp)¶
-
tspy.functions.expressions.
if_then_else
(if_exp, then_exp, else_exp)¶
-
tspy.functions.expressions.
log
(exp)¶
-
tspy.functions.expressions.
log10
(exp)¶
-
tspy.functions.expressions.
logical_and
(left_exp, right_exp)¶
-
tspy.functions.expressions.
logical_not
(exp)¶
-
tspy.functions.expressions.
logical_or
(left_exp, right_exp)¶
-
tspy.functions.expressions.
lt
(left_exp, right_exp)¶
-
tspy.functions.expressions.
lte
(left_exp, right_exp)¶
-
tspy.functions.expressions.
match_case
(if_then_exp_list, otherwise_exp)¶
-
tspy.functions.expressions.
matches
(left_exp, right_exp)¶
-
tspy.functions.expressions.
max
(exp)¶
-
tspy.functions.expressions.
min
(exp)¶
-
tspy.functions.expressions.
mul
(left_exp, right_exp)¶
-
tspy.functions.expressions.
sin
(exp)¶
-
tspy.functions.expressions.
sinh
(exp)¶
-
tspy.functions.expressions.
sqrt
(exp)¶
-
tspy.functions.expressions.
starts_with
(left_exp, right_exp)¶
-
tspy.functions.expressions.
stdev
(exp)¶
-
tspy.functions.expressions.
sub
(left_exp, right_exp)¶
-
tspy.functions.expressions.
sum
(exp)¶
-
tspy.functions.expressions.
tan
(exp)¶
-
tspy.functions.expressions.
tanh
(exp)¶
-
tspy.functions.expressions.
var
(exp)¶
-
tspy.functions.expressions.
with_attr
(attr_name, exp)¶