Computation#
|
Compute absolute values. |
Approximate count of unique values. |
|
Compute the element-wise value for the inverse cosine. |
|
Compute the element-wise value for the inverse hyperbolic cosine. |
|
Compute the element-wise value for the inverse sine. |
|
Compute the element-wise value for the inverse hyperbolic sine. |
|
Compute the element-wise value for the inverse tangent. |
|
Compute the element-wise value for the inverse hyperbolic tangent. |
|
Get index of first unique value. |
|
Compute the cube root of the elements. |
|
|
Compute the element-wise value for the cosine. |
Compute the element-wise value for the hyperbolic cosine. |
|
|
Compute the element-wise value for the cotangent. |
|
Get an array with the cumulative count computed at every element. |
|
Get an array with the cumulative max computed at every element. |
|
Get an array with the cumulative min computed at every element. |
|
Get an array with the cumulative product computed at every element. |
|
Get an array with the cumulative sum computed at every element. |
|
Get an array with the cumulative count computed at every element. |
|
Get an array with the cumulative max computed at every element. |
|
Get an array with the cumulative min computed at every element. |
|
Get an array with the cumulative product computed at every element. |
|
Get an array with the cumulative sum computed at every element. |
|
Run an expression over a sliding window that increases |
Convert from radians to degrees. |
|
|
Calculate the first discrete difference between shifted items. |
|
Compute the dot/inner product between two Expressions. |
|
Computes the entropy. |
|
Exponentially-weighted moving average. |
|
Exponentially-weighted moving standard deviation. |
|
Exponentially-weighted moving variance. |
|
Compute the exponential, element-wise. |
|
Hash the elements in the selection. |
|
Compute the kurtosis (Fisher or Pearson) of a dataset. |
|
Compute the logarithm to a given base. |
Compute the base 10 logarithm of the input array, element-wise. |
|
Compute the natural logarithm of each element plus one. |
|
Compute the most occurring value(s). |
|
Count unique values. |
|
Count null values. |
|
|
Computes percentage change between values. |
Get a boolean mask of the local maximum peaks. |
|
Get a boolean mask of the local minimum peaks. |
|
Convert from degrees to radians. |
|
|
Assign ranks to data, dealing with ties appropriately. |
|
Apply a custom rolling window function. |
|
Compute a custom rolling window function. |
|
Apply a rolling max (moving max) over the values in this array. |
|
Apply a rolling mean (moving mean) over the values in this array. |
|
Compute a rolling median. |
|
Apply a rolling min (moving min) over the values in this array. |
|
Compute a rolling quantile. |
|
Compute a rolling skew. |
|
Compute a rolling standard deviation. |
|
Apply a rolling sum (moving sum) over the values in this array. |
|
Compute a rolling variance. |
|
Find indices where elements should be inserted to maintain order. |
Compute the element-wise indication of the sign. |
|
|
Compute the element-wise value for the sine. |
Compute the element-wise value for the hyperbolic sine. |
|
|
Compute the sample skewness of a data set. |
Compute the square root of the elements. |
|
|
Compute the element-wise value for the tangent. |
Compute the element-wise value for the hyperbolic tangent. |
|
|
Get unique values of this expression. |
Return a count of the unique values in the order of appearance. |
|
|
Count the occurrences of unique values. |