---
title: Math functions
sidebar_label: Math
---

Mathematical operations from [`io.deephaven.function.Numeric`](/core/javadoc/io/deephaven/function/Numeric.html) including abs, sum, avg, min, max, trigonometry, and statistics.

| Type     | Name               | Signature                                                                                                                                                                              | Description                                                                                          |
| -------- | ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
| CONSTANT | E                  | [double](/core/javadoc/io/deephaven/function/Numeric.html#E)                                                                                                                           | The double value that is closer than any other to e, the base of the natural logarithms.             |
| CONSTANT | PI                 | [double](/core/javadoc/io/deephaven/function/Numeric.html#PI)                                                                                                                          | The double value that is closer than any other to pi, the ratio of the circumference of a circle ... |
| FUNCTION | IEEEremainder      | [double\(double, double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#IEEEremainder(double,double))                                                          | Returns the IEEE 754 remainder of the division of the arguments.                                     |
| FUNCTION | IEEEremainder      | [float\(float, float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#IEEEremainder(float,float))                                                               | Returns the IEEE 754 remainder of the division of the arguments.                                     |
| FUNCTION | abs                | [byte\(byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#abs(byte))                                                                                         | Returns the absolute value.                                                                          |
| FUNCTION | abs                | [double\(double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#abs(double))                                                                                   | Returns the absolute value.                                                                          |
| FUNCTION | abs                | [float\(float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#abs(float))                                                                                      | Returns the absolute value.                                                                          |
| FUNCTION | abs                | [int\(int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#abs(int))                                                                                            | Returns the absolute value.                                                                          |
| FUNCTION | abs                | [long\(long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#abs(long))                                                                                         | Returns the absolute value.                                                                          |
| FUNCTION | abs                | [short\(short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#abs(short))                                                                                      | Returns the absolute value.                                                                          |
| FUNCTION | absAvg             | [double\(ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#absAvg(io.deephaven.vector.ByteVector))                                                    | Returns the mean of the absolute values of values. Null values are excluded.                         |
| FUNCTION | absAvg             | [double\(Byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#absAvg(java.lang.Byte[]))                                                                    | Returns the mean of the absolute values of values. Null values are excluded.                         |
| FUNCTION | absAvg             | [double\(DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#absAvg(io.deephaven.vector.DoubleVector))                                                | Returns the mean of the absolute values of values. Null values are excluded.                         |
| FUNCTION | absAvg             | [double\(Double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#absAvg(java.lang.Double[]))                                                                | Returns the mean of the absolute values of values. Null values are excluded.                         |
| FUNCTION | absAvg             | [double\(FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#absAvg(io.deephaven.vector.FloatVector))                                                  | Returns the mean of the absolute values of values. Null values are excluded.                         |
| FUNCTION | absAvg             | [double\(Float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#absAvg(java.lang.Float[]))                                                                  | Returns the mean of the absolute values of values. Null values are excluded.                         |
| FUNCTION | absAvg             | [double\(IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#absAvg(io.deephaven.vector.IntVector))                                                      | Returns the mean of the absolute values of values. Null values are excluded.                         |
| FUNCTION | absAvg             | [double\(Integer\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#absAvg(java.lang.Integer[]))                                                              | Returns the mean of the absolute values of values. Null values are excluded.                         |
| FUNCTION | absAvg             | [double\(LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#absAvg(io.deephaven.vector.LongVector))                                                    | Returns the mean of the absolute values of values. Null values are excluded.                         |
| FUNCTION | absAvg             | [double\(Long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#absAvg(java.lang.Long[]))                                                                    | Returns the mean of the absolute values of values. Null values are excluded.                         |
| FUNCTION | absAvg             | [double\(ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#absAvg(io.deephaven.vector.ShortVector))                                                  | Returns the mean of the absolute values of values. Null values are excluded.                         |
| FUNCTION | absAvg             | [double\(Short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#absAvg(java.lang.Short[]))                                                                  | Returns the mean of the absolute values of values. Null values are excluded.                         |
| FUNCTION | absAvg             | [double\(byte...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#absAvg(byte...))                                                                              | Returns the mean of the absolute values of values. Null values are excluded.                         |
| FUNCTION | absAvg             | [double\(double...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#absAvg(double...))                                                                          | Returns the mean of the absolute values of values. Null values are excluded.                         |
| FUNCTION | absAvg             | [double\(float...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#absAvg(float...))                                                                            | Returns the mean of the absolute values of values. Null values are excluded.                         |
| FUNCTION | absAvg             | [double\(int...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#absAvg(int...))                                                                                | Returns the mean of the absolute values of values. Null values are excluded.                         |
| FUNCTION | absAvg             | [double\(long...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#absAvg(long...))                                                                              | Returns the mean of the absolute values of values. Null values are excluded.                         |
| FUNCTION | absAvg             | [double\(short...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#absAvg(short...))                                                                            | Returns the mean of the absolute values of values. Null values are excluded.                         |
| FUNCTION | acos               | [double\(byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#acos(byte))                                                                                      | Returns the arc cosine.                                                                              |
| FUNCTION | acos               | [double\(double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#acos(double))                                                                                  | Returns the arc cosine.                                                                              |
| FUNCTION | acos               | [double\(float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#acos(float))                                                                                    | Returns the arc cosine.                                                                              |
| FUNCTION | acos               | [double\(int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#acos(int))                                                                                        | Returns the arc cosine.                                                                              |
| FUNCTION | acos               | [double\(long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#acos(long))                                                                                      | Returns the arc cosine.                                                                              |
| FUNCTION | acos               | [double\(short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#acos(short))                                                                                    | Returns the arc cosine.                                                                              |
| FUNCTION | addExact           | [byte\(byte, byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#addExact(byte,byte))                                                                         | Returns the sum of its arguments, throwing an exception if the result overflows.                     |
| FUNCTION | addExact           | [int\(int, int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#addExact(int,int))                                                                              | Returns the sum of its arguments, throwing an exception if the result overflows.                     |
| FUNCTION | addExact           | [long\(long, long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#addExact(long,long))                                                                         | Returns the sum of its arguments, throwing an exception if the result overflows.                     |
| FUNCTION | addExact           | [short\(short, short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#addExact(short,short))                                                                    | Returns the sum of its arguments, throwing an exception if the result overflows.                     |
| FUNCTION | asin               | [double\(byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#asin(byte))                                                                                      | Returns the arc sine.                                                                                |
| FUNCTION | asin               | [double\(double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#asin(double))                                                                                  | Returns the arc sine.                                                                                |
| FUNCTION | asin               | [double\(float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#asin(float))                                                                                    | Returns the arc sine.                                                                                |
| FUNCTION | asin               | [double\(int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#asin(int))                                                                                        | Returns the arc sine.                                                                                |
| FUNCTION | asin               | [double\(long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#asin(long))                                                                                      | Returns the arc sine.                                                                                |
| FUNCTION | asin               | [double\(short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#asin(short))                                                                                    | Returns the arc sine.                                                                                |
| FUNCTION | atan               | [double\(byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#atan(byte))                                                                                      | Returns the arc tangent.                                                                             |
| FUNCTION | atan               | [double\(double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#atan(double))                                                                                  | Returns the arc tangent.                                                                             |
| FUNCTION | atan               | [double\(float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#atan(float))                                                                                    | Returns the arc tangent.                                                                             |
| FUNCTION | atan               | [double\(int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#atan(int))                                                                                        | Returns the arc tangent.                                                                             |
| FUNCTION | atan               | [double\(long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#atan(long))                                                                                      | Returns the arc tangent.                                                                             |
| FUNCTION | atan               | [double\(short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#atan(short))                                                                                    | Returns the arc tangent.                                                                             |
| FUNCTION | atan2              | [double\(byte, byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#atan2(byte,byte))                                                                          | Returns the angle theta from the conversion of rectangular coordinates (x, y) to polar coordinate... |
| FUNCTION | atan2              | [double\(double, double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#atan2(double,double))                                                                  | Returns the angle theta from the conversion of rectangular coordinates (x, y) to polar coordinate... |
| FUNCTION | atan2              | [double\(float, float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#atan2(float,float))                                                                      | Returns the angle theta from the conversion of rectangular coordinates (x, y) to polar coordinate... |
| FUNCTION | atan2              | [double\(int, int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#atan2(int,int))                                                                              | Returns the angle theta from the conversion of rectangular coordinates (x, y) to polar coordinate... |
| FUNCTION | atan2              | [double\(long, long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#atan2(long,long))                                                                          | Returns the angle theta from the conversion of rectangular coordinates (x, y) to polar coordinate... |
| FUNCTION | atan2              | [double\(short, short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#atan2(short,short))                                                                      | Returns the angle theta from the conversion of rectangular coordinates (x, y) to polar coordinate... |
| FUNCTION | avg                | [double\(ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#avg(io.deephaven.vector.ByteVector))                                                       | Returns the mean. Null values are excluded.                                                          |
| FUNCTION | avg                | [double\(Byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#avg(java.lang.Byte[]))                                                                       | Returns the mean. Null values are excluded.                                                          |
| FUNCTION | avg                | [double\(DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#avg(io.deephaven.vector.DoubleVector))                                                   | Returns the mean. Null values are excluded.                                                          |
| FUNCTION | avg                | [double\(Double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#avg(java.lang.Double[]))                                                                   | Returns the mean. Null values are excluded.                                                          |
| FUNCTION | avg                | [double\(FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#avg(io.deephaven.vector.FloatVector))                                                     | Returns the mean. Null values are excluded.                                                          |
| FUNCTION | avg                | [double\(Float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#avg(java.lang.Float[]))                                                                     | Returns the mean. Null values are excluded.                                                          |
| FUNCTION | avg                | [double\(IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#avg(io.deephaven.vector.IntVector))                                                         | Returns the mean. Null values are excluded.                                                          |
| FUNCTION | avg                | [double\(Integer\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#avg(java.lang.Integer[]))                                                                 | Returns the mean. Null values are excluded.                                                          |
| FUNCTION | avg                | [double\(LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#avg(io.deephaven.vector.LongVector))                                                       | Returns the mean. Null values are excluded.                                                          |
| FUNCTION | avg                | [double\(Long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#avg(java.lang.Long[]))                                                                       | Returns the mean. Null values are excluded.                                                          |
| FUNCTION | avg                | [double\(ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#avg(io.deephaven.vector.ShortVector))                                                     | Returns the mean. Null values are excluded.                                                          |
| FUNCTION | avg                | [double\(Short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#avg(java.lang.Short[]))                                                                     | Returns the mean. Null values are excluded.                                                          |
| FUNCTION | avg                | [double\(byte...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#avg(byte...))                                                                                 | Returns the mean. Null values are excluded.                                                          |
| FUNCTION | avg                | [double\(double...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#avg(double...))                                                                             | Returns the mean. Null values are excluded.                                                          |
| FUNCTION | avg                | [double\(float...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#avg(float...))                                                                               | Returns the mean. Null values are excluded.                                                          |
| FUNCTION | avg                | [double\(int...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#avg(int...))                                                                                   | Returns the mean. Null values are excluded.                                                          |
| FUNCTION | avg                | [double\(long...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#avg(long...))                                                                                 | Returns the mean. Null values are excluded.                                                          |
| FUNCTION | avg                | [double\(short...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#avg(short...))                                                                               | Returns the mean. Null values are excluded.                                                          |
| FUNCTION | cbrt               | [double\(byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cbrt(byte))                                                                                      | Returns the cube root of a value.                                                                    |
| FUNCTION | cbrt               | [double\(double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cbrt(double))                                                                                  | Returns the cube root of a value.                                                                    |
| FUNCTION | cbrt               | [double\(float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cbrt(float))                                                                                    | Returns the cube root of a value.                                                                    |
| FUNCTION | cbrt               | [double\(int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cbrt(int))                                                                                        | Returns the cube root of a value.                                                                    |
| FUNCTION | cbrt               | [double\(long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cbrt(long))                                                                                      | Returns the cube root of a value.                                                                    |
| FUNCTION | cbrt               | [double\(short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cbrt(short))                                                                                    | Returns the cube root of a value.                                                                    |
| FUNCTION | ceil               | [double\(byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#ceil(byte))                                                                                      | Returns the ceiling. This is the smallest integer, which is greater than or equal to the value.      |
| FUNCTION | ceil               | [double\(double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#ceil(double))                                                                                  | Returns the ceiling. This is the smallest integer, which is greater than or equal to the value.      |
| FUNCTION | ceil               | [double\(float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#ceil(float))                                                                                    | Returns the ceiling. This is the smallest integer, which is greater than or equal to the value.      |
| FUNCTION | ceil               | [double\(int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#ceil(int))                                                                                        | Returns the ceiling. This is the smallest integer, which is greater than or equal to the value.      |
| FUNCTION | ceil               | [double\(long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#ceil(long))                                                                                      | Returns the ceiling. This is the smallest integer, which is greater than or equal to the value.      |
| FUNCTION | ceil               | [double\(short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#ceil(short))                                                                                    | Returns the ceiling. This is the smallest integer, which is greater than or equal to the value.      |
| FUNCTION | clamp              | [byte\(byte, byte, byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#clamp(byte,byte,byte))                                                                 | Constrains the value to be on the [min,max] range. If the value is less than min, min is returne...  |
| FUNCTION | clamp              | [double\(double, double, double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#clamp(double,double,double))                                                   | Constrains the value to be on the [min,max] range. If the value is less than min, min is returne...  |
| FUNCTION | clamp              | [float\(float, float, float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#clamp(float,float,float))                                                          | Constrains the value to be on the [min,max] range. If the value is less than min, min is returne...  |
| FUNCTION | clamp              | [int\(int, int, int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#clamp(int,int,int))                                                                        | Constrains the value to be on the [min,max] range. If the value is less than min, min is returne...  |
| FUNCTION | clamp              | [long\(long, long, long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#clamp(long,long,long))                                                                 | Constrains the value to be on the [min,max] range. If the value is less than min, min is returne...  |
| FUNCTION | clamp              | [short\(short, short, short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#clamp(short,short,short))                                                          | Constrains the value to be on the [min,max] range. If the value is less than min, min is returne...  |
| FUNCTION | compare            | [int\(Byte, Byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#compare(java.lang.Byte,java.lang.Byte))                                                       | Compares two specified values. Deephaven null values are less than normal numbers which are less...  |
| FUNCTION | compare            | [int\(Double, Double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#compare(java.lang.Double,java.lang.Double))                                               | Compares two specified values. Deephaven null values are less than normal numbers which are less...  |
| FUNCTION | compare            | [int\(Float, Float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#compare(java.lang.Float,java.lang.Float))                                                   | Compares two specified values. Deephaven null values are less than normal numbers which are less...  |
| FUNCTION | compare            | [int\(Integer, Integer\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#compare(java.lang.Integer,java.lang.Integer))                                           | Compares two specified values. Deephaven null values are less than normal numbers which are less...  |
| FUNCTION | compare            | [int\(Long, Long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#compare(java.lang.Long,java.lang.Long))                                                       | Compares two specified values. Deephaven null values are less than normal numbers which are less...  |
| FUNCTION | compare            | [int\(Short, Short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#compare(java.lang.Short,java.lang.Short))                                                   | Compares two specified values. Deephaven null values are less than normal numbers which are less...  |
| FUNCTION | compare            | [int\(byte, byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#compare(byte,byte))                                                                           | Compares two specified values. Deephaven null values are less than normal numbers which are less...  |
| FUNCTION | compare            | [int\(double, double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#compare(double,double))                                                                   | Compares two specified values. Deephaven null values are less than normal numbers which are less...  |
| FUNCTION | compare            | [int\(float, float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#compare(float,float))                                                                       | Compares two specified values. Deephaven null values are less than normal numbers which are less...  |
| FUNCTION | compare            | [int\(int, int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#compare(int,int))                                                                               | Compares two specified values. Deephaven null values are less than normal numbers which are less...  |
| FUNCTION | compare            | [int\(long, long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#compare(long,long))                                                                           | Compares two specified values. Deephaven null values are less than normal numbers which are less...  |
| FUNCTION | compare            | [int\(short, short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#compare(short,short))                                                                       | Compares two specified values. Deephaven null values are less than normal numbers which are less...  |
| FUNCTION | containsNonFinite  | [boolean\(Byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#containsNonFinite(java.lang.Byte[]))                                                        | Returns true if the values contains any non-finite value, where "finite" is defined as not infin...  |
| FUNCTION | containsNonFinite  | [boolean\(Double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#containsNonFinite(java.lang.Double[]))                                                    | Returns true if the values contains any non-finite value, where "finite" is defined as not infin...  |
| FUNCTION | containsNonFinite  | [boolean\(Float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#containsNonFinite(java.lang.Float[]))                                                      | Returns true if the values contains any non-finite value, where "finite" is defined as not infin...  |
| FUNCTION | containsNonFinite  | [boolean\(Integer\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#containsNonFinite(java.lang.Integer[]))                                                  | Returns true if the values contains any non-finite value, where "finite" is defined as not infin...  |
| FUNCTION | containsNonFinite  | [boolean\(Long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#containsNonFinite(java.lang.Long[]))                                                        | Returns true if the values contains any non-finite value, where "finite" is defined as not infin...  |
| FUNCTION | containsNonFinite  | [boolean\(Short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#containsNonFinite(java.lang.Short[]))                                                      | Returns true if the values contains any non-finite value, where "finite" is defined as not infin...  |
| FUNCTION | containsNonFinite  | [boolean\(byte...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#containsNonFinite(byte...))                                                                  | Returns true if the values contains any non-finite value, where "finite" is defined as not infin...  |
| FUNCTION | containsNonFinite  | [boolean\(double...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#containsNonFinite(double...))                                                              | Returns true if the values contains any non-finite value, where "finite" is defined as not infin...  |
| FUNCTION | containsNonFinite  | [boolean\(float...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#containsNonFinite(float...))                                                                | Returns true if the values contains any non-finite value, where "finite" is defined as not infin...  |
| FUNCTION | containsNonFinite  | [boolean\(int...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#containsNonFinite(int...))                                                                    | Returns true if the values contains any non-finite value, where "finite" is defined as not infin...  |
| FUNCTION | containsNonFinite  | [boolean\(long...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#containsNonFinite(long...))                                                                  | Returns true if the values contains any non-finite value, where "finite" is defined as not infin...  |
| FUNCTION | containsNonFinite  | [boolean\(short...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#containsNonFinite(short...))                                                                | Returns true if the values contains any non-finite value, where "finite" is defined as not infin...  |
| FUNCTION | copySign           | [byte\(byte, byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#copySign(byte,byte))                                                                         | Returns the first argument with the sign of the second argument.                                     |
| FUNCTION | copySign           | [double\(double, double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#copySign(double,double))                                                               | Returns the first argument with the sign of the second argument.                                     |
| FUNCTION | copySign           | [float\(float, float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#copySign(float,float))                                                                    | Returns the first argument with the sign of the second argument.                                     |
| FUNCTION | copySign           | [int\(int, int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#copySign(int,int))                                                                              | Returns the first argument with the sign of the second argument.                                     |
| FUNCTION | copySign           | [long\(long, long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#copySign(long,long))                                                                         | Returns the first argument with the sign of the second argument.                                     |
| FUNCTION | copySign           | [short\(short, short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#copySign(short,short))                                                                    | Returns the first argument with the sign of the second argument.                                     |
| FUNCTION | cor                | [double\(ByteVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.ByteVector,io.deephaven.vector.ByteVector))            | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(ByteVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.ByteVector,io.deephaven.vector.DoubleVector))        | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(ByteVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.ByteVector,io.deephaven.vector.FloatVector))          | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(ByteVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.ByteVector,io.deephaven.vector.IntVector))              | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(ByteVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.ByteVector,io.deephaven.vector.LongVector))            | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(ByteVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.ByteVector,io.deephaven.vector.ShortVector))          | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(ByteVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.ByteVector,byte[]))                                      | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(ByteVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.ByteVector,double[]))                                  | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(ByteVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.ByteVector,float[]))                                    | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(ByteVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.ByteVector,int[]))                                        | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(ByteVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.ByteVector,long[]))                                      | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(ByteVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.ByteVector,short[]))                                    | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(DoubleVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.DoubleVector,io.deephaven.vector.ByteVector))        | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(DoubleVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.DoubleVector,io.deephaven.vector.DoubleVector))    | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(DoubleVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.DoubleVector,io.deephaven.vector.FloatVector))      | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(DoubleVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.DoubleVector,io.deephaven.vector.IntVector))          | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(DoubleVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.DoubleVector,io.deephaven.vector.LongVector))        | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(DoubleVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.DoubleVector,io.deephaven.vector.ShortVector))      | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(DoubleVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.DoubleVector,byte[]))                                  | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(DoubleVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.DoubleVector,double[]))                              | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(DoubleVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.DoubleVector,float[]))                                | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(DoubleVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.DoubleVector,int[]))                                    | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(DoubleVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.DoubleVector,long[]))                                  | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(DoubleVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.DoubleVector,short[]))                                | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(FloatVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.FloatVector,io.deephaven.vector.ByteVector))          | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(FloatVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.FloatVector,io.deephaven.vector.DoubleVector))      | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(FloatVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.FloatVector,io.deephaven.vector.FloatVector))        | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(FloatVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.FloatVector,io.deephaven.vector.IntVector))            | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(FloatVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.FloatVector,io.deephaven.vector.LongVector))          | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(FloatVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.FloatVector,io.deephaven.vector.ShortVector))        | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(FloatVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.FloatVector,byte[]))                                    | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(FloatVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.FloatVector,double[]))                                | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(FloatVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.FloatVector,float[]))                                  | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(FloatVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.FloatVector,int[]))                                      | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(FloatVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.FloatVector,long[]))                                    | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(FloatVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.FloatVector,short[]))                                  | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(IntVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.IntVector,io.deephaven.vector.ByteVector))              | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(IntVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.IntVector,io.deephaven.vector.DoubleVector))          | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(IntVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.IntVector,io.deephaven.vector.FloatVector))            | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(IntVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.IntVector,io.deephaven.vector.IntVector))                | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(IntVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.IntVector,io.deephaven.vector.LongVector))              | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(IntVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.IntVector,io.deephaven.vector.ShortVector))            | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(IntVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.IntVector,byte[]))                                        | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(IntVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.IntVector,double[]))                                    | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(IntVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.IntVector,float[]))                                      | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(IntVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.IntVector,int[]))                                          | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(IntVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.IntVector,long[]))                                        | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(IntVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.IntVector,short[]))                                      | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(LongVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.LongVector,io.deephaven.vector.ByteVector))            | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(LongVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.LongVector,io.deephaven.vector.DoubleVector))        | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(LongVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.LongVector,io.deephaven.vector.FloatVector))          | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(LongVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.LongVector,io.deephaven.vector.IntVector))              | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(LongVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.LongVector,io.deephaven.vector.LongVector))            | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(LongVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.LongVector,io.deephaven.vector.ShortVector))          | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(LongVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.LongVector,byte[]))                                      | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(LongVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.LongVector,double[]))                                  | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(LongVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.LongVector,float[]))                                    | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(LongVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.LongVector,int[]))                                        | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(LongVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.LongVector,long[]))                                      | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(LongVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.LongVector,short[]))                                    | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(ShortVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.ShortVector,io.deephaven.vector.ByteVector))          | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(ShortVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.ShortVector,io.deephaven.vector.DoubleVector))      | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(ShortVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.ShortVector,io.deephaven.vector.FloatVector))        | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(ShortVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.ShortVector,io.deephaven.vector.IntVector))            | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(ShortVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.ShortVector,io.deephaven.vector.LongVector))          | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(ShortVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.ShortVector,io.deephaven.vector.ShortVector))        | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(ShortVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.ShortVector,byte[]))                                    | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(ShortVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.ShortVector,double[]))                                | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(ShortVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.ShortVector,float[]))                                  | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(ShortVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.ShortVector,int[]))                                      | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(ShortVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.ShortVector,long[]))                                    | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(ShortVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(io.deephaven.vector.ShortVector,short[]))                                  | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(byte\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(byte[],io.deephaven.vector.ByteVector))                                      | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(byte\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(byte[],io.deephaven.vector.DoubleVector))                                  | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(byte\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(byte[],io.deephaven.vector.FloatVector))                                    | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(byte\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(byte[],io.deephaven.vector.IntVector))                                        | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(byte\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(byte[],io.deephaven.vector.LongVector))                                      | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(byte\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(byte[],io.deephaven.vector.ShortVector))                                    | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(byte\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(byte[],byte[]))                                                                | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(byte\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(byte[],double[]))                                                            | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(byte\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(byte[],float[]))                                                              | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(byte\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(byte[],int[]))                                                                  | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(byte\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(byte[],long[]))                                                                | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(byte\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(byte[],short[]))                                                              | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(double\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(double[],io.deephaven.vector.ByteVector))                                  | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(double\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(double[],io.deephaven.vector.DoubleVector))                              | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(double\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(double[],io.deephaven.vector.FloatVector))                                | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(double\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(double[],io.deephaven.vector.IntVector))                                    | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(double\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(double[],io.deephaven.vector.LongVector))                                  | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(double\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(double[],io.deephaven.vector.ShortVector))                                | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(double\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(double[],byte[]))                                                            | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(double\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(double[],double[]))                                                        | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(double\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(double[],float[]))                                                          | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(double\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(double[],int[]))                                                              | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(double\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(double[],long[]))                                                            | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(double\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(double[],short[]))                                                          | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(float\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(float[],io.deephaven.vector.ByteVector))                                    | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(float\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(float[],io.deephaven.vector.DoubleVector))                                | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(float\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(float[],io.deephaven.vector.FloatVector))                                  | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(float\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(float[],io.deephaven.vector.IntVector))                                      | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(float\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(float[],io.deephaven.vector.LongVector))                                    | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(float\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(float[],io.deephaven.vector.ShortVector))                                  | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(float\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(float[],byte[]))                                                              | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(float\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(float[],double[]))                                                          | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(float\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(float[],float[]))                                                            | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(float\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(float[],int[]))                                                                | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(float\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(float[],long[]))                                                              | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(float\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(float[],short[]))                                                            | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(int\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(int[],io.deephaven.vector.ByteVector))                                        | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(int\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(int[],io.deephaven.vector.DoubleVector))                                    | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(int\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(int[],io.deephaven.vector.FloatVector))                                      | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(int\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(int[],io.deephaven.vector.IntVector))                                          | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(int\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(int[],io.deephaven.vector.LongVector))                                        | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(int\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(int[],io.deephaven.vector.ShortVector))                                      | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(int\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(int[],byte[]))                                                                  | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(int\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(int[],double[]))                                                              | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(int\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(int[],float[]))                                                                | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(int\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(int[],int[]))                                                                    | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(int\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(int[],long[]))                                                                  | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(int\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(int[],short[]))                                                                | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(long\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(long[],io.deephaven.vector.ByteVector))                                      | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(long\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(long[],io.deephaven.vector.DoubleVector))                                  | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(long\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(long[],io.deephaven.vector.FloatVector))                                    | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(long\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(long[],io.deephaven.vector.IntVector))                                        | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(long\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(long[],io.deephaven.vector.LongVector))                                      | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(long\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(long[],io.deephaven.vector.ShortVector))                                    | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(long\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(long[],byte[]))                                                                | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(long\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(long[],double[]))                                                            | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(long\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(long[],float[]))                                                              | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(long\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(long[],int[]))                                                                  | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(long\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(long[],long[]))                                                                | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(long\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(long[],short[]))                                                              | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(short\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(short[],io.deephaven.vector.ByteVector))                                    | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(short\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(short[],io.deephaven.vector.DoubleVector))                                | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(short\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(short[],io.deephaven.vector.FloatVector))                                  | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(short\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(short[],io.deephaven.vector.IntVector))                                      | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(short\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(short[],io.deephaven.vector.LongVector))                                    | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(short\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(short[],io.deephaven.vector.ShortVector))                                  | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(short\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(short[],byte[]))                                                              | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(short\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(short[],double[]))                                                          | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(short\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(short[],float[]))                                                            | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(short\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(short[],int[]))                                                                | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(short\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(short[],long[]))                                                              | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cor                | [double\(short\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cor(short[],short[]))                                                            | Returns the correlation. Null values are excluded.                                                   |
| FUNCTION | cos                | [double\(byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cos(byte))                                                                                       | Returns the cosine.                                                                                  |
| FUNCTION | cos                | [double\(double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cos(double))                                                                                   | Returns the cosine.                                                                                  |
| FUNCTION | cos                | [double\(float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cos(float))                                                                                     | Returns the cosine.                                                                                  |
| FUNCTION | cos                | [double\(int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cos(int))                                                                                         | Returns the cosine.                                                                                  |
| FUNCTION | cos                | [double\(long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cos(long))                                                                                       | Returns the cosine.                                                                                  |
| FUNCTION | cos                | [double\(short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cos(short))                                                                                     | Returns the cosine.                                                                                  |
| FUNCTION | cosh               | [double\(byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cosh(byte))                                                                                      | Returns the hyperbolic cosine.                                                                       |
| FUNCTION | cosh               | [double\(double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cosh(double))                                                                                  | Returns the hyperbolic cosine.                                                                       |
| FUNCTION | cosh               | [double\(float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cosh(float))                                                                                    | Returns the hyperbolic cosine.                                                                       |
| FUNCTION | cosh               | [double\(int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cosh(int))                                                                                        | Returns the hyperbolic cosine.                                                                       |
| FUNCTION | cosh               | [double\(long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cosh(long))                                                                                      | Returns the hyperbolic cosine.                                                                       |
| FUNCTION | cosh               | [double\(short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cosh(short))                                                                                    | Returns the hyperbolic cosine.                                                                       |
| FUNCTION | countNeg           | [long\(ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countNeg(io.deephaven.vector.ByteVector))                                                    | Counts the number of negative values.                                                                |
| FUNCTION | countNeg           | [long\(Byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countNeg(java.lang.Byte[]))                                                                    | Counts the number of negative values.                                                                |
| FUNCTION | countNeg           | [long\(DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countNeg(io.deephaven.vector.DoubleVector))                                                | Counts the number of negative values.                                                                |
| FUNCTION | countNeg           | [long\(Double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countNeg(java.lang.Double[]))                                                                | Counts the number of negative values.                                                                |
| FUNCTION | countNeg           | [long\(FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countNeg(io.deephaven.vector.FloatVector))                                                  | Counts the number of negative values.                                                                |
| FUNCTION | countNeg           | [long\(Float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countNeg(java.lang.Float[]))                                                                  | Counts the number of negative values.                                                                |
| FUNCTION | countNeg           | [long\(IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countNeg(io.deephaven.vector.IntVector))                                                      | Counts the number of negative values.                                                                |
| FUNCTION | countNeg           | [long\(Integer\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countNeg(java.lang.Integer[]))                                                              | Counts the number of negative values.                                                                |
| FUNCTION | countNeg           | [long\(LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countNeg(io.deephaven.vector.LongVector))                                                    | Counts the number of negative values.                                                                |
| FUNCTION | countNeg           | [long\(Long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countNeg(java.lang.Long[]))                                                                    | Counts the number of negative values.                                                                |
| FUNCTION | countNeg           | [long\(ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countNeg(io.deephaven.vector.ShortVector))                                                  | Counts the number of negative values.                                                                |
| FUNCTION | countNeg           | [long\(Short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countNeg(java.lang.Short[]))                                                                  | Counts the number of negative values.                                                                |
| FUNCTION | countNeg           | [long\(byte...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countNeg(byte...))                                                                              | Counts the number of negative values.                                                                |
| FUNCTION | countNeg           | [long\(double...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countNeg(double...))                                                                          | Counts the number of negative values.                                                                |
| FUNCTION | countNeg           | [long\(float...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countNeg(float...))                                                                            | Counts the number of negative values.                                                                |
| FUNCTION | countNeg           | [long\(int...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countNeg(int...))                                                                                | Counts the number of negative values.                                                                |
| FUNCTION | countNeg           | [long\(long...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countNeg(long...))                                                                              | Counts the number of negative values.                                                                |
| FUNCTION | countNeg           | [long\(short...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countNeg(short...))                                                                            | Counts the number of negative values.                                                                |
| FUNCTION | countPos           | [long\(ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countPos(io.deephaven.vector.ByteVector))                                                    | Counts the number of positive values.                                                                |
| FUNCTION | countPos           | [long\(Byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countPos(java.lang.Byte[]))                                                                    | Counts the number of positive values.                                                                |
| FUNCTION | countPos           | [long\(DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countPos(io.deephaven.vector.DoubleVector))                                                | Counts the number of positive values.                                                                |
| FUNCTION | countPos           | [long\(Double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countPos(java.lang.Double[]))                                                                | Counts the number of positive values.                                                                |
| FUNCTION | countPos           | [long\(FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countPos(io.deephaven.vector.FloatVector))                                                  | Counts the number of positive values.                                                                |
| FUNCTION | countPos           | [long\(Float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countPos(java.lang.Float[]))                                                                  | Counts the number of positive values.                                                                |
| FUNCTION | countPos           | [long\(IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countPos(io.deephaven.vector.IntVector))                                                      | Counts the number of positive values.                                                                |
| FUNCTION | countPos           | [long\(Integer\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countPos(java.lang.Integer[]))                                                              | Counts the number of positive values.                                                                |
| FUNCTION | countPos           | [long\(LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countPos(io.deephaven.vector.LongVector))                                                    | Counts the number of positive values.                                                                |
| FUNCTION | countPos           | [long\(Long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countPos(java.lang.Long[]))                                                                    | Counts the number of positive values.                                                                |
| FUNCTION | countPos           | [long\(ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countPos(io.deephaven.vector.ShortVector))                                                  | Counts the number of positive values.                                                                |
| FUNCTION | countPos           | [long\(Short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countPos(java.lang.Short[]))                                                                  | Counts the number of positive values.                                                                |
| FUNCTION | countPos           | [long\(byte...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countPos(byte...))                                                                              | Counts the number of positive values.                                                                |
| FUNCTION | countPos           | [long\(double...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countPos(double...))                                                                          | Counts the number of positive values.                                                                |
| FUNCTION | countPos           | [long\(float...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countPos(float...))                                                                            | Counts the number of positive values.                                                                |
| FUNCTION | countPos           | [long\(int...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countPos(int...))                                                                                | Counts the number of positive values.                                                                |
| FUNCTION | countPos           | [long\(long...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countPos(long...))                                                                              | Counts the number of positive values.                                                                |
| FUNCTION | countPos           | [long\(short...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countPos(short...))                                                                            | Counts the number of positive values.                                                                |
| FUNCTION | countZero          | [long\(ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countZero(io.deephaven.vector.ByteVector))                                                   | Counts the number of zero values.                                                                    |
| FUNCTION | countZero          | [long\(Byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countZero(java.lang.Byte[]))                                                                   | Counts the number of zero values.                                                                    |
| FUNCTION | countZero          | [long\(DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countZero(io.deephaven.vector.DoubleVector))                                               | Counts the number of zero values.                                                                    |
| FUNCTION | countZero          | [long\(Double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countZero(java.lang.Double[]))                                                               | Counts the number of zero values.                                                                    |
| FUNCTION | countZero          | [long\(FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countZero(io.deephaven.vector.FloatVector))                                                 | Counts the number of zero values.                                                                    |
| FUNCTION | countZero          | [long\(Float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countZero(java.lang.Float[]))                                                                 | Counts the number of zero values.                                                                    |
| FUNCTION | countZero          | [long\(IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countZero(io.deephaven.vector.IntVector))                                                     | Counts the number of zero values.                                                                    |
| FUNCTION | countZero          | [long\(Integer\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countZero(java.lang.Integer[]))                                                             | Counts the number of zero values.                                                                    |
| FUNCTION | countZero          | [long\(LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countZero(io.deephaven.vector.LongVector))                                                   | Counts the number of zero values.                                                                    |
| FUNCTION | countZero          | [long\(Long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countZero(java.lang.Long[]))                                                                   | Counts the number of zero values.                                                                    |
| FUNCTION | countZero          | [long\(ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countZero(io.deephaven.vector.ShortVector))                                                 | Counts the number of zero values.                                                                    |
| FUNCTION | countZero          | [long\(Short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countZero(java.lang.Short[]))                                                                 | Counts the number of zero values.                                                                    |
| FUNCTION | countZero          | [long\(byte...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countZero(byte...))                                                                             | Counts the number of zero values.                                                                    |
| FUNCTION | countZero          | [long\(double...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countZero(double...))                                                                         | Counts the number of zero values.                                                                    |
| FUNCTION | countZero          | [long\(float...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countZero(float...))                                                                           | Counts the number of zero values.                                                                    |
| FUNCTION | countZero          | [long\(int...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countZero(int...))                                                                               | Counts the number of zero values.                                                                    |
| FUNCTION | countZero          | [long\(long...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countZero(long...))                                                                             | Counts the number of zero values.                                                                    |
| FUNCTION | countZero          | [long\(short...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#countZero(short...))                                                                           | Counts the number of zero values.                                                                    |
| FUNCTION | cov                | [double\(ByteVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.ByteVector,io.deephaven.vector.ByteVector))            | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(ByteVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.ByteVector,io.deephaven.vector.DoubleVector))        | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(ByteVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.ByteVector,io.deephaven.vector.FloatVector))          | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(ByteVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.ByteVector,io.deephaven.vector.IntVector))              | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(ByteVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.ByteVector,io.deephaven.vector.LongVector))            | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(ByteVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.ByteVector,io.deephaven.vector.ShortVector))          | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(ByteVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.ByteVector,byte[]))                                      | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(ByteVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.ByteVector,double[]))                                  | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(ByteVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.ByteVector,float[]))                                    | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(ByteVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.ByteVector,int[]))                                        | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(ByteVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.ByteVector,long[]))                                      | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(ByteVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.ByteVector,short[]))                                    | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(DoubleVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.DoubleVector,io.deephaven.vector.ByteVector))        | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(DoubleVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.DoubleVector,io.deephaven.vector.DoubleVector))    | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(DoubleVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.DoubleVector,io.deephaven.vector.FloatVector))      | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(DoubleVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.DoubleVector,io.deephaven.vector.IntVector))          | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(DoubleVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.DoubleVector,io.deephaven.vector.LongVector))        | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(DoubleVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.DoubleVector,io.deephaven.vector.ShortVector))      | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(DoubleVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.DoubleVector,byte[]))                                  | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(DoubleVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.DoubleVector,double[]))                              | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(DoubleVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.DoubleVector,float[]))                                | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(DoubleVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.DoubleVector,int[]))                                    | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(DoubleVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.DoubleVector,long[]))                                  | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(DoubleVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.DoubleVector,short[]))                                | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(FloatVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.FloatVector,io.deephaven.vector.ByteVector))          | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(FloatVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.FloatVector,io.deephaven.vector.DoubleVector))      | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(FloatVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.FloatVector,io.deephaven.vector.FloatVector))        | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(FloatVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.FloatVector,io.deephaven.vector.IntVector))            | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(FloatVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.FloatVector,io.deephaven.vector.LongVector))          | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(FloatVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.FloatVector,io.deephaven.vector.ShortVector))        | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(FloatVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.FloatVector,byte[]))                                    | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(FloatVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.FloatVector,double[]))                                | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(FloatVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.FloatVector,float[]))                                  | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(FloatVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.FloatVector,int[]))                                      | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(FloatVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.FloatVector,long[]))                                    | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(FloatVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.FloatVector,short[]))                                  | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(IntVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.IntVector,io.deephaven.vector.ByteVector))              | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(IntVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.IntVector,io.deephaven.vector.DoubleVector))          | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(IntVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.IntVector,io.deephaven.vector.FloatVector))            | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(IntVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.IntVector,io.deephaven.vector.IntVector))                | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(IntVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.IntVector,io.deephaven.vector.LongVector))              | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(IntVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.IntVector,io.deephaven.vector.ShortVector))            | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(IntVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.IntVector,byte[]))                                        | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(IntVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.IntVector,double[]))                                    | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(IntVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.IntVector,float[]))                                      | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(IntVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.IntVector,int[]))                                          | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(IntVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.IntVector,long[]))                                        | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(IntVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.IntVector,short[]))                                      | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(LongVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.LongVector,io.deephaven.vector.ByteVector))            | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(LongVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.LongVector,io.deephaven.vector.DoubleVector))        | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(LongVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.LongVector,io.deephaven.vector.FloatVector))          | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(LongVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.LongVector,io.deephaven.vector.IntVector))              | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(LongVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.LongVector,io.deephaven.vector.LongVector))            | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(LongVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.LongVector,io.deephaven.vector.ShortVector))          | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(LongVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.LongVector,byte[]))                                      | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(LongVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.LongVector,double[]))                                  | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(LongVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.LongVector,float[]))                                    | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(LongVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.LongVector,int[]))                                        | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(LongVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.LongVector,long[]))                                      | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(LongVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.LongVector,short[]))                                    | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(ShortVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.ShortVector,io.deephaven.vector.ByteVector))          | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(ShortVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.ShortVector,io.deephaven.vector.DoubleVector))      | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(ShortVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.ShortVector,io.deephaven.vector.FloatVector))        | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(ShortVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.ShortVector,io.deephaven.vector.IntVector))            | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(ShortVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.ShortVector,io.deephaven.vector.LongVector))          | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(ShortVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.ShortVector,io.deephaven.vector.ShortVector))        | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(ShortVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.ShortVector,byte[]))                                    | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(ShortVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.ShortVector,double[]))                                | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(ShortVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.ShortVector,float[]))                                  | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(ShortVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.ShortVector,int[]))                                      | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(ShortVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.ShortVector,long[]))                                    | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(ShortVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(io.deephaven.vector.ShortVector,short[]))                                  | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(byte\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(byte[],io.deephaven.vector.ByteVector))                                      | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(byte\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(byte[],io.deephaven.vector.DoubleVector))                                  | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(byte\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(byte[],io.deephaven.vector.FloatVector))                                    | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(byte\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(byte[],io.deephaven.vector.IntVector))                                        | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(byte\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(byte[],io.deephaven.vector.LongVector))                                      | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(byte\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(byte[],io.deephaven.vector.ShortVector))                                    | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(byte\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(byte[],byte[]))                                                                | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(byte\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(byte[],double[]))                                                            | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(byte\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(byte[],float[]))                                                              | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(byte\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(byte[],int[]))                                                                  | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(byte\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(byte[],long[]))                                                                | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(byte\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(byte[],short[]))                                                              | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(double\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(double[],io.deephaven.vector.ByteVector))                                  | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(double\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(double[],io.deephaven.vector.DoubleVector))                              | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(double\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(double[],io.deephaven.vector.FloatVector))                                | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(double\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(double[],io.deephaven.vector.IntVector))                                    | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(double\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(double[],io.deephaven.vector.LongVector))                                  | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(double\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(double[],io.deephaven.vector.ShortVector))                                | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(double\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(double[],byte[]))                                                            | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(double\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(double[],double[]))                                                        | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(double\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(double[],float[]))                                                          | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(double\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(double[],int[]))                                                              | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(double\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(double[],long[]))                                                            | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(double\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(double[],short[]))                                                          | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(float\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(float[],io.deephaven.vector.ByteVector))                                    | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(float\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(float[],io.deephaven.vector.DoubleVector))                                | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(float\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(float[],io.deephaven.vector.FloatVector))                                  | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(float\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(float[],io.deephaven.vector.IntVector))                                      | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(float\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(float[],io.deephaven.vector.LongVector))                                    | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(float\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(float[],io.deephaven.vector.ShortVector))                                  | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(float\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(float[],byte[]))                                                              | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(float\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(float[],double[]))                                                          | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(float\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(float[],float[]))                                                            | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(float\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(float[],int[]))                                                                | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(float\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(float[],long[]))                                                              | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(float\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(float[],short[]))                                                            | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(int\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(int[],io.deephaven.vector.ByteVector))                                        | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(int\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(int[],io.deephaven.vector.DoubleVector))                                    | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(int\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(int[],io.deephaven.vector.FloatVector))                                      | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(int\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(int[],io.deephaven.vector.IntVector))                                          | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(int\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(int[],io.deephaven.vector.LongVector))                                        | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(int\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(int[],io.deephaven.vector.ShortVector))                                      | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(int\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(int[],byte[]))                                                                  | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(int\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(int[],double[]))                                                              | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(int\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(int[],float[]))                                                                | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(int\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(int[],int[]))                                                                    | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(int\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(int[],long[]))                                                                  | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(int\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(int[],short[]))                                                                | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(long\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(long[],io.deephaven.vector.ByteVector))                                      | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(long\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(long[],io.deephaven.vector.DoubleVector))                                  | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(long\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(long[],io.deephaven.vector.FloatVector))                                    | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(long\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(long[],io.deephaven.vector.IntVector))                                        | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(long\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(long[],io.deephaven.vector.LongVector))                                      | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(long\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(long[],io.deephaven.vector.ShortVector))                                    | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(long\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(long[],byte[]))                                                                | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(long\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(long[],double[]))                                                            | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(long\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(long[],float[]))                                                              | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(long\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(long[],int[]))                                                                  | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(long\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(long[],long[]))                                                                | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(long\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(long[],short[]))                                                              | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(short\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(short[],io.deephaven.vector.ByteVector))                                    | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(short\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(short[],io.deephaven.vector.DoubleVector))                                | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(short\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(short[],io.deephaven.vector.FloatVector))                                  | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(short\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(short[],io.deephaven.vector.IntVector))                                      | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(short\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(short[],io.deephaven.vector.LongVector))                                    | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(short\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(short[],io.deephaven.vector.ShortVector))                                  | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(short\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(short[],byte[]))                                                              | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(short\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(short[],double[]))                                                          | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(short\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(short[],float[]))                                                            | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(short\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(short[],int[]))                                                                | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(short\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(short[],long[]))                                                              | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cov                | [double\(short\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cov(short[],short[]))                                                            | Returns the covariance. Null values are excluded.                                                    |
| FUNCTION | cummax             | [byte\[\]\(ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummax(io.deephaven.vector.ByteVector))                                                  | Returns the cumulative maximum. Null values are excluded.                                            |
| FUNCTION | cummax             | [byte\[\]\(Byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummax(java.lang.Byte[]))                                                                  | Returns the cumulative maximum. Null values are excluded.                                            |
| FUNCTION | cummax             | [byte\[\]\(byte...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummax(byte...))                                                                            | Returns the cumulative maximum. Null values are excluded.                                            |
| FUNCTION | cummax             | [double\[\]\(DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummax(io.deephaven.vector.DoubleVector))                                            | Returns the cumulative maximum. Null values are excluded.                                            |
| FUNCTION | cummax             | [double\[\]\(Double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummax(java.lang.Double[]))                                                            | Returns the cumulative maximum. Null values are excluded.                                            |
| FUNCTION | cummax             | [double\[\]\(double...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummax(double...))                                                                      | Returns the cumulative maximum. Null values are excluded.                                            |
| FUNCTION | cummax             | [float\[\]\(FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummax(io.deephaven.vector.FloatVector))                                               | Returns the cumulative maximum. Null values are excluded.                                            |
| FUNCTION | cummax             | [float\[\]\(Float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummax(java.lang.Float[]))                                                               | Returns the cumulative maximum. Null values are excluded.                                            |
| FUNCTION | cummax             | [float\[\]\(float...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummax(float...))                                                                         | Returns the cumulative maximum. Null values are excluded.                                            |
| FUNCTION | cummax             | [int\[\]\(IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummax(io.deephaven.vector.IntVector))                                                     | Returns the cumulative maximum. Null values are excluded.                                            |
| FUNCTION | cummax             | [int\[\]\(Integer\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummax(java.lang.Integer[]))                                                             | Returns the cumulative maximum. Null values are excluded.                                            |
| FUNCTION | cummax             | [int\[\]\(int...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummax(int...))                                                                               | Returns the cumulative maximum. Null values are excluded.                                            |
| FUNCTION | cummax             | [long\[\]\(LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummax(io.deephaven.vector.LongVector))                                                  | Returns the cumulative maximum. Null values are excluded.                                            |
| FUNCTION | cummax             | [long\[\]\(Long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummax(java.lang.Long[]))                                                                  | Returns the cumulative maximum. Null values are excluded.                                            |
| FUNCTION | cummax             | [long\[\]\(long...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummax(long...))                                                                            | Returns the cumulative maximum. Null values are excluded.                                            |
| FUNCTION | cummax             | [short\[\]\(ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummax(io.deephaven.vector.ShortVector))                                               | Returns the cumulative maximum. Null values are excluded.                                            |
| FUNCTION | cummax             | [short\[\]\(Short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummax(java.lang.Short[]))                                                               | Returns the cumulative maximum. Null values are excluded.                                            |
| FUNCTION | cummax             | [short\[\]\(short...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummax(short...))                                                                         | Returns the cumulative maximum. Null values are excluded.                                            |
| FUNCTION | cummin             | [byte\[\]\(ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummin(io.deephaven.vector.ByteVector))                                                  | Returns the cumulative minimum. Null values are excluded.                                            |
| FUNCTION | cummin             | [byte\[\]\(Byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummin(java.lang.Byte[]))                                                                  | Returns the cumulative minimum. Null values are excluded.                                            |
| FUNCTION | cummin             | [byte\[\]\(byte...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummin(byte...))                                                                            | Returns the cumulative minimum. Null values are excluded.                                            |
| FUNCTION | cummin             | [double\[\]\(DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummin(io.deephaven.vector.DoubleVector))                                            | Returns the cumulative minimum. Null values are excluded.                                            |
| FUNCTION | cummin             | [double\[\]\(Double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummin(java.lang.Double[]))                                                            | Returns the cumulative minimum. Null values are excluded.                                            |
| FUNCTION | cummin             | [double\[\]\(double...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummin(double...))                                                                      | Returns the cumulative minimum. Null values are excluded.                                            |
| FUNCTION | cummin             | [float\[\]\(FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummin(io.deephaven.vector.FloatVector))                                               | Returns the cumulative minimum. Null values are excluded.                                            |
| FUNCTION | cummin             | [float\[\]\(Float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummin(java.lang.Float[]))                                                               | Returns the cumulative minimum. Null values are excluded.                                            |
| FUNCTION | cummin             | [float\[\]\(float...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummin(float...))                                                                         | Returns the cumulative minimum. Null values are excluded.                                            |
| FUNCTION | cummin             | [int\[\]\(IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummin(io.deephaven.vector.IntVector))                                                     | Returns the cumulative minimum. Null values are excluded.                                            |
| FUNCTION | cummin             | [int\[\]\(Integer\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummin(java.lang.Integer[]))                                                             | Returns the cumulative minimum. Null values are excluded.                                            |
| FUNCTION | cummin             | [int\[\]\(int...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummin(int...))                                                                               | Returns the cumulative minimum. Null values are excluded.                                            |
| FUNCTION | cummin             | [long\[\]\(LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummin(io.deephaven.vector.LongVector))                                                  | Returns the cumulative minimum. Null values are excluded.                                            |
| FUNCTION | cummin             | [long\[\]\(Long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummin(java.lang.Long[]))                                                                  | Returns the cumulative minimum. Null values are excluded.                                            |
| FUNCTION | cummin             | [long\[\]\(long...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummin(long...))                                                                            | Returns the cumulative minimum. Null values are excluded.                                            |
| FUNCTION | cummin             | [short\[\]\(ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummin(io.deephaven.vector.ShortVector))                                               | Returns the cumulative minimum. Null values are excluded.                                            |
| FUNCTION | cummin             | [short\[\]\(Short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummin(java.lang.Short[]))                                                               | Returns the cumulative minimum. Null values are excluded.                                            |
| FUNCTION | cummin             | [short\[\]\(short...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cummin(short...))                                                                         | Returns the cumulative minimum. Null values are excluded.                                            |
| FUNCTION | cumprod            | [double\[\]\(DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumprod(io.deephaven.vector.DoubleVector))                                           | Returns the cumulative product. Null values are excluded.                                            |
| FUNCTION | cumprod            | [double\[\]\(Double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumprod(java.lang.Double[]))                                                           | Returns the cumulative product. Null values are excluded.                                            |
| FUNCTION | cumprod            | [double\[\]\(FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumprod(io.deephaven.vector.FloatVector))                                             | Returns the cumulative product. Null values are excluded.                                            |
| FUNCTION | cumprod            | [double\[\]\(Float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumprod(java.lang.Float[]))                                                             | Returns the cumulative product. Null values are excluded.                                            |
| FUNCTION | cumprod            | [double\[\]\(double...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumprod(double...))                                                                     | Returns the cumulative product. Null values are excluded.                                            |
| FUNCTION | cumprod            | [double\[\]\(float...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumprod(float...))                                                                       | Returns the cumulative product. Null values are excluded.                                            |
| FUNCTION | cumprod            | [long\[\]\(ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumprod(io.deephaven.vector.ByteVector))                                                 | Returns the cumulative product. Null values are excluded.                                            |
| FUNCTION | cumprod            | [long\[\]\(Byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumprod(java.lang.Byte[]))                                                                 | Returns the cumulative product. Null values are excluded.                                            |
| FUNCTION | cumprod            | [long\[\]\(IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumprod(io.deephaven.vector.IntVector))                                                   | Returns the cumulative product. Null values are excluded.                                            |
| FUNCTION | cumprod            | [long\[\]\(Integer\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumprod(java.lang.Integer[]))                                                           | Returns the cumulative product. Null values are excluded.                                            |
| FUNCTION | cumprod            | [long\[\]\(LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumprod(io.deephaven.vector.LongVector))                                                 | Returns the cumulative product. Null values are excluded.                                            |
| FUNCTION | cumprod            | [long\[\]\(Long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumprod(java.lang.Long[]))                                                                 | Returns the cumulative product. Null values are excluded.                                            |
| FUNCTION | cumprod            | [long\[\]\(ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumprod(io.deephaven.vector.ShortVector))                                               | Returns the cumulative product. Null values are excluded.                                            |
| FUNCTION | cumprod            | [long\[\]\(Short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumprod(java.lang.Short[]))                                                               | Returns the cumulative product. Null values are excluded.                                            |
| FUNCTION | cumprod            | [long\[\]\(byte...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumprod(byte...))                                                                           | Returns the cumulative product. Null values are excluded.                                            |
| FUNCTION | cumprod            | [long\[\]\(int...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumprod(int...))                                                                             | Returns the cumulative product. Null values are excluded.                                            |
| FUNCTION | cumprod            | [long\[\]\(long...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumprod(long...))                                                                           | Returns the cumulative product. Null values are excluded.                                            |
| FUNCTION | cumprod            | [long\[\]\(short...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumprod(short...))                                                                         | Returns the cumulative product. Null values are excluded.                                            |
| FUNCTION | cumsum             | [double\[\]\(DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumsum(io.deephaven.vector.DoubleVector))                                            | Returns the cumulative sum. Null values are excluded.                                                |
| FUNCTION | cumsum             | [double\[\]\(Double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumsum(java.lang.Double[]))                                                            | Returns the cumulative sum. Null values are excluded.                                                |
| FUNCTION | cumsum             | [double\[\]\(FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumsum(io.deephaven.vector.FloatVector))                                              | Returns the cumulative sum. Null values are excluded.                                                |
| FUNCTION | cumsum             | [double\[\]\(Float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumsum(java.lang.Float[]))                                                              | Returns the cumulative sum. Null values are excluded.                                                |
| FUNCTION | cumsum             | [double\[\]\(double...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumsum(double...))                                                                      | Returns the cumulative sum. Null values are excluded.                                                |
| FUNCTION | cumsum             | [double\[\]\(float...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumsum(float...))                                                                        | Returns the cumulative sum. Null values are excluded.                                                |
| FUNCTION | cumsum             | [long\[\]\(ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumsum(io.deephaven.vector.ByteVector))                                                  | Returns the cumulative sum. Null values are excluded.                                                |
| FUNCTION | cumsum             | [long\[\]\(Byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumsum(java.lang.Byte[]))                                                                  | Returns the cumulative sum. Null values are excluded.                                                |
| FUNCTION | cumsum             | [long\[\]\(IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumsum(io.deephaven.vector.IntVector))                                                    | Returns the cumulative sum. Null values are excluded.                                                |
| FUNCTION | cumsum             | [long\[\]\(Integer\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumsum(java.lang.Integer[]))                                                            | Returns the cumulative sum. Null values are excluded.                                                |
| FUNCTION | cumsum             | [long\[\]\(LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumsum(io.deephaven.vector.LongVector))                                                  | Returns the cumulative sum. Null values are excluded.                                                |
| FUNCTION | cumsum             | [long\[\]\(Long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumsum(java.lang.Long[]))                                                                  | Returns the cumulative sum. Null values are excluded.                                                |
| FUNCTION | cumsum             | [long\[\]\(ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumsum(io.deephaven.vector.ShortVector))                                                | Returns the cumulative sum. Null values are excluded.                                                |
| FUNCTION | cumsum             | [long\[\]\(Short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumsum(java.lang.Short[]))                                                                | Returns the cumulative sum. Null values are excluded.                                                |
| FUNCTION | cumsum             | [long\[\]\(byte...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumsum(byte...))                                                                            | Returns the cumulative sum. Null values are excluded.                                                |
| FUNCTION | cumsum             | [long\[\]\(int...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumsum(int...))                                                                              | Returns the cumulative sum. Null values are excluded.                                                |
| FUNCTION | cumsum             | [long\[\]\(long...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumsum(long...))                                                                            | Returns the cumulative sum. Null values are excluded.                                                |
| FUNCTION | cumsum             | [long\[\]\(short...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#cumsum(short...))                                                                          | Returns the cumulative sum. Null values are excluded.                                                |
| FUNCTION | decrementExact     | [byte\(byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#decrementExact(byte))                                                                              | Returns the argument decremented by one, throwing an exception if the result overflows.              |
| FUNCTION | decrementExact     | [int\(int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#decrementExact(int))                                                                                 | Returns the argument decremented by one, throwing an exception if the result overflows.              |
| FUNCTION | decrementExact     | [long\(long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#decrementExact(long))                                                                              | Returns the argument decremented by one, throwing an exception if the result overflows.              |
| FUNCTION | decrementExact     | [short\(short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#decrementExact(short))                                                                           | Returns the argument decremented by one, throwing an exception if the result overflows.              |
| FUNCTION | diff               | [byte\[\]\(int, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#diff(int,io.deephaven.vector.ByteVector))                                           | Returns the differences between elements in the input vector separated by a stride. A stride of ...  |
| FUNCTION | diff               | [byte\[\]\(int, Byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#diff(int,java.lang.Byte[]))                                                           | Returns the differences between elements in the input vector separated by a stride. A stride of ...  |
| FUNCTION | diff               | [byte\[\]\(int, byte...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#diff(int,byte...))                                                                     | Returns the differences between elements in the input vector separated by a stride. A stride of ...  |
| FUNCTION | diff               | [double\[\]\(int, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#diff(int,io.deephaven.vector.DoubleVector))                                     | Returns the differences between elements in the input vector separated by a stride. A stride of ...  |
| FUNCTION | diff               | [double\[\]\(int, Double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#diff(int,java.lang.Double[]))                                                     | Returns the differences between elements in the input vector separated by a stride. A stride of ...  |
| FUNCTION | diff               | [double\[\]\(int, double...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#diff(int,double...))                                                               | Returns the differences between elements in the input vector separated by a stride. A stride of ...  |
| FUNCTION | diff               | [float\[\]\(int, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#diff(int,io.deephaven.vector.FloatVector))                                        | Returns the differences between elements in the input vector separated by a stride. A stride of ...  |
| FUNCTION | diff               | [float\[\]\(int, Float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#diff(int,java.lang.Float[]))                                                        | Returns the differences between elements in the input vector separated by a stride. A stride of ...  |
| FUNCTION | diff               | [float\[\]\(int, float...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#diff(int,float...))                                                                  | Returns the differences between elements in the input vector separated by a stride. A stride of ...  |
| FUNCTION | diff               | [int\[\]\(int, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#diff(int,io.deephaven.vector.IntVector))                                              | Returns the differences between elements in the input vector separated by a stride. A stride of ...  |
| FUNCTION | diff               | [int\[\]\(int, Integer\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#diff(int,java.lang.Integer[]))                                                      | Returns the differences between elements in the input vector separated by a stride. A stride of ...  |
| FUNCTION | diff               | [int\[\]\(int, int...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#diff(int,int...))                                                                        | Returns the differences between elements in the input vector separated by a stride. A stride of ...  |
| FUNCTION | diff               | [long\[\]\(int, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#diff(int,io.deephaven.vector.LongVector))                                           | Returns the differences between elements in the input vector separated by a stride. A stride of ...  |
| FUNCTION | diff               | [long\[\]\(int, Long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#diff(int,java.lang.Long[]))                                                           | Returns the differences between elements in the input vector separated by a stride. A stride of ...  |
| FUNCTION | diff               | [long\[\]\(int, long...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#diff(int,long...))                                                                     | Returns the differences between elements in the input vector separated by a stride. A stride of ...  |
| FUNCTION | diff               | [short\[\]\(int, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#diff(int,io.deephaven.vector.ShortVector))                                        | Returns the differences between elements in the input vector separated by a stride. A stride of ...  |
| FUNCTION | diff               | [short\[\]\(int, Short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#diff(int,java.lang.Short[]))                                                        | Returns the differences between elements in the input vector separated by a stride. A stride of ...  |
| FUNCTION | diff               | [short\[\]\(int, short...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#diff(int,short...))                                                                  | Returns the differences between elements in the input vector separated by a stride. A stride of ...  |
| FUNCTION | exp                | [double\(byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#exp(byte))                                                                                       | Returns Euler's number e raised to a power.                                                          |
| FUNCTION | exp                | [double\(double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#exp(double))                                                                                   | Returns Euler's number e raised to a power.                                                          |
| FUNCTION | exp                | [double\(float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#exp(float))                                                                                     | Returns Euler's number e raised to a power.                                                          |
| FUNCTION | exp                | [double\(int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#exp(int))                                                                                         | Returns Euler's number e raised to a power.                                                          |
| FUNCTION | exp                | [double\(long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#exp(long))                                                                                       | Returns Euler's number e raised to a power.                                                          |
| FUNCTION | exp                | [double\(short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#exp(short))                                                                                     | Returns Euler's number e raised to a power.                                                          |
| FUNCTION | expm1              | [double\(byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#expm1(byte))                                                                                     | Returns e^x - 1.                                                                                     |
| FUNCTION | expm1              | [double\(double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#expm1(double))                                                                                 | Returns e^x - 1.                                                                                     |
| FUNCTION | expm1              | [double\(float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#expm1(float))                                                                                   | Returns e^x - 1.                                                                                     |
| FUNCTION | expm1              | [double\(int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#expm1(int))                                                                                       | Returns e^x - 1.                                                                                     |
| FUNCTION | expm1              | [double\(long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#expm1(long))                                                                                     | Returns e^x - 1.                                                                                     |
| FUNCTION | expm1              | [double\(short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#expm1(short))                                                                                   | Returns e^x - 1.                                                                                     |
| FUNCTION | floor              | [double\(byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#floor(byte))                                                                                     | Returns the floor. This is the largest integer, which is less than or equal to the value.            |
| FUNCTION | floor              | [double\(double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#floor(double))                                                                                 | Returns the floor. This is the largest integer, which is less than or equal to the value.            |
| FUNCTION | floor              | [double\(float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#floor(float))                                                                                   | Returns the floor. This is the largest integer, which is less than or equal to the value.            |
| FUNCTION | floor              | [double\(int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#floor(int))                                                                                       | Returns the floor. This is the largest integer, which is less than or equal to the value.            |
| FUNCTION | floor              | [double\(long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#floor(long))                                                                                     | Returns the floor. This is the largest integer, which is less than or equal to the value.            |
| FUNCTION | floor              | [double\(short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#floor(short))                                                                                   | Returns the floor. This is the largest integer, which is less than or equal to the value.            |
| FUNCTION | floorDiv           | [byte\(byte, byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#floorDiv(byte,byte))                                                                         | Returns the largest (closest to positive infinity) int value that is less than or equal to the a...  |
| FUNCTION | floorDiv           | [int\(int, int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#floorDiv(int,int))                                                                              | Returns the largest (closest to positive infinity) int value that is less than or equal to the a...  |
| FUNCTION | floorDiv           | [long\(long, long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#floorDiv(long,long))                                                                         | Returns the largest (closest to positive infinity) int value that is less than or equal to the a...  |
| FUNCTION | floorDiv           | [short\(short, short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#floorDiv(short,short))                                                                    | Returns the largest (closest to positive infinity) int value that is less than or equal to the a...  |
| FUNCTION | floorMod           | [byte\(byte, byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#floorMod(byte,byte))                                                                         | Returns the floor modulus of the arguments.                                                          |
| FUNCTION | floorMod           | [int\(int, int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#floorMod(int,int))                                                                              | Returns the floor modulus of the arguments.                                                          |
| FUNCTION | floorMod           | [long\(long, long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#floorMod(long,long))                                                                         | Returns the floor modulus of the arguments.                                                          |
| FUNCTION | floorMod           | [short\(short, short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#floorMod(short,short))                                                                    | Returns the floor modulus of the arguments.                                                          |
| FUNCTION | getExponent        | [int\(double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#getExponent(double))                                                                              | Returns the unbiased exponent used in the representation of the argument.                            |
| FUNCTION | getExponent        | [int\(float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#getExponent(float))                                                                                | Returns the unbiased exponent used in the representation of the argument.                            |
| FUNCTION | hypot              | [double\(byte, byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#hypot(byte,byte))                                                                          | Returns the hypotenuse of a right-angled triangle, sqrt(x^2 + y^2), without intermediate overflow... |
| FUNCTION | hypot              | [double\(double, double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#hypot(double,double))                                                                  | Returns the hypotenuse of a right-angled triangle, sqrt(x^2 + y^2), without intermediate overflow... |
| FUNCTION | hypot              | [double\(float, float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#hypot(float,float))                                                                      | Returns the hypotenuse of a right-angled triangle, sqrt(x^2 + y^2), without intermediate overflow... |
| FUNCTION | hypot              | [double\(int, int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#hypot(int,int))                                                                              | Returns the hypotenuse of a right-angled triangle, sqrt(x^2 + y^2), without intermediate overflow... |
| FUNCTION | hypot              | [double\(long, long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#hypot(long,long))                                                                          | Returns the hypotenuse of a right-angled triangle, sqrt(x^2 + y^2), without intermediate overflow... |
| FUNCTION | hypot              | [double\(short, short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#hypot(short,short))                                                                      | Returns the hypotenuse of a right-angled triangle, sqrt(x^2 + y^2), without intermediate overflow... |
| FUNCTION | incrementExact     | [byte\(byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#incrementExact(byte))                                                                              | Returns the argument incremented by one, throwing an exception if the result overflows.              |
| FUNCTION | incrementExact     | [int\(int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#incrementExact(int))                                                                                 | Returns the argument incremented by one, throwing an exception if the result overflows.              |
| FUNCTION | incrementExact     | [long\(long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#incrementExact(long))                                                                              | Returns the argument incremented by one, throwing an exception if the result overflows.              |
| FUNCTION | incrementExact     | [short\(short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#incrementExact(short))                                                                           | Returns the argument incremented by one, throwing an exception if the result overflows.              |
| FUNCTION | indexOfMax         | [long\(ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMax(io.deephaven.vector.ByteVector))                                                  | Returns the index of the maximum value.                                                              |
| FUNCTION | indexOfMax         | [long\(Byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMax(java.lang.Byte[]))                                                                  | Returns the index of the maximum value.                                                              |
| FUNCTION | indexOfMax         | [long\(DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMax(io.deephaven.vector.DoubleVector))                                              | Returns the index of the maximum value.                                                              |
| FUNCTION | indexOfMax         | [long\(Double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMax(java.lang.Double[]))                                                              | Returns the index of the maximum value.                                                              |
| FUNCTION | indexOfMax         | [long\(FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMax(io.deephaven.vector.FloatVector))                                                | Returns the index of the maximum value.                                                              |
| FUNCTION | indexOfMax         | [long\(Float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMax(java.lang.Float[]))                                                                | Returns the index of the maximum value.                                                              |
| FUNCTION | indexOfMax         | [long\(IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMax(io.deephaven.vector.IntVector))                                                    | Returns the index of the maximum value.                                                              |
| FUNCTION | indexOfMax         | [long\(Integer\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMax(java.lang.Integer[]))                                                            | Returns the index of the maximum value.                                                              |
| FUNCTION | indexOfMax         | [long\(LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMax(io.deephaven.vector.LongVector))                                                  | Returns the index of the maximum value.                                                              |
| FUNCTION | indexOfMax         | [long\(Long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMax(java.lang.Long[]))                                                                  | Returns the index of the maximum value.                                                              |
| FUNCTION | indexOfMax         | [long\(ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMax(io.deephaven.vector.ShortVector))                                                | Returns the index of the maximum value.                                                              |
| FUNCTION | indexOfMax         | [long\(Short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMax(java.lang.Short[]))                                                                | Returns the index of the maximum value.                                                              |
| FUNCTION | indexOfMax         | [long\(byte...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMax(byte...))                                                                            | Returns the index of the maximum value.                                                              |
| FUNCTION | indexOfMax         | [long\(double...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMax(double...))                                                                        | Returns the index of the maximum value.                                                              |
| FUNCTION | indexOfMax         | [long\(float...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMax(float...))                                                                          | Returns the index of the maximum value.                                                              |
| FUNCTION | indexOfMax         | [long\(int...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMax(int...))                                                                              | Returns the index of the maximum value.                                                              |
| FUNCTION | indexOfMax         | [long\(long...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMax(long...))                                                                            | Returns the index of the maximum value.                                                              |
| FUNCTION | indexOfMax         | [long\(short...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMax(short...))                                                                          | Returns the index of the maximum value.                                                              |
| FUNCTION | indexOfMaxObj      | [long\(Comparable...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMaxObj(T...))                                                                      | Returns the index of the maximum value.                                                              |
| FUNCTION | indexOfMaxObj      | [long\(ObjectVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMaxObj(io.deephaven.vector.ObjectVector))                                           | Returns the index of the maximum value.                                                              |
| FUNCTION | indexOfMin         | [long\(ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMin(io.deephaven.vector.ByteVector))                                                  | Returns the index of the minimum value.                                                              |
| FUNCTION | indexOfMin         | [long\(Byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMin(java.lang.Byte[]))                                                                  | Returns the index of the minimum value.                                                              |
| FUNCTION | indexOfMin         | [long\(DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMin(io.deephaven.vector.DoubleVector))                                              | Returns the index of the minimum value.                                                              |
| FUNCTION | indexOfMin         | [long\(Double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMin(java.lang.Double[]))                                                              | Returns the index of the minimum value.                                                              |
| FUNCTION | indexOfMin         | [long\(FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMin(io.deephaven.vector.FloatVector))                                                | Returns the index of the minimum value.                                                              |
| FUNCTION | indexOfMin         | [long\(Float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMin(java.lang.Float[]))                                                                | Returns the index of the minimum value.                                                              |
| FUNCTION | indexOfMin         | [long\(IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMin(io.deephaven.vector.IntVector))                                                    | Returns the index of the minimum value.                                                              |
| FUNCTION | indexOfMin         | [long\(Integer\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMin(java.lang.Integer[]))                                                            | Returns the index of the minimum value.                                                              |
| FUNCTION | indexOfMin         | [long\(LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMin(io.deephaven.vector.LongVector))                                                  | Returns the index of the minimum value.                                                              |
| FUNCTION | indexOfMin         | [long\(Long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMin(java.lang.Long[]))                                                                  | Returns the index of the minimum value.                                                              |
| FUNCTION | indexOfMin         | [long\(ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMin(io.deephaven.vector.ShortVector))                                                | Returns the index of the minimum value.                                                              |
| FUNCTION | indexOfMin         | [long\(Short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMin(java.lang.Short[]))                                                                | Returns the index of the minimum value.                                                              |
| FUNCTION | indexOfMin         | [long\(byte...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMin(byte...))                                                                            | Returns the index of the minimum value.                                                              |
| FUNCTION | indexOfMin         | [long\(double...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMin(double...))                                                                        | Returns the index of the minimum value.                                                              |
| FUNCTION | indexOfMin         | [long\(float...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMin(float...))                                                                          | Returns the index of the minimum value.                                                              |
| FUNCTION | indexOfMin         | [long\(int...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMin(int...))                                                                              | Returns the index of the minimum value.                                                              |
| FUNCTION | indexOfMin         | [long\(long...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMin(long...))                                                                            | Returns the index of the minimum value.                                                              |
| FUNCTION | indexOfMin         | [long\(short...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMin(short...))                                                                          | Returns the index of the minimum value.                                                              |
| FUNCTION | indexOfMinObj      | [long\(Comparable...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMinObj(T...))                                                                      | Returns the index of the minimum value.                                                              |
| FUNCTION | indexOfMinObj      | [long\(ObjectVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#indexOfMinObj(io.deephaven.vector.ObjectVector))                                           | Returns the index of the minimum value.                                                              |
| FUNCTION | isFinite           | [boolean\(Byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isFinite(java.lang.Byte))                                                                       | Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ... |
| FUNCTION | isFinite           | [boolean\(Double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isFinite(java.lang.Double))                                                                   | Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ... |
| FUNCTION | isFinite           | [boolean\(Float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isFinite(java.lang.Float))                                                                     | Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ... |
| FUNCTION | isFinite           | [boolean\(Integer\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isFinite(java.lang.Integer))                                                                 | Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ... |
| FUNCTION | isFinite           | [boolean\(Long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isFinite(java.lang.Long))                                                                       | Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ... |
| FUNCTION | isFinite           | [boolean\(Short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isFinite(java.lang.Short))                                                                     | Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ... |
| FUNCTION | isFinite           | [boolean\(byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isFinite(byte))                                                                                 | Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ... |
| FUNCTION | isFinite           | [boolean\(double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isFinite(double))                                                                             | Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ... |
| FUNCTION | isFinite           | [boolean\(float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isFinite(float))                                                                               | Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ... |
| FUNCTION | isFinite           | [boolean\(int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isFinite(int))                                                                                   | Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ... |
| FUNCTION | isFinite           | [boolean\(long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isFinite(long))                                                                                 | Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ... |
| FUNCTION | isFinite           | [boolean\(short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isFinite(short))                                                                               | Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ... |
| FUNCTION | isInf              | [boolean\(Byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isInf(java.lang.Byte))                                                                          | Returns true if the value is infinite and false otherwise.                                           |
| FUNCTION | isInf              | [boolean\(Double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isInf(java.lang.Double))                                                                      | Returns true if the value is infinite and false otherwise.                                           |
| FUNCTION | isInf              | [boolean\(Float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isInf(java.lang.Float))                                                                        | Returns true if the value is infinite and false otherwise.                                           |
| FUNCTION | isInf              | [boolean\(Integer\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isInf(java.lang.Integer))                                                                    | Returns true if the value is infinite and false otherwise.                                           |
| FUNCTION | isInf              | [boolean\(Long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isInf(java.lang.Long))                                                                          | Returns true if the value is infinite and false otherwise.                                           |
| FUNCTION | isInf              | [boolean\(Short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isInf(java.lang.Short))                                                                        | Returns true if the value is infinite and false otherwise.                                           |
| FUNCTION | isInf              | [boolean\(byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isInf(byte))                                                                                    | Returns true if the value is infinite and false otherwise.                                           |
| FUNCTION | isInf              | [boolean\(double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isInf(double))                                                                                | Returns true if the value is infinite and false otherwise.                                           |
| FUNCTION | isInf              | [boolean\(float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isInf(float))                                                                                  | Returns true if the value is infinite and false otherwise.                                           |
| FUNCTION | isInf              | [boolean\(int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isInf(int))                                                                                      | Returns true if the value is infinite and false otherwise.                                           |
| FUNCTION | isInf              | [boolean\(long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isInf(long))                                                                                    | Returns true if the value is infinite and false otherwise.                                           |
| FUNCTION | isInf              | [boolean\(short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isInf(short))                                                                                  | Returns true if the value is infinite and false otherwise.                                           |
| FUNCTION | isNaN              | [boolean\(Byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isNaN(java.lang.Byte))                                                                          | Returns true if the value is NaN and false otherwise.                                                |
| FUNCTION | isNaN              | [boolean\(Double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isNaN(java.lang.Double))                                                                      | Returns true if the value is NaN and false otherwise.                                                |
| FUNCTION | isNaN              | [boolean\(Float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isNaN(java.lang.Float))                                                                        | Returns true if the value is NaN and false otherwise.                                                |
| FUNCTION | isNaN              | [boolean\(Integer\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isNaN(java.lang.Integer))                                                                    | Returns true if the value is NaN and false otherwise.                                                |
| FUNCTION | isNaN              | [boolean\(Long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isNaN(java.lang.Long))                                                                          | Returns true if the value is NaN and false otherwise.                                                |
| FUNCTION | isNaN              | [boolean\(Short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isNaN(java.lang.Short))                                                                        | Returns true if the value is NaN and false otherwise.                                                |
| FUNCTION | isNaN              | [boolean\(byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isNaN(byte))                                                                                    | Returns true if the value is NaN and false otherwise.                                                |
| FUNCTION | isNaN              | [boolean\(double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isNaN(double))                                                                                | Returns true if the value is NaN and false otherwise.                                                |
| FUNCTION | isNaN              | [boolean\(float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isNaN(float))                                                                                  | Returns true if the value is NaN and false otherwise.                                                |
| FUNCTION | isNaN              | [boolean\(int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isNaN(int))                                                                                      | Returns true if the value is NaN and false otherwise.                                                |
| FUNCTION | isNaN              | [boolean\(long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isNaN(long))                                                                                    | Returns true if the value is NaN and false otherwise.                                                |
| FUNCTION | isNaN              | [boolean\(short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#isNaN(short))                                                                                  | Returns true if the value is NaN and false otherwise.                                                |
| FUNCTION | log                | [double\(byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#log(byte))                                                                                       | Returns the natural logarithm (base e).                                                              |
| FUNCTION | log                | [double\(double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#log(double))                                                                                   | Returns the natural logarithm (base e).                                                              |
| FUNCTION | log                | [double\(float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#log(float))                                                                                     | Returns the natural logarithm (base e).                                                              |
| FUNCTION | log                | [double\(int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#log(int))                                                                                         | Returns the natural logarithm (base e).                                                              |
| FUNCTION | log                | [double\(long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#log(long))                                                                                       | Returns the natural logarithm (base e).                                                              |
| FUNCTION | log                | [double\(short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#log(short))                                                                                     | Returns the natural logarithm (base e).                                                              |
| FUNCTION | log10              | [double\(byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#log10(byte))                                                                                     | Returns the base 10 logarithm of a value.                                                            |
| FUNCTION | log10              | [double\(double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#log10(double))                                                                                 | Returns the base 10 logarithm of a value.                                                            |
| FUNCTION | log10              | [double\(float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#log10(float))                                                                                   | Returns the base 10 logarithm of a value.                                                            |
| FUNCTION | log10              | [double\(int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#log10(int))                                                                                       | Returns the base 10 logarithm of a value.                                                            |
| FUNCTION | log10              | [double\(long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#log10(long))                                                                                     | Returns the base 10 logarithm of a value.                                                            |
| FUNCTION | log10              | [double\(short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#log10(short))                                                                                   | Returns the base 10 logarithm of a value.                                                            |
| FUNCTION | log1p              | [double\(byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#log1p(byte))                                                                                     | Returns the natural logarithm of the sum of the argument and 1.                                      |
| FUNCTION | log1p              | [double\(double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#log1p(double))                                                                                 | Returns the natural logarithm of the sum of the argument and 1.                                      |
| FUNCTION | log1p              | [double\(float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#log1p(float))                                                                                   | Returns the natural logarithm of the sum of the argument and 1.                                      |
| FUNCTION | log1p              | [double\(int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#log1p(int))                                                                                       | Returns the natural logarithm of the sum of the argument and 1.                                      |
| FUNCTION | log1p              | [double\(long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#log1p(long))                                                                                     | Returns the natural logarithm of the sum of the argument and 1.                                      |
| FUNCTION | log1p              | [double\(short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#log1p(short))                                                                                   | Returns the natural logarithm of the sum of the argument and 1.                                      |
| FUNCTION | lowerBin           | [byte\(byte, byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#lowerBin(byte,byte))                                                                         | Returns the lower bound of the bin containing the value. The lower bound of the bin containing ...   |
| FUNCTION | lowerBin           | [byte\(byte, byte, byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#lowerBin(byte,byte,byte))                                                              | Returns the lower bound of the bin containing the value. The lower bound of the bin containing ...   |
| FUNCTION | lowerBin           | [double\(double, double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#lowerBin(double,double))                                                               | Returns the lower bound of the bin containing the value. The lower bound of the bin containing ...   |
| FUNCTION | lowerBin           | [double\(double, double, double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#lowerBin(double,double,double))                                                | Returns the lower bound of the bin containing the value. The lower bound of the bin containing ...   |
| FUNCTION | lowerBin           | [float\(float, float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#lowerBin(float,float))                                                                    | Returns the lower bound of the bin containing the value. The lower bound of the bin containing ...   |
| FUNCTION | lowerBin           | [float\(float, float, float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#lowerBin(float,float,float))                                                       | Returns the lower bound of the bin containing the value. The lower bound of the bin containing ...   |
| FUNCTION | lowerBin           | [int\(int, int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#lowerBin(int,int))                                                                              | Returns the lower bound of the bin containing the value. The lower bound of the bin containing ...   |
| FUNCTION | lowerBin           | [int\(int, int, int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#lowerBin(int,int,int))                                                                     | Returns the lower bound of the bin containing the value. The lower bound of the bin containing ...   |
| FUNCTION | lowerBin           | [long\(long, long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#lowerBin(long,long))                                                                         | Returns the lower bound of the bin containing the value. The lower bound of the bin containing ...   |
| FUNCTION | lowerBin           | [long\(long, long, long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#lowerBin(long,long,long))                                                              | Returns the lower bound of the bin containing the value. The lower bound of the bin containing ...   |
| FUNCTION | lowerBin           | [short\(short, short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#lowerBin(short,short))                                                                    | Returns the lower bound of the bin containing the value. The lower bound of the bin containing ...   |
| FUNCTION | lowerBin           | [short\(short, short, short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#lowerBin(short,short,short))                                                       | Returns the lower bound of the bin containing the value. The lower bound of the bin containing ...   |
| FUNCTION | max                | [byte\(ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#max(io.deephaven.vector.ByteVector))                                                         | Returns the maximum. Null values are excluded.                                                       |
| FUNCTION | max                | [byte\(Byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#max(java.lang.Byte[]))                                                                         | Returns the maximum. Null values are excluded.                                                       |
| FUNCTION | max                | [byte\(byte...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#max(byte...))                                                                                   | Returns the maximum. Null values are excluded.                                                       |
| FUNCTION | max                | [double\(DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#max(io.deephaven.vector.DoubleVector))                                                   | Returns the maximum. Null values are excluded.                                                       |
| FUNCTION | max                | [double\(Double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#max(java.lang.Double[]))                                                                   | Returns the maximum. Null values are excluded.                                                       |
| FUNCTION | max                | [double\(double...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#max(double...))                                                                             | Returns the maximum. Null values are excluded.                                                       |
| FUNCTION | max                | [float\(FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#max(io.deephaven.vector.FloatVector))                                                      | Returns the maximum. Null values are excluded.                                                       |
| FUNCTION | max                | [float\(Float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#max(java.lang.Float[]))                                                                      | Returns the maximum. Null values are excluded.                                                       |
| FUNCTION | max                | [float\(float...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#max(float...))                                                                                | Returns the maximum. Null values are excluded.                                                       |
| FUNCTION | max                | [int\(IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#max(io.deephaven.vector.IntVector))                                                            | Returns the maximum. Null values are excluded.                                                       |
| FUNCTION | max                | [int\(Integer\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#max(java.lang.Integer[]))                                                                    | Returns the maximum. Null values are excluded.                                                       |
| FUNCTION | max                | [int\(int...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#max(int...))                                                                                      | Returns the maximum. Null values are excluded.                                                       |
| FUNCTION | max                | [long\(LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#max(io.deephaven.vector.LongVector))                                                         | Returns the maximum. Null values are excluded.                                                       |
| FUNCTION | max                | [long\(Long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#max(java.lang.Long[]))                                                                         | Returns the maximum. Null values are excluded.                                                       |
| FUNCTION | max                | [long\(long...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#max(long...))                                                                                   | Returns the maximum. Null values are excluded.                                                       |
| FUNCTION | max                | [short\(ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#max(io.deephaven.vector.ShortVector))                                                      | Returns the maximum. Null values are excluded.                                                       |
| FUNCTION | max                | [short\(Short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#max(java.lang.Short[]))                                                                      | Returns the maximum. Null values are excluded.                                                       |
| FUNCTION | max                | [short\(short...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#max(short...))                                                                                | Returns the maximum. Null values are excluded.                                                       |
| FUNCTION | maxObj             | [Comparable\(Comparable...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#maxObj(T...))                                                                       | Returns the maximum. Null values are excluded.                                                       |
| FUNCTION | maxObj             | [Comparable\(ObjectVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#maxObj(io.deephaven.vector.ObjectVector))                                            | Returns the maximum. Null values are excluded.                                                       |
| FUNCTION | median             | [double\(ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#median(io.deephaven.vector.ByteVector))                                                    | Returns the median. null input values are ignored but NaN values will poison the computation, an...  |
| FUNCTION | median             | [double\(Byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#median(java.lang.Byte[]))                                                                    | Returns the median. null input values are ignored but NaN values will poison the computation, an...  |
| FUNCTION | median             | [double\(DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#median(io.deephaven.vector.DoubleVector))                                                | Returns the median. null input values are ignored but NaN values will poison the computation, an...  |
| FUNCTION | median             | [double\(Double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#median(java.lang.Double[]))                                                                | Returns the median. null input values are ignored but NaN values will poison the computation, an...  |
| FUNCTION | median             | [double\(FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#median(io.deephaven.vector.FloatVector))                                                  | Returns the median. null input values are ignored but NaN values will poison the computation, an...  |
| FUNCTION | median             | [double\(Float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#median(java.lang.Float[]))                                                                  | Returns the median. null input values are ignored but NaN values will poison the computation, an...  |
| FUNCTION | median             | [double\(IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#median(io.deephaven.vector.IntVector))                                                      | Returns the median. null input values are ignored but NaN values will poison the computation, an...  |
| FUNCTION | median             | [double\(Integer\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#median(java.lang.Integer[]))                                                              | Returns the median. null input values are ignored but NaN values will poison the computation, an...  |
| FUNCTION | median             | [double\(LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#median(io.deephaven.vector.LongVector))                                                    | Returns the median. null input values are ignored but NaN values will poison the computation, an...  |
| FUNCTION | median             | [double\(Long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#median(java.lang.Long[]))                                                                    | Returns the median. null input values are ignored but NaN values will poison the computation, an...  |
| FUNCTION | median             | [double\(ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#median(io.deephaven.vector.ShortVector))                                                  | Returns the median. null input values are ignored but NaN values will poison the computation, an...  |
| FUNCTION | median             | [double\(Short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#median(java.lang.Short[]))                                                                  | Returns the median. null input values are ignored but NaN values will poison the computation, an...  |
| FUNCTION | median             | [double\(byte...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#median(byte...))                                                                              | Returns the median. null input values are ignored but NaN values will poison the computation, an...  |
| FUNCTION | median             | [double\(double...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#median(double...))                                                                          | Returns the median. null input values are ignored but NaN values will poison the computation, an...  |
| FUNCTION | median             | [double\(float...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#median(float...))                                                                            | Returns the median. null input values are ignored but NaN values will poison the computation, an...  |
| FUNCTION | median             | [double\(int...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#median(int...))                                                                                | Returns the median. null input values are ignored but NaN values will poison the computation, an...  |
| FUNCTION | median             | [double\(long...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#median(long...))                                                                              | Returns the median. null input values are ignored but NaN values will poison the computation, an...  |
| FUNCTION | median             | [double\(short...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#median(short...))                                                                            | Returns the median. null input values are ignored but NaN values will poison the computation, an...  |
| FUNCTION | min                | [byte\(ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#min(io.deephaven.vector.ByteVector))                                                         | Returns the minimum. Null values are excluded.                                                       |
| FUNCTION | min                | [byte\(Byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#min(java.lang.Byte[]))                                                                         | Returns the minimum. Null values are excluded.                                                       |
| FUNCTION | min                | [byte\(byte...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#min(byte...))                                                                                   | Returns the minimum. Null values are excluded.                                                       |
| FUNCTION | min                | [double\(DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#min(io.deephaven.vector.DoubleVector))                                                   | Returns the minimum. Null values are excluded.                                                       |
| FUNCTION | min                | [double\(Double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#min(java.lang.Double[]))                                                                   | Returns the minimum. Null values are excluded.                                                       |
| FUNCTION | min                | [double\(double...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#min(double...))                                                                             | Returns the minimum. Null values are excluded.                                                       |
| FUNCTION | min                | [float\(FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#min(io.deephaven.vector.FloatVector))                                                      | Returns the minimum. Null values are excluded.                                                       |
| FUNCTION | min                | [float\(Float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#min(java.lang.Float[]))                                                                      | Returns the minimum. Null values are excluded.                                                       |
| FUNCTION | min                | [float\(float...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#min(float...))                                                                                | Returns the minimum. Null values are excluded.                                                       |
| FUNCTION | min                | [int\(IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#min(io.deephaven.vector.IntVector))                                                            | Returns the minimum. Null values are excluded.                                                       |
| FUNCTION | min                | [int\(Integer\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#min(java.lang.Integer[]))                                                                    | Returns the minimum. Null values are excluded.                                                       |
| FUNCTION | min                | [int\(int...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#min(int...))                                                                                      | Returns the minimum. Null values are excluded.                                                       |
| FUNCTION | min                | [long\(LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#min(io.deephaven.vector.LongVector))                                                         | Returns the minimum. Null values are excluded.                                                       |
| FUNCTION | min                | [long\(Long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#min(java.lang.Long[]))                                                                         | Returns the minimum. Null values are excluded.                                                       |
| FUNCTION | min                | [long\(long...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#min(long...))                                                                                   | Returns the minimum. Null values are excluded.                                                       |
| FUNCTION | min                | [short\(ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#min(io.deephaven.vector.ShortVector))                                                      | Returns the minimum. Null values are excluded.                                                       |
| FUNCTION | min                | [short\(Short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#min(java.lang.Short[]))                                                                      | Returns the minimum. Null values are excluded.                                                       |
| FUNCTION | min                | [short\(short...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#min(short...))                                                                                | Returns the minimum. Null values are excluded.                                                       |
| FUNCTION | minObj             | [Comparable\(Comparable...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#minObj(T...))                                                                       | Returns the minimum. Null values are excluded.                                                       |
| FUNCTION | minObj             | [Comparable\(ObjectVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#minObj(io.deephaven.vector.ObjectVector))                                            | Returns the minimum. Null values are excluded.                                                       |
| FUNCTION | multiplyExact      | [byte\(byte, byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#multiplyExact(byte,byte))                                                                    | Returns the product of the arguments, throwing an exception if the result overflows.                 |
| FUNCTION | multiplyExact      | [int\(int, int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#multiplyExact(int,int))                                                                         | Returns the product of the arguments, throwing an exception if the result overflows.                 |
| FUNCTION | multiplyExact      | [long\(long, long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#multiplyExact(long,long))                                                                    | Returns the product of the arguments, throwing an exception if the result overflows.                 |
| FUNCTION | multiplyExact      | [short\(short, short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#multiplyExact(short,short))                                                               | Returns the product of the arguments, throwing an exception if the result overflows.                 |
| FUNCTION | negateExact        | [byte\(byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#negateExact(byte))                                                                                 | Returns the negation of the argument, throwing an exception if the result overflows.                 |
| FUNCTION | negateExact        | [int\(int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#negateExact(int))                                                                                    | Returns the negation of the argument, throwing an exception if the result overflows.                 |
| FUNCTION | negateExact        | [long\(long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#negateExact(long))                                                                                 | Returns the negation of the argument, throwing an exception if the result overflows.                 |
| FUNCTION | negateExact        | [short\(short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#negateExact(short))                                                                              | Returns the negation of the argument, throwing an exception if the result overflows.                 |
| FUNCTION | nextAfter          | [double\(double, double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#nextAfter(double,double))                                                              | Returns the floating-point number adjacent to the first argument in the direction of the second a... |
| FUNCTION | nextAfter          | [float\(float, float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#nextAfter(float,float))                                                                   | Returns the floating-point number adjacent to the first argument in the direction of the second a... |
| FUNCTION | nextDown           | [double\(double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#nextDown(double))                                                                              | Returns the floating-point number adjacent to the argument in the direction of negative infinity.    |
| FUNCTION | nextDown           | [float\(float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#nextDown(float))                                                                                 | Returns the floating-point number adjacent to the argument in the direction of negative infinity.    |
| FUNCTION | nextUp             | [double\(double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#nextUp(double))                                                                                | Returns the floating-point number adjacent to the argument in the direction of positive infinity.    |
| FUNCTION | nextUp             | [float\(float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#nextUp(float))                                                                                   | Returns the floating-point number adjacent to the argument in the direction of positive infinity.    |
| FUNCTION | percentile         | [byte\(double, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#percentile(double,io.deephaven.vector.ByteVector))                                   | Returns the percentile. null input values are ignored but NaN values will poison the computation,... |
| FUNCTION | percentile         | [byte\(double, byte...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#percentile(double,byte...))                                                             | Returns the percentile. null input values are ignored but NaN values will poison the computation,... |
| FUNCTION | percentile         | [double\(double, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#percentile(double,io.deephaven.vector.DoubleVector))                             | Returns the percentile. null input values are ignored but NaN values will poison the computation,... |
| FUNCTION | percentile         | [double\(double, double...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#percentile(double,double...))                                                       | Returns the percentile. null input values are ignored but NaN values will poison the computation,... |
| FUNCTION | percentile         | [float\(double, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#percentile(double,io.deephaven.vector.FloatVector))                                | Returns the percentile. null input values are ignored but NaN values will poison the computation,... |
| FUNCTION | percentile         | [float\(double, float...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#percentile(double,float...))                                                          | Returns the percentile. null input values are ignored but NaN values will poison the computation,... |
| FUNCTION | percentile         | [int\(double, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#percentile(double,io.deephaven.vector.IntVector))                                      | Returns the percentile. null input values are ignored but NaN values will poison the computation,... |
| FUNCTION | percentile         | [int\(double, int...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#percentile(double,int...))                                                                | Returns the percentile. null input values are ignored but NaN values will poison the computation,... |
| FUNCTION | percentile         | [long\(double, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#percentile(double,io.deephaven.vector.LongVector))                                   | Returns the percentile. null input values are ignored but NaN values will poison the computation,... |
| FUNCTION | percentile         | [long\(double, long...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#percentile(double,long...))                                                             | Returns the percentile. null input values are ignored but NaN values will poison the computation,... |
| FUNCTION | percentile         | [short\(double, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#percentile(double,io.deephaven.vector.ShortVector))                                | Returns the percentile. null input values are ignored but NaN values will poison the computation,... |
| FUNCTION | percentile         | [short\(double, short...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#percentile(double,short...))                                                          | Returns the percentile. null input values are ignored but NaN values will poison the computation,... |
| FUNCTION | pow                | [double\(byte, byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(byte,byte))                                                                            | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(byte, double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(byte,double))                                                                        | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(byte, float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(byte,float))                                                                          | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(byte, int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(byte,int))                                                                              | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(byte, long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(byte,long))                                                                            | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(byte, short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(byte,short))                                                                          | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(double, byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(double,byte))                                                                        | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(double, double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(double,double))                                                                    | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(double, float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(double,float))                                                                      | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(double, int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(double,int))                                                                          | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(double, long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(double,long))                                                                        | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(double, short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(double,short))                                                                      | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(float, byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(float,byte))                                                                          | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(float, double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(float,double))                                                                      | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(float, float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(float,float))                                                                        | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(float, int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(float,int))                                                                            | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(float, long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(float,long))                                                                          | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(float, short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(float,short))                                                                        | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(int, byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(int,byte))                                                                              | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(int, double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(int,double))                                                                          | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(int, float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(int,float))                                                                            | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(int, int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(int,int))                                                                                | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(int, long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(int,long))                                                                              | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(int, short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(int,short))                                                                            | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(long, byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(long,byte))                                                                            | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(long, double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(long,double))                                                                        | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(long, float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(long,float))                                                                          | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(long, int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(long,int))                                                                              | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(long, long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(long,long))                                                                            | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(long, short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(long,short))                                                                          | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(short, byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(short,byte))                                                                          | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(short, double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(short,double))                                                                      | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(short, float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(short,float))                                                                        | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(short, int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(short,int))                                                                            | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(short, long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(short,long))                                                                          | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | pow                | [double\(short, short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#pow(short,short))                                                                        | Returns the value of the first argument raised to the second argument.                               |
| FUNCTION | product            | [double\(DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#product(io.deephaven.vector.DoubleVector))                                               | Returns the product. Null values are excluded.                                                       |
| FUNCTION | product            | [double\(FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#product(io.deephaven.vector.FloatVector))                                                 | Returns the product. Null values are excluded.                                                       |
| FUNCTION | product            | [double\(double...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#product(double...))                                                                         | Returns the product. Null values are excluded.                                                       |
| FUNCTION | product            | [double\(float...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#product(float...))                                                                           | Returns the product. Null values are excluded.                                                       |
| FUNCTION | product            | [long\(ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#product(io.deephaven.vector.ByteVector))                                                     | Returns the product. Null values are excluded.                                                       |
| FUNCTION | product            | [long\(IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#product(io.deephaven.vector.IntVector))                                                       | Returns the product. Null values are excluded.                                                       |
| FUNCTION | product            | [long\(LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#product(io.deephaven.vector.LongVector))                                                     | Returns the product. Null values are excluded.                                                       |
| FUNCTION | product            | [long\(ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#product(io.deephaven.vector.ShortVector))                                                   | Returns the product. Null values are excluded.                                                       |
| FUNCTION | product            | [long\(byte...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#product(byte...))                                                                               | Returns the product. Null values are excluded.                                                       |
| FUNCTION | product            | [long\(int...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#product(int...))                                                                                 | Returns the product. Null values are excluded.                                                       |
| FUNCTION | product            | [long\(long...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#product(long...))                                                                               | Returns the product. Null values are excluded.                                                       |
| FUNCTION | product            | [long\(short...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#product(short...))                                                                             | Returns the product. Null values are excluded.                                                       |
| FUNCTION | random             | [double\(\)](https://deephaven.io/core/javadoc/io/deephaven/function/Random.html#random())                                                                                             | Returns a uniform random number between 0.0 (inclusive) and 1.0 (exclusive).                         |
| FUNCTION | randomBool         | [boolean\(\)](https://deephaven.io/core/javadoc/io/deephaven/function/Random.html#randomBool())                                                                                        | Returns a random boolean.                                                                            |
| FUNCTION | randomBool         | [boolean\[\]\(int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Random.html#randomBool(int))                                                                              | Returns an array of random booleans.                                                                 |
| FUNCTION | randomDouble       | [double\(double, double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Random.html#randomDouble(double,double))                                                            | Returns a uniform random number.                                                                     |
| FUNCTION | randomDouble       | [double\[\]\(double, double, int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Random.html#randomDouble(double,double,int))                                               | Returns an array of uniform random numbers.                                                          |
| FUNCTION | randomFloat        | [float\(float, float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Random.html#randomFloat(float,float))                                                                  | Returns a uniform random number.                                                                     |
| FUNCTION | randomFloat        | [float\[\]\(float, float, int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Random.html#randomFloat(float,float,int))                                                     | Returns an array of uniform random numbers.                                                          |
| FUNCTION | randomGaussian     | [double\(double, double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Random.html#randomGaussian(double,double))                                                          | Returns a Gaussian random number.                                                                    |
| FUNCTION | randomGaussian     | [double\[\]\(double, double, int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Random.html#randomGaussian(double,double,int))                                             | Returns an array of Gaussian random numbers.                                                         |
| FUNCTION | randomInt          | [int\(int, int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Random.html#randomInt(int,int))                                                                              | Returns a uniform random number.                                                                     |
| FUNCTION | randomInt          | [int\[\]\(int, int, int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Random.html#randomInt(int,int,int))                                                                 | Returns an array of uniform random numbers.                                                          |
| FUNCTION | randomLong         | [long\(long, long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Random.html#randomLong(long,long))                                                                        | Returns a uniform random number.                                                                     |
| FUNCTION | randomLong         | [long\[\]\(long, long, int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Random.html#randomLong(long,long,int))                                                           | Returns an array of uniform random numbers.                                                          |
| FUNCTION | replaceIfNaN       | [double\(double, double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#replaceIfNaN(double,double))                                                           | Replaces values that are NaN with a specified value.                                                 |
| FUNCTION | replaceIfNaN       | [double\[\]\(DoubleVector, double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#replaceIfNaN(io.deephaven.vector.DoubleVector,double))                       | Replaces values that are NaN with a specified value.                                                 |
| FUNCTION | replaceIfNaN       | [double\[\]\(double\[\], double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#replaceIfNaN(double[],double))                                                 | Replaces values that are NaN with a specified value.                                                 |
| FUNCTION | replaceIfNaN       | [float\(float, float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#replaceIfNaN(float,float))                                                                | Replaces values that are NaN with a specified value.                                                 |
| FUNCTION | replaceIfNaN       | [float\[\]\(FloatVector, float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#replaceIfNaN(io.deephaven.vector.FloatVector,float))                            | Replaces values that are NaN with a specified value.                                                 |
| FUNCTION | replaceIfNaN       | [float\[\]\(float\[\], float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#replaceIfNaN(float[],float))                                                      | Replaces values that are NaN with a specified value.                                                 |
| FUNCTION | replaceIfNonFinite | [double\(double, double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#replaceIfNonFinite(double,double))                                                     | Replaces values that are not finite according to Deephaven convention with a specified value.        |
| FUNCTION | replaceIfNonFinite | [double\[\]\(DoubleVector, double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#replaceIfNonFinite(io.deephaven.vector.DoubleVector,double))                 | Replaces values that are not finite according to Deephaven convention with a specified value.        |
| FUNCTION | replaceIfNonFinite | [double\[\]\(double\[\], double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#replaceIfNonFinite(double[],double))                                           | Replaces values that are not finite according to Deephaven convention with a specified value.        |
| FUNCTION | replaceIfNonFinite | [float\(float, float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#replaceIfNonFinite(float,float))                                                          | Replaces values that are not finite according to Deephaven convention with a specified value.        |
| FUNCTION | replaceIfNonFinite | [float\[\]\(FloatVector, float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#replaceIfNonFinite(io.deephaven.vector.FloatVector,float))                      | Replaces values that are not finite according to Deephaven convention with a specified value.        |
| FUNCTION | replaceIfNonFinite | [float\[\]\(float\[\], float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#replaceIfNonFinite(float[],float))                                                | Replaces values that are not finite according to Deephaven convention with a specified value.        |
| FUNCTION | replaceIfNullNaN   | [double\(double, double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#replaceIfNullNaN(double,double))                                                       | Replaces values that are NaN or null according to Deephaven convention with a specified value.       |
| FUNCTION | replaceIfNullNaN   | [double\[\]\(DoubleVector, double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#replaceIfNullNaN(io.deephaven.vector.DoubleVector,double))                   | Replaces values that are NaN or null according to Deephaven convention with a specified value.       |
| FUNCTION | replaceIfNullNaN   | [double\[\]\(double\[\], double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#replaceIfNullNaN(double[],double))                                             | Replaces values that are NaN or null according to Deephaven convention with a specified value.       |
| FUNCTION | replaceIfNullNaN   | [float\(float, float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#replaceIfNullNaN(float,float))                                                            | Replaces values that are NaN or null according to Deephaven convention with a specified value.       |
| FUNCTION | replaceIfNullNaN   | [float\[\]\(FloatVector, float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#replaceIfNullNaN(io.deephaven.vector.FloatVector,float))                        | Replaces values that are NaN or null according to Deephaven convention with a specified value.       |
| FUNCTION | replaceIfNullNaN   | [float\[\]\(float\[\], float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#replaceIfNullNaN(float[],float))                                                  | Replaces values that are NaN or null according to Deephaven convention with a specified value.       |
| FUNCTION | rint               | [double\(byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#rint(byte))                                                                                      | Returns the integer closest to the input value.                                                      |
| FUNCTION | rint               | [double\(double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#rint(double))                                                                                  | Returns the integer closest to the input value.                                                      |
| FUNCTION | rint               | [double\(float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#rint(float))                                                                                    | Returns the integer closest to the input value.                                                      |
| FUNCTION | rint               | [double\(int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#rint(int))                                                                                        | Returns the integer closest to the input value.                                                      |
| FUNCTION | rint               | [double\(long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#rint(long))                                                                                      | Returns the integer closest to the input value.                                                      |
| FUNCTION | rint               | [double\(short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#rint(short))                                                                                    | Returns the integer closest to the input value.                                                      |
| FUNCTION | round              | [long\(byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#round(byte))                                                                                       | Returns the closest integer to the argument. If the argument is NaN, the result is 0. If the ar...   |
| FUNCTION | round              | [long\(double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#round(double))                                                                                   | Returns the closest integer to the argument. If the argument is NaN, the result is 0. If the ar...   |
| FUNCTION | round              | [long\(float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#round(float))                                                                                     | Returns the closest integer to the argument. If the argument is NaN, the result is 0. If the ar...   |
| FUNCTION | round              | [long\(int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#round(int))                                                                                         | Returns the closest integer to the argument. If the argument is NaN, the result is 0. If the ar...   |
| FUNCTION | round              | [long\(long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#round(long))                                                                                       | Returns the closest integer to the argument. If the argument is NaN, the result is 0. If the ar...   |
| FUNCTION | round              | [long\(short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#round(short))                                                                                     | Returns the closest integer to the argument. If the argument is NaN, the result is 0. If the ar...   |
| FUNCTION | scalb              | [double\(double, int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#scalb(double,int))                                                                        | Returns x Ã 2^scaleFactor rounded as if performed by a single correctly rounded floating-point m...  |
| FUNCTION | scalb              | [float\(float, int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#scalb(float,int))                                                                           | Returns x Ã 2^scaleFactor rounded as if performed by a single correctly rounded floating-point m...  |
| FUNCTION | sequence           | [byte\[\]\(byte, byte, byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sequence(byte,byte,byte))                                                          | Returns a sequence of values.                                                                        |
| FUNCTION | sequence           | [double\[\]\(double, double, double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sequence(double,double,double))                                            | Returns a sequence of values.                                                                        |
| FUNCTION | sequence           | [float\[\]\(float, float, float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sequence(float,float,float))                                                   | Returns a sequence of values.                                                                        |
| FUNCTION | sequence           | [int\[\]\(int, int, int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sequence(int,int,int))                                                                 | Returns a sequence of values.                                                                        |
| FUNCTION | sequence           | [long\[\]\(long, long, long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sequence(long,long,long))                                                          | Returns a sequence of values.                                                                        |
| FUNCTION | sequence           | [short\[\]\(short, short, short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sequence(short,short,short))                                                   | Returns a sequence of values.                                                                        |
| FUNCTION | signum             | [int\(byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#signum(byte))                                                                                       | Returns the signum function.                                                                         |
| FUNCTION | signum             | [int\(double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#signum(double))                                                                                   | Returns the signum function.                                                                         |
| FUNCTION | signum             | [int\(float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#signum(float))                                                                                     | Returns the signum function.                                                                         |
| FUNCTION | signum             | [int\(int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#signum(int))                                                                                         | Returns the signum function.                                                                         |
| FUNCTION | signum             | [int\(long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#signum(long))                                                                                       | Returns the signum function.                                                                         |
| FUNCTION | signum             | [int\(short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#signum(short))                                                                                     | Returns the signum function.                                                                         |
| FUNCTION | sin                | [double\(byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sin(byte))                                                                                       | Returns the sine.                                                                                    |
| FUNCTION | sin                | [double\(double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sin(double))                                                                                   | Returns the sine.                                                                                    |
| FUNCTION | sin                | [double\(float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sin(float))                                                                                     | Returns the sine.                                                                                    |
| FUNCTION | sin                | [double\(int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sin(int))                                                                                         | Returns the sine.                                                                                    |
| FUNCTION | sin                | [double\(long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sin(long))                                                                                       | Returns the sine.                                                                                    |
| FUNCTION | sin                | [double\(short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sin(short))                                                                                     | Returns the sine.                                                                                    |
| FUNCTION | sinh               | [double\(byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sinh(byte))                                                                                      | Returns the hyperbolic sine of a value.                                                              |
| FUNCTION | sinh               | [double\(double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sinh(double))                                                                                  | Returns the hyperbolic sine of a value.                                                              |
| FUNCTION | sinh               | [double\(float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sinh(float))                                                                                    | Returns the hyperbolic sine of a value.                                                              |
| FUNCTION | sinh               | [double\(int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sinh(int))                                                                                        | Returns the hyperbolic sine of a value.                                                              |
| FUNCTION | sinh               | [double\(long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sinh(long))                                                                                      | Returns the hyperbolic sine of a value.                                                              |
| FUNCTION | sinh               | [double\(short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sinh(short))                                                                                    | Returns the hyperbolic sine of a value.                                                              |
| FUNCTION | sqrt               | [double\(byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sqrt(byte))                                                                                      | Returns the square root.                                                                             |
| FUNCTION | sqrt               | [double\(double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sqrt(double))                                                                                  | Returns the square root.                                                                             |
| FUNCTION | sqrt               | [double\(float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sqrt(float))                                                                                    | Returns the square root.                                                                             |
| FUNCTION | sqrt               | [double\(int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sqrt(int))                                                                                        | Returns the square root.                                                                             |
| FUNCTION | sqrt               | [double\(long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sqrt(long))                                                                                      | Returns the square root.                                                                             |
| FUNCTION | sqrt               | [double\(short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sqrt(short))                                                                                    | Returns the square root.                                                                             |
| FUNCTION | std                | [double\(ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#std(io.deephaven.vector.ByteVector))                                                       | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...    |
| FUNCTION | std                | [double\(Byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#std(java.lang.Byte[]))                                                                       | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...    |
| FUNCTION | std                | [double\(DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#std(io.deephaven.vector.DoubleVector))                                                   | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...    |
| FUNCTION | std                | [double\(Double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#std(java.lang.Double[]))                                                                   | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...    |
| FUNCTION | std                | [double\(FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#std(io.deephaven.vector.FloatVector))                                                     | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...    |
| FUNCTION | std                | [double\(Float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#std(java.lang.Float[]))                                                                     | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...    |
| FUNCTION | std                | [double\(IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#std(io.deephaven.vector.IntVector))                                                         | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...    |
| FUNCTION | std                | [double\(Integer\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#std(java.lang.Integer[]))                                                                 | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...    |
| FUNCTION | std                | [double\(LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#std(io.deephaven.vector.LongVector))                                                       | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...    |
| FUNCTION | std                | [double\(Long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#std(java.lang.Long[]))                                                                       | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...    |
| FUNCTION | std                | [double\(ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#std(io.deephaven.vector.ShortVector))                                                     | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...    |
| FUNCTION | std                | [double\(Short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#std(java.lang.Short[]))                                                                     | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...    |
| FUNCTION | std                | [double\(byte...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#std(byte...))                                                                                 | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...    |
| FUNCTION | std                | [double\(double...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#std(double...))                                                                             | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...    |
| FUNCTION | std                | [double\(float...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#std(float...))                                                                               | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...    |
| FUNCTION | std                | [double\(int...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#std(int...))                                                                                   | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...    |
| FUNCTION | std                | [double\(long...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#std(long...))                                                                                 | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...    |
| FUNCTION | std                | [double\(short...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#std(short...))                                                                               | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...    |
| FUNCTION | ste                | [double\(ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#ste(io.deephaven.vector.ByteVector))                                                       | Returns the standard error. Null values are excluded.                                                |
| FUNCTION | ste                | [double\(Byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#ste(java.lang.Byte[]))                                                                       | Returns the standard error. Null values are excluded.                                                |
| FUNCTION | ste                | [double\(DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#ste(io.deephaven.vector.DoubleVector))                                                   | Returns the standard error. Null values are excluded.                                                |
| FUNCTION | ste                | [double\(Double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#ste(java.lang.Double[]))                                                                   | Returns the standard error. Null values are excluded.                                                |
| FUNCTION | ste                | [double\(FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#ste(io.deephaven.vector.FloatVector))                                                     | Returns the standard error. Null values are excluded.                                                |
| FUNCTION | ste                | [double\(Float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#ste(java.lang.Float[]))                                                                     | Returns the standard error. Null values are excluded.                                                |
| FUNCTION | ste                | [double\(IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#ste(io.deephaven.vector.IntVector))                                                         | Returns the standard error. Null values are excluded.                                                |
| FUNCTION | ste                | [double\(Integer\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#ste(java.lang.Integer[]))                                                                 | Returns the standard error. Null values are excluded.                                                |
| FUNCTION | ste                | [double\(LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#ste(io.deephaven.vector.LongVector))                                                       | Returns the standard error. Null values are excluded.                                                |
| FUNCTION | ste                | [double\(Long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#ste(java.lang.Long[]))                                                                       | Returns the standard error. Null values are excluded.                                                |
| FUNCTION | ste                | [double\(ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#ste(io.deephaven.vector.ShortVector))                                                     | Returns the standard error. Null values are excluded.                                                |
| FUNCTION | ste                | [double\(Short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#ste(java.lang.Short[]))                                                                     | Returns the standard error. Null values are excluded.                                                |
| FUNCTION | ste                | [double\(byte...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#ste(byte...))                                                                                 | Returns the standard error. Null values are excluded.                                                |
| FUNCTION | ste                | [double\(double...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#ste(double...))                                                                             | Returns the standard error. Null values are excluded.                                                |
| FUNCTION | ste                | [double\(float...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#ste(float...))                                                                               | Returns the standard error. Null values are excluded.                                                |
| FUNCTION | ste                | [double\(int...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#ste(int...))                                                                                   | Returns the standard error. Null values are excluded.                                                |
| FUNCTION | ste                | [double\(long...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#ste(long...))                                                                                 | Returns the standard error. Null values are excluded.                                                |
| FUNCTION | ste                | [double\(short...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#ste(short...))                                                                               | Returns the standard error. Null values are excluded.                                                |
| FUNCTION | subtractExact      | [byte\(byte, byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#subtractExact(byte,byte))                                                                    | Returns the difference of its arguments, throwing an exception if the result overflows.              |
| FUNCTION | subtractExact      | [int\(int, int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#subtractExact(int,int))                                                                         | Returns the difference of its arguments, throwing an exception if the result overflows.              |
| FUNCTION | subtractExact      | [long\(long, long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#subtractExact(long,long))                                                                    | Returns the difference of its arguments, throwing an exception if the result overflows.              |
| FUNCTION | subtractExact      | [short\(short, short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#subtractExact(short,short))                                                               | Returns the difference of its arguments, throwing an exception if the result overflows.              |
| FUNCTION | sum                | [double\(DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sum(io.deephaven.vector.DoubleVector))                                                   | Returns the sum. Null values are excluded.                                                           |
| FUNCTION | sum                | [double\(FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sum(io.deephaven.vector.FloatVector))                                                     | Returns the sum. Null values are excluded.                                                           |
| FUNCTION | sum                | [double\(double...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sum(double...))                                                                             | Returns the sum. Null values are excluded.                                                           |
| FUNCTION | sum                | [double\(float...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sum(float...))                                                                               | Returns the sum. Null values are excluded.                                                           |
| FUNCTION | sum                | [long\(ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sum(io.deephaven.vector.ByteVector))                                                         | Returns the sum. Null values are excluded.                                                           |
| FUNCTION | sum                | [long\(IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sum(io.deephaven.vector.IntVector))                                                           | Returns the sum. Null values are excluded.                                                           |
| FUNCTION | sum                | [long\(LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sum(io.deephaven.vector.LongVector))                                                         | Returns the sum. Null values are excluded.                                                           |
| FUNCTION | sum                | [long\(ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sum(io.deephaven.vector.ShortVector))                                                       | Returns the sum. Null values are excluded.                                                           |
| FUNCTION | sum                | [long\(byte...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sum(byte...))                                                                                   | Returns the sum. Null values are excluded.                                                           |
| FUNCTION | sum                | [long\(int...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sum(int...))                                                                                     | Returns the sum. Null values are excluded.                                                           |
| FUNCTION | sum                | [long\(long...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sum(long...))                                                                                   | Returns the sum. Null values are excluded.                                                           |
| FUNCTION | sum                | [long\(short...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#sum(short...))                                                                                 | Returns the sum. Null values are excluded.                                                           |
| FUNCTION | tan                | [double\(byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#tan(byte))                                                                                       | Returns the tangent.                                                                                 |
| FUNCTION | tan                | [double\(double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#tan(double))                                                                                   | Returns the tangent.                                                                                 |
| FUNCTION | tan                | [double\(float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#tan(float))                                                                                     | Returns the tangent.                                                                                 |
| FUNCTION | tan                | [double\(int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#tan(int))                                                                                         | Returns the tangent.                                                                                 |
| FUNCTION | tan                | [double\(long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#tan(long))                                                                                       | Returns the tangent.                                                                                 |
| FUNCTION | tan                | [double\(short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#tan(short))                                                                                     | Returns the tangent.                                                                                 |
| FUNCTION | tanh               | [double\(byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#tanh(byte))                                                                                      | Returns the hyperbolic tangent of a value.                                                           |
| FUNCTION | tanh               | [double\(double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#tanh(double))                                                                                  | Returns the hyperbolic tangent of a value.                                                           |
| FUNCTION | tanh               | [double\(float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#tanh(float))                                                                                    | Returns the hyperbolic tangent of a value.                                                           |
| FUNCTION | tanh               | [double\(int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#tanh(int))                                                                                        | Returns the hyperbolic tangent of a value.                                                           |
| FUNCTION | tanh               | [double\(long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#tanh(long))                                                                                      | Returns the hyperbolic tangent of a value.                                                           |
| FUNCTION | tanh               | [double\(short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#tanh(short))                                                                                    | Returns the hyperbolic tangent of a value.                                                           |
| FUNCTION | toByteExact        | [short\(byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#toByteExact(byte))                                                                                | Returns the value of the argument as a byte, throwing an exception if the value overflows a byte.    |
| FUNCTION | toByteExact        | [short\(int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#toByteExact(int))                                                                                  | Returns the value of the argument as a byte, throwing an exception if the value overflows a byte.    |
| FUNCTION | toByteExact        | [short\(long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#toByteExact(long))                                                                                | Returns the value of the argument as a byte, throwing an exception if the value overflows a byte.    |
| FUNCTION | toByteExact        | [short\(short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#toByteExact(short))                                                                              | Returns the value of the argument as a byte, throwing an exception if the value overflows a byte.    |
| FUNCTION | toDegrees          | [double\(byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#toDegrees(byte))                                                                                 | Converts an angle measured in radians to an approximately equivalent angle measured in degrees.      |
| FUNCTION | toDegrees          | [double\(double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#toDegrees(double))                                                                             | Converts an angle measured in radians to an approximately equivalent angle measured in degrees.      |
| FUNCTION | toDegrees          | [double\(float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#toDegrees(float))                                                                               | Converts an angle measured in radians to an approximately equivalent angle measured in degrees.      |
| FUNCTION | toDegrees          | [double\(int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#toDegrees(int))                                                                                   | Converts an angle measured in radians to an approximately equivalent angle measured in degrees.      |
| FUNCTION | toDegrees          | [double\(long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#toDegrees(long))                                                                                 | Converts an angle measured in radians to an approximately equivalent angle measured in degrees.      |
| FUNCTION | toDegrees          | [double\(short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#toDegrees(short))                                                                               | Converts an angle measured in radians to an approximately equivalent angle measured in degrees.      |
| FUNCTION | toIntExact         | [int\(byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#toIntExact(byte))                                                                                   | Returns the value of the argument as an int, throwing an exception if the value overflows an int.    |
| FUNCTION | toIntExact         | [int\(int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#toIntExact(int))                                                                                     | Returns the value of the argument as an int, throwing an exception if the value overflows an int.    |
| FUNCTION | toIntExact         | [int\(long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#toIntExact(long))                                                                                   | Returns the value of the argument as an int, throwing an exception if the value overflows an int.    |
| FUNCTION | toIntExact         | [int\(short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#toIntExact(short))                                                                                 | Returns the value of the argument as an int, throwing an exception if the value overflows an int.    |
| FUNCTION | toRadians          | [double\(byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#toRadians(byte))                                                                                 | Converts an angle measured in degrees to an approximately equivalent angle measured in radians.      |
| FUNCTION | toRadians          | [double\(double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#toRadians(double))                                                                             | Converts an angle measured in degrees to an approximately equivalent angle measured in radians.      |
| FUNCTION | toRadians          | [double\(float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#toRadians(float))                                                                               | Converts an angle measured in degrees to an approximately equivalent angle measured in radians.      |
| FUNCTION | toRadians          | [double\(int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#toRadians(int))                                                                                   | Converts an angle measured in degrees to an approximately equivalent angle measured in radians.      |
| FUNCTION | toRadians          | [double\(long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#toRadians(long))                                                                                 | Converts an angle measured in degrees to an approximately equivalent angle measured in radians.      |
| FUNCTION | toRadians          | [double\(short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#toRadians(short))                                                                               | Converts an angle measured in degrees to an approximately equivalent angle measured in radians.      |
| FUNCTION | toShortExact       | [short\(byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#toShortExact(byte))                                                                               | Returns the value of the argument as a short, throwing an exception if the value overflows a shor... |
| FUNCTION | toShortExact       | [short\(int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#toShortExact(int))                                                                                 | Returns the value of the argument as a short, throwing an exception if the value overflows a shor... |
| FUNCTION | toShortExact       | [short\(long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#toShortExact(long))                                                                               | Returns the value of the argument as a short, throwing an exception if the value overflows a shor... |
| FUNCTION | toShortExact       | [short\(short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#toShortExact(short))                                                                             | Returns the value of the argument as a short, throwing an exception if the value overflows a shor... |
| FUNCTION | tstat              | [double\(ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#tstat(io.deephaven.vector.ByteVector))                                                     | Returns the t-statistic. Null values are excluded.                                                   |
| FUNCTION | tstat              | [double\(Byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#tstat(java.lang.Byte[]))                                                                     | Returns the t-statistic. Null values are excluded.                                                   |
| FUNCTION | tstat              | [double\(DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#tstat(io.deephaven.vector.DoubleVector))                                                 | Returns the t-statistic. Null values are excluded.                                                   |
| FUNCTION | tstat              | [double\(Double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#tstat(java.lang.Double[]))                                                                 | Returns the t-statistic. Null values are excluded.                                                   |
| FUNCTION | tstat              | [double\(FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#tstat(io.deephaven.vector.FloatVector))                                                   | Returns the t-statistic. Null values are excluded.                                                   |
| FUNCTION | tstat              | [double\(Float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#tstat(java.lang.Float[]))                                                                   | Returns the t-statistic. Null values are excluded.                                                   |
| FUNCTION | tstat              | [double\(IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#tstat(io.deephaven.vector.IntVector))                                                       | Returns the t-statistic. Null values are excluded.                                                   |
| FUNCTION | tstat              | [double\(Integer\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#tstat(java.lang.Integer[]))                                                               | Returns the t-statistic. Null values are excluded.                                                   |
| FUNCTION | tstat              | [double\(LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#tstat(io.deephaven.vector.LongVector))                                                     | Returns the t-statistic. Null values are excluded.                                                   |
| FUNCTION | tstat              | [double\(Long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#tstat(java.lang.Long[]))                                                                     | Returns the t-statistic. Null values are excluded.                                                   |
| FUNCTION | tstat              | [double\(ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#tstat(io.deephaven.vector.ShortVector))                                                   | Returns the t-statistic. Null values are excluded.                                                   |
| FUNCTION | tstat              | [double\(Short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#tstat(java.lang.Short[]))                                                                   | Returns the t-statistic. Null values are excluded.                                                   |
| FUNCTION | tstat              | [double\(byte...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#tstat(byte...))                                                                               | Returns the t-statistic. Null values are excluded.                                                   |
| FUNCTION | tstat              | [double\(double...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#tstat(double...))                                                                           | Returns the t-statistic. Null values are excluded.                                                   |
| FUNCTION | tstat              | [double\(float...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#tstat(float...))                                                                             | Returns the t-statistic. Null values are excluded.                                                   |
| FUNCTION | tstat              | [double\(int...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#tstat(int...))                                                                                 | Returns the t-statistic. Null values are excluded.                                                   |
| FUNCTION | tstat              | [double\(long...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#tstat(long...))                                                                               | Returns the t-statistic. Null values are excluded.                                                   |
| FUNCTION | tstat              | [double\(short...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#tstat(short...))                                                                             | Returns the t-statistic. Null values are excluded.                                                   |
| FUNCTION | ulp                | [double\(double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#ulp(double))                                                                                   | Returns the size of an ulp of the argument. An ulp, unit in the last place, of a value is the pos... |
| FUNCTION | ulp                | [float\(float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#ulp(float))                                                                                      | Returns the size of an ulp of the argument. An ulp, unit in the last place, of a value is the pos... |
| FUNCTION | upperBin           | [byte\(byte, byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#upperBin(byte,byte))                                                                         | Returns the upper bound of the bin containing the value. The upper bound of the bin containing ...   |
| FUNCTION | upperBin           | [byte\(byte, byte, byte\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#upperBin(byte,byte,byte))                                                              | Returns the upper bound of the bin containing the value. The upper bound of the bin containing ...   |
| FUNCTION | upperBin           | [double\(double, double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#upperBin(double,double))                                                               | Returns the upper bound of the bin containing the value. The upper bound of the bin containing ...   |
| FUNCTION | upperBin           | [double\(double, double, double\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#upperBin(double,double,double))                                                | Returns the upper bound of the bin containing the value. The upper bound of the bin containing ...   |
| FUNCTION | upperBin           | [float\(float, float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#upperBin(float,float))                                                                    | Returns the upper bound of the bin containing the value. The upper bound of the bin containing ...   |
| FUNCTION | upperBin           | [float\(float, float, float\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#upperBin(float,float,float))                                                       | Returns the upper bound of the bin containing the value. The upper bound of the bin containing ...   |
| FUNCTION | upperBin           | [int\(int, int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#upperBin(int,int))                                                                              | Returns the upper bound of the bin containing the value. The upper bound of the bin containing ...   |
| FUNCTION | upperBin           | [int\(int, int, int\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#upperBin(int,int,int))                                                                     | Returns the upper bound of the bin containing the value. The upper bound of the bin containing ...   |
| FUNCTION | upperBin           | [long\(long, long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#upperBin(long,long))                                                                         | Returns the upper bound of the bin containing the value. The upper bound of the bin containing ...   |
| FUNCTION | upperBin           | [long\(long, long, long\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#upperBin(long,long,long))                                                              | Returns the upper bound of the bin containing the value. The upper bound of the bin containing ...   |
| FUNCTION | upperBin           | [short\(short, short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#upperBin(short,short))                                                                    | Returns the upper bound of the bin containing the value. The upper bound of the bin containing ...   |
| FUNCTION | upperBin           | [short\(short, short, short\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#upperBin(short,short,short))                                                       | Returns the upper bound of the bin containing the value. The upper bound of the bin containing ...   |
| FUNCTION | var                | [double\(ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#var(io.deephaven.vector.ByteVector))                                                       | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...    |
| FUNCTION | var                | [double\(Byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#var(java.lang.Byte[]))                                                                       | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...    |
| FUNCTION | var                | [double\(DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#var(io.deephaven.vector.DoubleVector))                                                   | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...    |
| FUNCTION | var                | [double\(Double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#var(java.lang.Double[]))                                                                   | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...    |
| FUNCTION | var                | [double\(FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#var(io.deephaven.vector.FloatVector))                                                     | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...    |
| FUNCTION | var                | [double\(Float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#var(java.lang.Float[]))                                                                     | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...    |
| FUNCTION | var                | [double\(IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#var(io.deephaven.vector.IntVector))                                                         | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...    |
| FUNCTION | var                | [double\(Integer\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#var(java.lang.Integer[]))                                                                 | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...    |
| FUNCTION | var                | [double\(LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#var(io.deephaven.vector.LongVector))                                                       | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...    |
| FUNCTION | var                | [double\(Long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#var(java.lang.Long[]))                                                                       | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...    |
| FUNCTION | var                | [double\(ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#var(io.deephaven.vector.ShortVector))                                                     | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...    |
| FUNCTION | var                | [double\(Short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#var(java.lang.Short[]))                                                                     | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...    |
| FUNCTION | var                | [double\(byte...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#var(byte...))                                                                                 | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...    |
| FUNCTION | var                | [double\(double...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#var(double...))                                                                             | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...    |
| FUNCTION | var                | [double\(float...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#var(float...))                                                                               | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...    |
| FUNCTION | var                | [double\(int...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#var(int...))                                                                                   | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...    |
| FUNCTION | var                | [double\(long...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#var(long...))                                                                                 | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...    |
| FUNCTION | var                | [double\(short...\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#var(short...))                                                                               | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...    |
| FUNCTION | wavg               | [double\(ByteVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.ByteVector,io.deephaven.vector.ByteVector))           | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(ByteVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.ByteVector,io.deephaven.vector.DoubleVector))       | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(ByteVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.ByteVector,io.deephaven.vector.FloatVector))         | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(ByteVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.ByteVector,io.deephaven.vector.IntVector))             | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(ByteVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.ByteVector,io.deephaven.vector.LongVector))           | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(ByteVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.ByteVector,io.deephaven.vector.ShortVector))         | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(ByteVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.ByteVector,byte[]))                                     | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(ByteVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.ByteVector,double[]))                                 | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(ByteVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.ByteVector,float[]))                                   | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(ByteVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.ByteVector,int[]))                                       | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(ByteVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.ByteVector,long[]))                                     | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(ByteVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.ByteVector,short[]))                                   | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(DoubleVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.DoubleVector,io.deephaven.vector.ByteVector))       | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(DoubleVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.DoubleVector,io.deephaven.vector.DoubleVector))   | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(DoubleVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.DoubleVector,io.deephaven.vector.FloatVector))     | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(DoubleVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.DoubleVector,io.deephaven.vector.IntVector))         | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(DoubleVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.DoubleVector,io.deephaven.vector.LongVector))       | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(DoubleVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.DoubleVector,io.deephaven.vector.ShortVector))     | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(DoubleVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.DoubleVector,byte[]))                                 | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(DoubleVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.DoubleVector,double[]))                             | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(DoubleVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.DoubleVector,float[]))                               | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(DoubleVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.DoubleVector,int[]))                                   | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(DoubleVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.DoubleVector,long[]))                                 | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(DoubleVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.DoubleVector,short[]))                               | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(FloatVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.FloatVector,io.deephaven.vector.ByteVector))         | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(FloatVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.FloatVector,io.deephaven.vector.DoubleVector))     | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(FloatVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.FloatVector,io.deephaven.vector.FloatVector))       | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(FloatVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.FloatVector,io.deephaven.vector.IntVector))           | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(FloatVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.FloatVector,io.deephaven.vector.LongVector))         | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(FloatVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.FloatVector,io.deephaven.vector.ShortVector))       | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(FloatVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.FloatVector,byte[]))                                   | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(FloatVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.FloatVector,double[]))                               | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(FloatVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.FloatVector,float[]))                                 | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(FloatVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.FloatVector,int[]))                                     | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(FloatVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.FloatVector,long[]))                                   | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(FloatVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.FloatVector,short[]))                                 | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(IntVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.IntVector,io.deephaven.vector.ByteVector))             | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(IntVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.IntVector,io.deephaven.vector.DoubleVector))         | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(IntVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.IntVector,io.deephaven.vector.FloatVector))           | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(IntVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.IntVector,io.deephaven.vector.IntVector))               | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(IntVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.IntVector,io.deephaven.vector.LongVector))             | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(IntVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.IntVector,io.deephaven.vector.ShortVector))           | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(IntVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.IntVector,byte[]))                                       | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(IntVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.IntVector,double[]))                                   | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(IntVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.IntVector,float[]))                                     | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(IntVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.IntVector,int[]))                                         | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(IntVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.IntVector,long[]))                                       | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(IntVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.IntVector,short[]))                                     | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(LongVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.LongVector,io.deephaven.vector.ByteVector))           | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(LongVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.LongVector,io.deephaven.vector.DoubleVector))       | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(LongVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.LongVector,io.deephaven.vector.FloatVector))         | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(LongVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.LongVector,io.deephaven.vector.IntVector))             | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(LongVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.LongVector,io.deephaven.vector.LongVector))           | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(LongVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.LongVector,io.deephaven.vector.ShortVector))         | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(LongVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.LongVector,byte[]))                                     | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(LongVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.LongVector,double[]))                                 | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(LongVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.LongVector,float[]))                                   | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(LongVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.LongVector,int[]))                                       | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(LongVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.LongVector,long[]))                                     | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(LongVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.LongVector,short[]))                                   | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(ShortVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.ShortVector,io.deephaven.vector.ByteVector))         | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(ShortVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.ShortVector,io.deephaven.vector.DoubleVector))     | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(ShortVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.ShortVector,io.deephaven.vector.FloatVector))       | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(ShortVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.ShortVector,io.deephaven.vector.IntVector))           | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(ShortVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.ShortVector,io.deephaven.vector.LongVector))         | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(ShortVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.ShortVector,io.deephaven.vector.ShortVector))       | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(ShortVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.ShortVector,byte[]))                                   | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(ShortVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.ShortVector,double[]))                               | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(ShortVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.ShortVector,float[]))                                 | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(ShortVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.ShortVector,int[]))                                     | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(ShortVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.ShortVector,long[]))                                   | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(ShortVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(io.deephaven.vector.ShortVector,short[]))                                 | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(byte\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(byte[],io.deephaven.vector.ByteVector))                                     | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(byte\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(byte[],io.deephaven.vector.DoubleVector))                                 | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(byte\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(byte[],io.deephaven.vector.FloatVector))                                   | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(byte\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(byte[],io.deephaven.vector.IntVector))                                       | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(byte\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(byte[],io.deephaven.vector.LongVector))                                     | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(byte\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(byte[],io.deephaven.vector.ShortVector))                                   | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(byte\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(byte[],byte[]))                                                               | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(byte\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(byte[],double[]))                                                           | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(byte\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(byte[],float[]))                                                             | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(byte\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(byte[],int[]))                                                                 | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(byte\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(byte[],long[]))                                                               | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(byte\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(byte[],short[]))                                                             | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(double\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(double[],io.deephaven.vector.ByteVector))                                 | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(double\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(double[],io.deephaven.vector.DoubleVector))                             | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(double\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(double[],io.deephaven.vector.FloatVector))                               | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(double\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(double[],io.deephaven.vector.IntVector))                                   | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(double\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(double[],io.deephaven.vector.LongVector))                                 | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(double\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(double[],io.deephaven.vector.ShortVector))                               | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(double\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(double[],byte[]))                                                           | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(double\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(double[],double[]))                                                       | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(double\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(double[],float[]))                                                         | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(double\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(double[],int[]))                                                             | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(double\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(double[],long[]))                                                           | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(double\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(double[],short[]))                                                         | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(float\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(float[],io.deephaven.vector.ByteVector))                                   | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(float\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(float[],io.deephaven.vector.DoubleVector))                               | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(float\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(float[],io.deephaven.vector.FloatVector))                                 | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(float\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(float[],io.deephaven.vector.IntVector))                                     | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(float\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(float[],io.deephaven.vector.LongVector))                                   | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(float\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(float[],io.deephaven.vector.ShortVector))                                 | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(float\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(float[],byte[]))                                                             | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(float\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(float[],double[]))                                                         | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(float\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(float[],float[]))                                                           | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(float\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(float[],int[]))                                                               | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(float\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(float[],long[]))                                                             | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(float\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(float[],short[]))                                                           | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(int\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(int[],io.deephaven.vector.ByteVector))                                       | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(int\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(int[],io.deephaven.vector.DoubleVector))                                   | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(int\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(int[],io.deephaven.vector.FloatVector))                                     | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(int\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(int[],io.deephaven.vector.IntVector))                                         | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(int\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(int[],io.deephaven.vector.LongVector))                                       | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(int\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(int[],io.deephaven.vector.ShortVector))                                     | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(int\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(int[],byte[]))                                                                 | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(int\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(int[],double[]))                                                             | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(int\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(int[],float[]))                                                               | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(int\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(int[],int[]))                                                                   | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(int\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(int[],long[]))                                                                 | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(int\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(int[],short[]))                                                               | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(long\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(long[],io.deephaven.vector.ByteVector))                                     | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(long\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(long[],io.deephaven.vector.DoubleVector))                                 | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(long\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(long[],io.deephaven.vector.FloatVector))                                   | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(long\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(long[],io.deephaven.vector.IntVector))                                       | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(long\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(long[],io.deephaven.vector.LongVector))                                     | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(long\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(long[],io.deephaven.vector.ShortVector))                                   | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(long\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(long[],byte[]))                                                               | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(long\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(long[],double[]))                                                           | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(long\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(long[],float[]))                                                             | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(long\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(long[],int[]))                                                                 | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(long\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(long[],long[]))                                                               | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(long\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(long[],short[]))                                                             | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(short\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(short[],io.deephaven.vector.ByteVector))                                   | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(short\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(short[],io.deephaven.vector.DoubleVector))                               | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(short\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(short[],io.deephaven.vector.FloatVector))                                 | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(short\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(short[],io.deephaven.vector.IntVector))                                     | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(short\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(short[],io.deephaven.vector.LongVector))                                   | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(short\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(short[],io.deephaven.vector.ShortVector))                                 | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(short\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(short[],byte[]))                                                             | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(short\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(short[],double[]))                                                         | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(short\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(short[],float[]))                                                           | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(short\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(short[],int[]))                                                               | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(short\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(short[],long[]))                                                             | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wavg               | [double\(short\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wavg(short[],short[]))                                                           | Returns the weighted average. Null values are excluded.                                              |
| FUNCTION | wstd               | [double\(ByteVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.ByteVector,io.deephaven.vector.ByteVector))           | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(ByteVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.ByteVector,io.deephaven.vector.DoubleVector))       | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(ByteVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.ByteVector,io.deephaven.vector.FloatVector))         | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(ByteVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.ByteVector,io.deephaven.vector.IntVector))             | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(ByteVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.ByteVector,io.deephaven.vector.LongVector))           | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(ByteVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.ByteVector,io.deephaven.vector.ShortVector))         | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(ByteVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.ByteVector,byte[]))                                     | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(ByteVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.ByteVector,double[]))                                 | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(ByteVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.ByteVector,float[]))                                   | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(ByteVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.ByteVector,int[]))                                       | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(ByteVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.ByteVector,long[]))                                     | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(ByteVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.ByteVector,short[]))                                   | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(DoubleVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.DoubleVector,io.deephaven.vector.ByteVector))       | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(DoubleVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.DoubleVector,io.deephaven.vector.DoubleVector))   | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(DoubleVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.DoubleVector,io.deephaven.vector.FloatVector))     | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(DoubleVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.DoubleVector,io.deephaven.vector.IntVector))         | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(DoubleVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.DoubleVector,io.deephaven.vector.LongVector))       | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(DoubleVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.DoubleVector,io.deephaven.vector.ShortVector))     | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(DoubleVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.DoubleVector,byte[]))                                 | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(DoubleVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.DoubleVector,double[]))                             | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(DoubleVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.DoubleVector,float[]))                               | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(DoubleVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.DoubleVector,int[]))                                   | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(DoubleVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.DoubleVector,long[]))                                 | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(DoubleVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.DoubleVector,short[]))                               | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(FloatVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.FloatVector,io.deephaven.vector.ByteVector))         | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(FloatVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.FloatVector,io.deephaven.vector.DoubleVector))     | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(FloatVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.FloatVector,io.deephaven.vector.FloatVector))       | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(FloatVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.FloatVector,io.deephaven.vector.IntVector))           | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(FloatVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.FloatVector,io.deephaven.vector.LongVector))         | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(FloatVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.FloatVector,io.deephaven.vector.ShortVector))       | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(FloatVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.FloatVector,byte[]))                                   | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(FloatVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.FloatVector,double[]))                               | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(FloatVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.FloatVector,float[]))                                 | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(FloatVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.FloatVector,int[]))                                     | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(FloatVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.FloatVector,long[]))                                   | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(FloatVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.FloatVector,short[]))                                 | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(IntVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.IntVector,io.deephaven.vector.ByteVector))             | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(IntVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.IntVector,io.deephaven.vector.DoubleVector))         | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(IntVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.IntVector,io.deephaven.vector.FloatVector))           | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(IntVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.IntVector,io.deephaven.vector.IntVector))               | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(IntVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.IntVector,io.deephaven.vector.LongVector))             | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(IntVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.IntVector,io.deephaven.vector.ShortVector))           | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(IntVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.IntVector,byte[]))                                       | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(IntVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.IntVector,double[]))                                   | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(IntVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.IntVector,float[]))                                     | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(IntVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.IntVector,int[]))                                         | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(IntVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.IntVector,long[]))                                       | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(IntVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.IntVector,short[]))                                     | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(LongVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.LongVector,io.deephaven.vector.ByteVector))           | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(LongVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.LongVector,io.deephaven.vector.DoubleVector))       | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(LongVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.LongVector,io.deephaven.vector.FloatVector))         | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(LongVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.LongVector,io.deephaven.vector.IntVector))             | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(LongVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.LongVector,io.deephaven.vector.LongVector))           | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(LongVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.LongVector,io.deephaven.vector.ShortVector))         | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(LongVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.LongVector,byte[]))                                     | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(LongVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.LongVector,double[]))                                 | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(LongVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.LongVector,float[]))                                   | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(LongVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.LongVector,int[]))                                       | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(LongVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.LongVector,long[]))                                     | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(LongVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.LongVector,short[]))                                   | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(ShortVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.ShortVector,io.deephaven.vector.ByteVector))         | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(ShortVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.ShortVector,io.deephaven.vector.DoubleVector))     | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(ShortVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.ShortVector,io.deephaven.vector.FloatVector))       | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(ShortVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.ShortVector,io.deephaven.vector.IntVector))           | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(ShortVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.ShortVector,io.deephaven.vector.LongVector))         | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(ShortVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.ShortVector,io.deephaven.vector.ShortVector))       | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(ShortVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.ShortVector,byte[]))                                   | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(ShortVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.ShortVector,double[]))                               | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(ShortVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.ShortVector,float[]))                                 | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(ShortVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.ShortVector,int[]))                                     | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(ShortVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.ShortVector,long[]))                                   | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(ShortVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(io.deephaven.vector.ShortVector,short[]))                                 | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(byte\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(byte[],io.deephaven.vector.ByteVector))                                     | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(byte\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(byte[],io.deephaven.vector.DoubleVector))                                 | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(byte\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(byte[],io.deephaven.vector.FloatVector))                                   | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(byte\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(byte[],io.deephaven.vector.IntVector))                                       | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(byte\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(byte[],io.deephaven.vector.LongVector))                                     | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(byte\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(byte[],io.deephaven.vector.ShortVector))                                   | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(byte\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(byte[],byte[]))                                                               | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(byte\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(byte[],double[]))                                                           | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(byte\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(byte[],float[]))                                                             | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(byte\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(byte[],int[]))                                                                 | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(byte\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(byte[],long[]))                                                               | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(byte\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(byte[],short[]))                                                             | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(double\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(double[],io.deephaven.vector.ByteVector))                                 | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(double\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(double[],io.deephaven.vector.DoubleVector))                             | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(double\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(double[],io.deephaven.vector.FloatVector))                               | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(double\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(double[],io.deephaven.vector.IntVector))                                   | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(double\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(double[],io.deephaven.vector.LongVector))                                 | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(double\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(double[],io.deephaven.vector.ShortVector))                               | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(double\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(double[],byte[]))                                                           | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(double\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(double[],double[]))                                                       | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(double\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(double[],float[]))                                                         | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(double\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(double[],int[]))                                                             | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(double\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(double[],long[]))                                                           | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(double\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(double[],short[]))                                                         | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(float\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(float[],io.deephaven.vector.ByteVector))                                   | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(float\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(float[],io.deephaven.vector.DoubleVector))                               | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(float\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(float[],io.deephaven.vector.FloatVector))                                 | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(float\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(float[],io.deephaven.vector.IntVector))                                     | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(float\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(float[],io.deephaven.vector.LongVector))                                   | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(float\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(float[],io.deephaven.vector.ShortVector))                                 | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(float\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(float[],byte[]))                                                             | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(float\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(float[],double[]))                                                         | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(float\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(float[],float[]))                                                           | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(float\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(float[],int[]))                                                               | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(float\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(float[],long[]))                                                             | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(float\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(float[],short[]))                                                           | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(int\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(int[],io.deephaven.vector.ByteVector))                                       | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(int\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(int[],io.deephaven.vector.DoubleVector))                                   | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(int\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(int[],io.deephaven.vector.FloatVector))                                     | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(int\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(int[],io.deephaven.vector.IntVector))                                         | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(int\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(int[],io.deephaven.vector.LongVector))                                       | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(int\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(int[],io.deephaven.vector.ShortVector))                                     | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(int\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(int[],byte[]))                                                                 | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(int\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(int[],double[]))                                                             | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(int\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(int[],float[]))                                                               | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(int\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(int[],int[]))                                                                   | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(int\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(int[],long[]))                                                                 | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(int\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(int[],short[]))                                                               | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(long\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(long[],io.deephaven.vector.ByteVector))                                     | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(long\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(long[],io.deephaven.vector.DoubleVector))                                 | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(long\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(long[],io.deephaven.vector.FloatVector))                                   | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(long\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(long[],io.deephaven.vector.IntVector))                                       | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(long\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(long[],io.deephaven.vector.LongVector))                                     | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(long\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(long[],io.deephaven.vector.ShortVector))                                   | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(long\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(long[],byte[]))                                                               | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(long\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(long[],double[]))                                                           | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(long\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(long[],float[]))                                                             | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(long\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(long[],int[]))                                                                 | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(long\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(long[],long[]))                                                               | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(long\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(long[],short[]))                                                             | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(short\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(short[],io.deephaven.vector.ByteVector))                                   | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(short\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(short[],io.deephaven.vector.DoubleVector))                               | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(short\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(short[],io.deephaven.vector.FloatVector))                                 | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(short\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(short[],io.deephaven.vector.IntVector))                                     | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(short\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(short[],io.deephaven.vector.LongVector))                                   | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(short\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(short[],io.deephaven.vector.ShortVector))                                 | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(short\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(short[],byte[]))                                                             | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(short\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(short[],double[]))                                                         | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(short\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(short[],float[]))                                                           | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(short\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(short[],int[]))                                                               | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(short\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(short[],long[]))                                                             | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wstd               | [double\(short\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wstd(short[],short[]))                                                           | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...    |
| FUNCTION | wste               | [double\(ByteVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.ByteVector,io.deephaven.vector.ByteVector))           | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(ByteVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.ByteVector,io.deephaven.vector.DoubleVector))       | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(ByteVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.ByteVector,io.deephaven.vector.FloatVector))         | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(ByteVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.ByteVector,io.deephaven.vector.IntVector))             | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(ByteVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.ByteVector,io.deephaven.vector.LongVector))           | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(ByteVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.ByteVector,io.deephaven.vector.ShortVector))         | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(ByteVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.ByteVector,byte[]))                                     | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(ByteVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.ByteVector,double[]))                                 | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(ByteVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.ByteVector,float[]))                                   | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(ByteVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.ByteVector,int[]))                                       | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(ByteVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.ByteVector,long[]))                                     | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(ByteVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.ByteVector,short[]))                                   | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(DoubleVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.DoubleVector,io.deephaven.vector.ByteVector))       | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(DoubleVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.DoubleVector,io.deephaven.vector.DoubleVector))   | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(DoubleVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.DoubleVector,io.deephaven.vector.FloatVector))     | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(DoubleVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.DoubleVector,io.deephaven.vector.IntVector))         | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(DoubleVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.DoubleVector,io.deephaven.vector.LongVector))       | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(DoubleVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.DoubleVector,io.deephaven.vector.ShortVector))     | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(DoubleVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.DoubleVector,byte[]))                                 | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(DoubleVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.DoubleVector,double[]))                             | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(DoubleVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.DoubleVector,float[]))                               | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(DoubleVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.DoubleVector,int[]))                                   | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(DoubleVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.DoubleVector,long[]))                                 | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(DoubleVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.DoubleVector,short[]))                               | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(FloatVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.FloatVector,io.deephaven.vector.ByteVector))         | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(FloatVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.FloatVector,io.deephaven.vector.DoubleVector))     | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(FloatVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.FloatVector,io.deephaven.vector.FloatVector))       | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(FloatVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.FloatVector,io.deephaven.vector.IntVector))           | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(FloatVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.FloatVector,io.deephaven.vector.LongVector))         | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(FloatVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.FloatVector,io.deephaven.vector.ShortVector))       | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(FloatVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.FloatVector,byte[]))                                   | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(FloatVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.FloatVector,double[]))                               | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(FloatVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.FloatVector,float[]))                                 | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(FloatVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.FloatVector,int[]))                                     | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(FloatVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.FloatVector,long[]))                                   | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(FloatVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.FloatVector,short[]))                                 | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(IntVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.IntVector,io.deephaven.vector.ByteVector))             | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(IntVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.IntVector,io.deephaven.vector.DoubleVector))         | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(IntVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.IntVector,io.deephaven.vector.FloatVector))           | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(IntVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.IntVector,io.deephaven.vector.IntVector))               | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(IntVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.IntVector,io.deephaven.vector.LongVector))             | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(IntVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.IntVector,io.deephaven.vector.ShortVector))           | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(IntVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.IntVector,byte[]))                                       | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(IntVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.IntVector,double[]))                                   | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(IntVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.IntVector,float[]))                                     | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(IntVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.IntVector,int[]))                                         | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(IntVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.IntVector,long[]))                                       | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(IntVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.IntVector,short[]))                                     | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(LongVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.LongVector,io.deephaven.vector.ByteVector))           | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(LongVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.LongVector,io.deephaven.vector.DoubleVector))       | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(LongVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.LongVector,io.deephaven.vector.FloatVector))         | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(LongVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.LongVector,io.deephaven.vector.IntVector))             | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(LongVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.LongVector,io.deephaven.vector.LongVector))           | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(LongVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.LongVector,io.deephaven.vector.ShortVector))         | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(LongVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.LongVector,byte[]))                                     | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(LongVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.LongVector,double[]))                                 | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(LongVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.LongVector,float[]))                                   | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(LongVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.LongVector,int[]))                                       | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(LongVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.LongVector,long[]))                                     | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(LongVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.LongVector,short[]))                                   | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(ShortVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.ShortVector,io.deephaven.vector.ByteVector))         | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(ShortVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.ShortVector,io.deephaven.vector.DoubleVector))     | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(ShortVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.ShortVector,io.deephaven.vector.FloatVector))       | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(ShortVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.ShortVector,io.deephaven.vector.IntVector))           | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(ShortVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.ShortVector,io.deephaven.vector.LongVector))         | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(ShortVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.ShortVector,io.deephaven.vector.ShortVector))       | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(ShortVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.ShortVector,byte[]))                                   | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(ShortVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.ShortVector,double[]))                               | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(ShortVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.ShortVector,float[]))                                 | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(ShortVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.ShortVector,int[]))                                     | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(ShortVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.ShortVector,long[]))                                   | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(ShortVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(io.deephaven.vector.ShortVector,short[]))                                 | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(byte\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(byte[],io.deephaven.vector.ByteVector))                                     | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(byte\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(byte[],io.deephaven.vector.DoubleVector))                                 | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(byte\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(byte[],io.deephaven.vector.FloatVector))                                   | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(byte\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(byte[],io.deephaven.vector.IntVector))                                       | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(byte\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(byte[],io.deephaven.vector.LongVector))                                     | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(byte\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(byte[],io.deephaven.vector.ShortVector))                                   | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(byte\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(byte[],byte[]))                                                               | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(byte\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(byte[],double[]))                                                           | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(byte\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(byte[],float[]))                                                             | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(byte\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(byte[],int[]))                                                                 | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(byte\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(byte[],long[]))                                                               | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(byte\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(byte[],short[]))                                                             | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(double\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(double[],io.deephaven.vector.ByteVector))                                 | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(double\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(double[],io.deephaven.vector.DoubleVector))                             | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(double\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(double[],io.deephaven.vector.FloatVector))                               | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(double\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(double[],io.deephaven.vector.IntVector))                                   | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(double\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(double[],io.deephaven.vector.LongVector))                                 | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(double\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(double[],io.deephaven.vector.ShortVector))                               | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(double\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(double[],byte[]))                                                           | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(double\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(double[],double[]))                                                       | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(double\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(double[],float[]))                                                         | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(double\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(double[],int[]))                                                             | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(double\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(double[],long[]))                                                           | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(double\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(double[],short[]))                                                         | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(float\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(float[],io.deephaven.vector.ByteVector))                                   | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(float\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(float[],io.deephaven.vector.DoubleVector))                               | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(float\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(float[],io.deephaven.vector.FloatVector))                                 | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(float\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(float[],io.deephaven.vector.IntVector))                                     | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(float\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(float[],io.deephaven.vector.LongVector))                                   | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(float\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(float[],io.deephaven.vector.ShortVector))                                 | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(float\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(float[],byte[]))                                                             | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(float\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(float[],double[]))                                                         | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(float\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(float[],float[]))                                                           | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(float\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(float[],int[]))                                                               | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(float\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(float[],long[]))                                                             | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(float\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(float[],short[]))                                                           | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(int\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(int[],io.deephaven.vector.ByteVector))                                       | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(int\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(int[],io.deephaven.vector.DoubleVector))                                   | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(int\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(int[],io.deephaven.vector.FloatVector))                                     | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(int\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(int[],io.deephaven.vector.IntVector))                                         | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(int\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(int[],io.deephaven.vector.LongVector))                                       | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(int\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(int[],io.deephaven.vector.ShortVector))                                     | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(int\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(int[],byte[]))                                                                 | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(int\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(int[],double[]))                                                             | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(int\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(int[],float[]))                                                               | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(int\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(int[],int[]))                                                                   | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(int\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(int[],long[]))                                                                 | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(int\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(int[],short[]))                                                               | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(long\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(long[],io.deephaven.vector.ByteVector))                                     | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(long\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(long[],io.deephaven.vector.DoubleVector))                                 | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(long\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(long[],io.deephaven.vector.FloatVector))                                   | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(long\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(long[],io.deephaven.vector.IntVector))                                       | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(long\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(long[],io.deephaven.vector.LongVector))                                     | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(long\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(long[],io.deephaven.vector.ShortVector))                                   | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(long\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(long[],byte[]))                                                               | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(long\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(long[],double[]))                                                           | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(long\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(long[],float[]))                                                             | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(long\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(long[],int[]))                                                                 | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(long\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(long[],long[]))                                                               | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(long\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(long[],short[]))                                                             | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(short\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(short[],io.deephaven.vector.ByteVector))                                   | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(short\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(short[],io.deephaven.vector.DoubleVector))                               | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(short\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(short[],io.deephaven.vector.FloatVector))                                 | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(short\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(short[],io.deephaven.vector.IntVector))                                     | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(short\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(short[],io.deephaven.vector.LongVector))                                   | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(short\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(short[],io.deephaven.vector.ShortVector))                                 | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(short\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(short[],byte[]))                                                             | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(short\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(short[],double[]))                                                         | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(short\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(short[],float[]))                                                           | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(short\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(short[],int[]))                                                               | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(short\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(short[],long[]))                                                             | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wste               | [double\(short\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wste(short[],short[]))                                                           | Returns the weighted standard error. Null values are excluded.                                       |
| FUNCTION | wsum               | [double\(ByteVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.ByteVector,io.deephaven.vector.DoubleVector))       | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(ByteVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.ByteVector,io.deephaven.vector.FloatVector))         | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(ByteVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.ByteVector,double[]))                                 | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(ByteVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.ByteVector,float[]))                                   | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(DoubleVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.DoubleVector,io.deephaven.vector.ByteVector))       | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(DoubleVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.DoubleVector,io.deephaven.vector.DoubleVector))   | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(DoubleVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.DoubleVector,io.deephaven.vector.FloatVector))     | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(DoubleVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.DoubleVector,io.deephaven.vector.IntVector))         | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(DoubleVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.DoubleVector,io.deephaven.vector.LongVector))       | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(DoubleVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.DoubleVector,io.deephaven.vector.ShortVector))     | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(DoubleVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.DoubleVector,byte[]))                                 | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(DoubleVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.DoubleVector,double[]))                             | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(DoubleVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.DoubleVector,float[]))                               | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(DoubleVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.DoubleVector,int[]))                                   | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(DoubleVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.DoubleVector,long[]))                                 | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(DoubleVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.DoubleVector,short[]))                               | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(FloatVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.FloatVector,io.deephaven.vector.ByteVector))         | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(FloatVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.FloatVector,io.deephaven.vector.DoubleVector))     | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(FloatVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.FloatVector,io.deephaven.vector.FloatVector))       | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(FloatVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.FloatVector,io.deephaven.vector.IntVector))           | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(FloatVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.FloatVector,io.deephaven.vector.LongVector))         | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(FloatVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.FloatVector,io.deephaven.vector.ShortVector))       | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(FloatVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.FloatVector,byte[]))                                   | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(FloatVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.FloatVector,double[]))                               | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(FloatVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.FloatVector,float[]))                                 | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(FloatVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.FloatVector,int[]))                                     | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(FloatVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.FloatVector,long[]))                                   | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(FloatVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.FloatVector,short[]))                                 | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(IntVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.IntVector,io.deephaven.vector.DoubleVector))         | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(IntVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.IntVector,io.deephaven.vector.FloatVector))           | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(IntVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.IntVector,double[]))                                   | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(IntVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.IntVector,float[]))                                     | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(LongVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.LongVector,io.deephaven.vector.DoubleVector))       | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(LongVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.LongVector,io.deephaven.vector.FloatVector))         | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(LongVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.LongVector,double[]))                                 | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(LongVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.LongVector,float[]))                                   | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(ShortVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.ShortVector,io.deephaven.vector.DoubleVector))     | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(ShortVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.ShortVector,io.deephaven.vector.FloatVector))       | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(ShortVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.ShortVector,double[]))                               | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(ShortVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.ShortVector,float[]))                                 | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(byte\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(byte[],io.deephaven.vector.DoubleVector))                                 | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(byte\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(byte[],io.deephaven.vector.FloatVector))                                   | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(byte\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(byte[],double[]))                                                           | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(byte\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(byte[],float[]))                                                             | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(double\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(double[],io.deephaven.vector.ByteVector))                                 | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(double\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(double[],io.deephaven.vector.DoubleVector))                             | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(double\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(double[],io.deephaven.vector.FloatVector))                               | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(double\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(double[],io.deephaven.vector.IntVector))                                   | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(double\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(double[],io.deephaven.vector.LongVector))                                 | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(double\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(double[],io.deephaven.vector.ShortVector))                               | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(double\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(double[],byte[]))                                                           | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(double\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(double[],double[]))                                                       | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(double\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(double[],float[]))                                                         | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(double\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(double[],int[]))                                                             | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(double\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(double[],long[]))                                                           | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(double\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(double[],short[]))                                                         | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(float\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(float[],io.deephaven.vector.ByteVector))                                   | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(float\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(float[],io.deephaven.vector.DoubleVector))                               | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(float\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(float[],io.deephaven.vector.FloatVector))                                 | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(float\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(float[],io.deephaven.vector.IntVector))                                     | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(float\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(float[],io.deephaven.vector.LongVector))                                   | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(float\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(float[],io.deephaven.vector.ShortVector))                                 | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(float\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(float[],byte[]))                                                             | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(float\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(float[],double[]))                                                         | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(float\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(float[],float[]))                                                           | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(float\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(float[],int[]))                                                               | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(float\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(float[],long[]))                                                             | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(float\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(float[],short[]))                                                           | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(int\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(int[],io.deephaven.vector.DoubleVector))                                   | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(int\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(int[],io.deephaven.vector.FloatVector))                                     | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(int\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(int[],double[]))                                                             | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(int\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(int[],float[]))                                                               | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(long\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(long[],io.deephaven.vector.DoubleVector))                                 | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(long\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(long[],io.deephaven.vector.FloatVector))                                   | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(long\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(long[],double[]))                                                           | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(long\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(long[],float[]))                                                             | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(short\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(short[],io.deephaven.vector.DoubleVector))                               | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(short\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(short[],io.deephaven.vector.FloatVector))                                 | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(short\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(short[],double[]))                                                         | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [double\(short\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(short[],float[]))                                                           | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(ByteVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.ByteVector,io.deephaven.vector.ByteVector))             | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(ByteVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.ByteVector,io.deephaven.vector.IntVector))               | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(ByteVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.ByteVector,io.deephaven.vector.LongVector))             | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(ByteVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.ByteVector,io.deephaven.vector.ShortVector))           | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(ByteVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.ByteVector,byte[]))                                       | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(ByteVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.ByteVector,int[]))                                         | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(ByteVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.ByteVector,long[]))                                       | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(ByteVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.ByteVector,short[]))                                     | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(IntVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.IntVector,io.deephaven.vector.ByteVector))               | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(IntVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.IntVector,io.deephaven.vector.IntVector))                 | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(IntVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.IntVector,io.deephaven.vector.LongVector))               | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(IntVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.IntVector,io.deephaven.vector.ShortVector))             | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(IntVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.IntVector,byte[]))                                         | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(IntVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.IntVector,int[]))                                           | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(IntVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.IntVector,long[]))                                         | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(IntVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.IntVector,short[]))                                       | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(LongVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.LongVector,io.deephaven.vector.ByteVector))             | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(LongVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.LongVector,io.deephaven.vector.IntVector))               | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(LongVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.LongVector,io.deephaven.vector.LongVector))             | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(LongVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.LongVector,io.deephaven.vector.ShortVector))           | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(LongVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.LongVector,byte[]))                                       | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(LongVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.LongVector,int[]))                                         | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(LongVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.LongVector,long[]))                                       | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(LongVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.LongVector,short[]))                                     | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(ShortVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.ShortVector,io.deephaven.vector.ByteVector))           | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(ShortVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.ShortVector,io.deephaven.vector.IntVector))             | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(ShortVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.ShortVector,io.deephaven.vector.LongVector))           | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(ShortVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.ShortVector,io.deephaven.vector.ShortVector))         | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(ShortVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.ShortVector,byte[]))                                     | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(ShortVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.ShortVector,int[]))                                       | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(ShortVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.ShortVector,long[]))                                     | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(ShortVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(io.deephaven.vector.ShortVector,short[]))                                   | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(byte\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(byte[],io.deephaven.vector.ByteVector))                                       | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(byte\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(byte[],io.deephaven.vector.IntVector))                                         | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(byte\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(byte[],io.deephaven.vector.LongVector))                                       | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(byte\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(byte[],io.deephaven.vector.ShortVector))                                     | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(byte\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(byte[],byte[]))                                                                 | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(byte\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(byte[],int[]))                                                                   | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(byte\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(byte[],long[]))                                                                 | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(byte\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(byte[],short[]))                                                               | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(int\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(int[],io.deephaven.vector.ByteVector))                                         | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(int\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(int[],io.deephaven.vector.IntVector))                                           | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(int\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(int[],io.deephaven.vector.LongVector))                                         | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(int\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(int[],io.deephaven.vector.ShortVector))                                       | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(int\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(int[],byte[]))                                                                   | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(int\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(int[],int[]))                                                                     | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(int\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(int[],long[]))                                                                   | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(int\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(int[],short[]))                                                                 | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(long\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(long[],io.deephaven.vector.ByteVector))                                       | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(long\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(long[],io.deephaven.vector.IntVector))                                         | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(long\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(long[],io.deephaven.vector.LongVector))                                       | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(long\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(long[],io.deephaven.vector.ShortVector))                                     | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(long\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(long[],byte[]))                                                                 | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(long\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(long[],int[]))                                                                   | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(long\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(long[],long[]))                                                                 | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(long\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(long[],short[]))                                                               | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(short\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(short[],io.deephaven.vector.ByteVector))                                     | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(short\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(short[],io.deephaven.vector.IntVector))                                       | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(short\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(short[],io.deephaven.vector.LongVector))                                     | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(short\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(short[],io.deephaven.vector.ShortVector))                                   | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(short\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(short[],byte[]))                                                               | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(short\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(short[],int[]))                                                                 | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(short\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(short[],long[]))                                                               | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wsum               | [long\(short\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wsum(short[],short[]))                                                             | Returns the weighted sum. Null values are excluded.                                                  |
| FUNCTION | wtstat             | [double\(ByteVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.ByteVector,io.deephaven.vector.ByteVector))         | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(ByteVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.ByteVector,io.deephaven.vector.DoubleVector))     | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(ByteVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.ByteVector,io.deephaven.vector.FloatVector))       | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(ByteVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.ByteVector,io.deephaven.vector.IntVector))           | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(ByteVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.ByteVector,io.deephaven.vector.LongVector))         | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(ByteVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.ByteVector,io.deephaven.vector.ShortVector))       | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(ByteVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.ByteVector,byte[]))                                   | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(ByteVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.ByteVector,double[]))                               | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(ByteVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.ByteVector,float[]))                                 | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(ByteVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.ByteVector,int[]))                                     | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(ByteVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.ByteVector,long[]))                                   | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(ByteVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.ByteVector,short[]))                                 | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(DoubleVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.DoubleVector,io.deephaven.vector.ByteVector))     | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(DoubleVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.DoubleVector,io.deephaven.vector.DoubleVector)) | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(DoubleVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.DoubleVector,io.deephaven.vector.FloatVector))   | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(DoubleVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.DoubleVector,io.deephaven.vector.IntVector))       | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(DoubleVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.DoubleVector,io.deephaven.vector.LongVector))     | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(DoubleVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.DoubleVector,io.deephaven.vector.ShortVector))   | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(DoubleVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.DoubleVector,byte[]))                               | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(DoubleVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.DoubleVector,double[]))                           | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(DoubleVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.DoubleVector,float[]))                             | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(DoubleVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.DoubleVector,int[]))                                 | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(DoubleVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.DoubleVector,long[]))                               | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(DoubleVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.DoubleVector,short[]))                             | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(FloatVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.FloatVector,io.deephaven.vector.ByteVector))       | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(FloatVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.FloatVector,io.deephaven.vector.DoubleVector))   | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(FloatVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.FloatVector,io.deephaven.vector.FloatVector))     | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(FloatVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.FloatVector,io.deephaven.vector.IntVector))         | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(FloatVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.FloatVector,io.deephaven.vector.LongVector))       | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(FloatVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.FloatVector,io.deephaven.vector.ShortVector))     | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(FloatVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.FloatVector,byte[]))                                 | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(FloatVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.FloatVector,double[]))                             | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(FloatVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.FloatVector,float[]))                               | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(FloatVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.FloatVector,int[]))                                   | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(FloatVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.FloatVector,long[]))                                 | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(FloatVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.FloatVector,short[]))                               | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(IntVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.IntVector,io.deephaven.vector.ByteVector))           | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(IntVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.IntVector,io.deephaven.vector.DoubleVector))       | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(IntVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.IntVector,io.deephaven.vector.FloatVector))         | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(IntVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.IntVector,io.deephaven.vector.IntVector))             | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(IntVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.IntVector,io.deephaven.vector.LongVector))           | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(IntVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.IntVector,io.deephaven.vector.ShortVector))         | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(IntVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.IntVector,byte[]))                                     | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(IntVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.IntVector,double[]))                                 | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(IntVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.IntVector,float[]))                                   | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(IntVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.IntVector,int[]))                                       | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(IntVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.IntVector,long[]))                                     | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(IntVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.IntVector,short[]))                                   | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(LongVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.LongVector,io.deephaven.vector.ByteVector))         | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(LongVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.LongVector,io.deephaven.vector.DoubleVector))     | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(LongVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.LongVector,io.deephaven.vector.FloatVector))       | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(LongVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.LongVector,io.deephaven.vector.IntVector))           | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(LongVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.LongVector,io.deephaven.vector.LongVector))         | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(LongVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.LongVector,io.deephaven.vector.ShortVector))       | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(LongVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.LongVector,byte[]))                                   | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(LongVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.LongVector,double[]))                               | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(LongVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.LongVector,float[]))                                 | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(LongVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.LongVector,int[]))                                     | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(LongVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.LongVector,long[]))                                   | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(LongVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.LongVector,short[]))                                 | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(ShortVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.ShortVector,io.deephaven.vector.ByteVector))       | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(ShortVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.ShortVector,io.deephaven.vector.DoubleVector))   | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(ShortVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.ShortVector,io.deephaven.vector.FloatVector))     | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(ShortVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.ShortVector,io.deephaven.vector.IntVector))         | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(ShortVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.ShortVector,io.deephaven.vector.LongVector))       | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(ShortVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.ShortVector,io.deephaven.vector.ShortVector))     | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(ShortVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.ShortVector,byte[]))                                 | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(ShortVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.ShortVector,double[]))                             | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(ShortVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.ShortVector,float[]))                               | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(ShortVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.ShortVector,int[]))                                   | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(ShortVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.ShortVector,long[]))                                 | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(ShortVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(io.deephaven.vector.ShortVector,short[]))                               | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(byte\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(byte[],io.deephaven.vector.ByteVector))                                   | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(byte\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(byte[],io.deephaven.vector.DoubleVector))                               | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(byte\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(byte[],io.deephaven.vector.FloatVector))                                 | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(byte\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(byte[],io.deephaven.vector.IntVector))                                     | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(byte\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(byte[],io.deephaven.vector.LongVector))                                   | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(byte\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(byte[],io.deephaven.vector.ShortVector))                                 | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(byte\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(byte[],byte[]))                                                             | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(byte\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(byte[],double[]))                                                         | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(byte\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(byte[],float[]))                                                           | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(byte\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(byte[],int[]))                                                               | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(byte\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(byte[],long[]))                                                             | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(byte\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(byte[],short[]))                                                           | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(double\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(double[],io.deephaven.vector.ByteVector))                               | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(double\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(double[],io.deephaven.vector.DoubleVector))                           | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(double\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(double[],io.deephaven.vector.FloatVector))                             | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(double\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(double[],io.deephaven.vector.IntVector))                                 | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(double\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(double[],io.deephaven.vector.LongVector))                               | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(double\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(double[],io.deephaven.vector.ShortVector))                             | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(double\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(double[],byte[]))                                                         | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(double\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(double[],double[]))                                                     | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(double\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(double[],float[]))                                                       | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(double\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(double[],int[]))                                                           | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(double\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(double[],long[]))                                                         | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(double\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(double[],short[]))                                                       | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(float\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(float[],io.deephaven.vector.ByteVector))                                 | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(float\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(float[],io.deephaven.vector.DoubleVector))                             | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(float\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(float[],io.deephaven.vector.FloatVector))                               | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(float\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(float[],io.deephaven.vector.IntVector))                                   | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(float\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(float[],io.deephaven.vector.LongVector))                                 | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(float\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(float[],io.deephaven.vector.ShortVector))                               | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(float\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(float[],byte[]))                                                           | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(float\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(float[],double[]))                                                       | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(float\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(float[],float[]))                                                         | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(float\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(float[],int[]))                                                             | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(float\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(float[],long[]))                                                           | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(float\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(float[],short[]))                                                         | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(int\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(int[],io.deephaven.vector.ByteVector))                                     | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(int\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(int[],io.deephaven.vector.DoubleVector))                                 | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(int\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(int[],io.deephaven.vector.FloatVector))                                   | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(int\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(int[],io.deephaven.vector.IntVector))                                       | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(int\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(int[],io.deephaven.vector.LongVector))                                     | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(int\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(int[],io.deephaven.vector.ShortVector))                                   | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(int\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(int[],byte[]))                                                               | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(int\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(int[],double[]))                                                           | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(int\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(int[],float[]))                                                             | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(int\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(int[],int[]))                                                                 | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(int\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(int[],long[]))                                                               | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(int\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(int[],short[]))                                                             | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(long\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(long[],io.deephaven.vector.ByteVector))                                   | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(long\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(long[],io.deephaven.vector.DoubleVector))                               | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(long\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(long[],io.deephaven.vector.FloatVector))                                 | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(long\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(long[],io.deephaven.vector.IntVector))                                     | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(long\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(long[],io.deephaven.vector.LongVector))                                   | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(long\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(long[],io.deephaven.vector.ShortVector))                                 | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(long\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(long[],byte[]))                                                             | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(long\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(long[],double[]))                                                         | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(long\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(long[],float[]))                                                           | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(long\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(long[],int[]))                                                               | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(long\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(long[],long[]))                                                             | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(long\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(long[],short[]))                                                           | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(short\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(short[],io.deephaven.vector.ByteVector))                                 | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(short\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(short[],io.deephaven.vector.DoubleVector))                             | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(short\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(short[],io.deephaven.vector.FloatVector))                               | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(short\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(short[],io.deephaven.vector.IntVector))                                   | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(short\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(short[],io.deephaven.vector.LongVector))                                 | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(short\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(short[],io.deephaven.vector.ShortVector))                               | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(short\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(short[],byte[]))                                                           | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(short\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(short[],double[]))                                                       | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(short\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(short[],float[]))                                                         | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(short\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(short[],int[]))                                                             | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(short\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(short[],long[]))                                                           | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wtstat             | [double\(short\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wtstat(short[],short[]))                                                         | Returns the weighted t-statistic. Null values are excluded.                                          |
| FUNCTION | wvar               | [double\(ByteVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.ByteVector,io.deephaven.vector.ByteVector))           | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(ByteVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.ByteVector,io.deephaven.vector.DoubleVector))       | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(ByteVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.ByteVector,io.deephaven.vector.FloatVector))         | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(ByteVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.ByteVector,io.deephaven.vector.IntVector))             | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(ByteVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.ByteVector,io.deephaven.vector.LongVector))           | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(ByteVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.ByteVector,io.deephaven.vector.ShortVector))         | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(ByteVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.ByteVector,byte[]))                                     | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(ByteVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.ByteVector,double[]))                                 | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(ByteVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.ByteVector,float[]))                                   | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(ByteVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.ByteVector,int[]))                                       | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(ByteVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.ByteVector,long[]))                                     | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(ByteVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.ByteVector,short[]))                                   | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(DoubleVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.DoubleVector,io.deephaven.vector.ByteVector))       | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(DoubleVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.DoubleVector,io.deephaven.vector.DoubleVector))   | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(DoubleVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.DoubleVector,io.deephaven.vector.FloatVector))     | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(DoubleVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.DoubleVector,io.deephaven.vector.IntVector))         | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(DoubleVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.DoubleVector,io.deephaven.vector.LongVector))       | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(DoubleVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.DoubleVector,io.deephaven.vector.ShortVector))     | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(DoubleVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.DoubleVector,byte[]))                                 | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(DoubleVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.DoubleVector,double[]))                             | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(DoubleVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.DoubleVector,float[]))                               | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(DoubleVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.DoubleVector,int[]))                                   | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(DoubleVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.DoubleVector,long[]))                                 | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(DoubleVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.DoubleVector,short[]))                               | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(FloatVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.FloatVector,io.deephaven.vector.ByteVector))         | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(FloatVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.FloatVector,io.deephaven.vector.DoubleVector))     | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(FloatVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.FloatVector,io.deephaven.vector.FloatVector))       | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(FloatVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.FloatVector,io.deephaven.vector.IntVector))           | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(FloatVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.FloatVector,io.deephaven.vector.LongVector))         | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(FloatVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.FloatVector,io.deephaven.vector.ShortVector))       | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(FloatVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.FloatVector,byte[]))                                   | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(FloatVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.FloatVector,double[]))                               | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(FloatVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.FloatVector,float[]))                                 | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(FloatVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.FloatVector,int[]))                                     | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(FloatVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.FloatVector,long[]))                                   | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(FloatVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.FloatVector,short[]))                                 | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(IntVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.IntVector,io.deephaven.vector.ByteVector))             | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(IntVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.IntVector,io.deephaven.vector.DoubleVector))         | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(IntVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.IntVector,io.deephaven.vector.FloatVector))           | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(IntVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.IntVector,io.deephaven.vector.IntVector))               | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(IntVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.IntVector,io.deephaven.vector.LongVector))             | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(IntVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.IntVector,io.deephaven.vector.ShortVector))           | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(IntVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.IntVector,byte[]))                                       | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(IntVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.IntVector,double[]))                                   | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(IntVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.IntVector,float[]))                                     | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(IntVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.IntVector,int[]))                                         | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(IntVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.IntVector,long[]))                                       | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(IntVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.IntVector,short[]))                                     | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(LongVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.LongVector,io.deephaven.vector.ByteVector))           | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(LongVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.LongVector,io.deephaven.vector.DoubleVector))       | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(LongVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.LongVector,io.deephaven.vector.FloatVector))         | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(LongVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.LongVector,io.deephaven.vector.IntVector))             | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(LongVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.LongVector,io.deephaven.vector.LongVector))           | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(LongVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.LongVector,io.deephaven.vector.ShortVector))         | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(LongVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.LongVector,byte[]))                                     | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(LongVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.LongVector,double[]))                                 | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(LongVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.LongVector,float[]))                                   | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(LongVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.LongVector,int[]))                                       | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(LongVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.LongVector,long[]))                                     | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(LongVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.LongVector,short[]))                                   | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(ShortVector, ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.ShortVector,io.deephaven.vector.ByteVector))         | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(ShortVector, DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.ShortVector,io.deephaven.vector.DoubleVector))     | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(ShortVector, FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.ShortVector,io.deephaven.vector.FloatVector))       | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(ShortVector, IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.ShortVector,io.deephaven.vector.IntVector))           | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(ShortVector, LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.ShortVector,io.deephaven.vector.LongVector))         | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(ShortVector, ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.ShortVector,io.deephaven.vector.ShortVector))       | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(ShortVector, byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.ShortVector,byte[]))                                   | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(ShortVector, double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.ShortVector,double[]))                               | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(ShortVector, float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.ShortVector,float[]))                                 | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(ShortVector, int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.ShortVector,int[]))                                     | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(ShortVector, long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.ShortVector,long[]))                                   | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(ShortVector, short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(io.deephaven.vector.ShortVector,short[]))                                 | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...    |
| FUNCTION | wvar               | [double\(byte\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(byte[],io.deephaven.vector.ByteVector))                                     | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(byte\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(byte[],io.deephaven.vector.DoubleVector))                                 | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(byte\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(byte[],io.deephaven.vector.FloatVector))                                   | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(byte\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(byte[],io.deephaven.vector.IntVector))                                       | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(byte\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(byte[],io.deephaven.vector.LongVector))                                     | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(byte\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(byte[],io.deephaven.vector.ShortVector))                                   | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(byte\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(byte[],byte[]))                                                               | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(byte\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(byte[],double[]))                                                           | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(byte\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(byte[],float[]))                                                             | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(byte\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(byte[],int[]))                                                                 | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(byte\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(byte[],long[]))                                                               | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(byte\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(byte[],short[]))                                                             | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(double\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(double[],io.deephaven.vector.ByteVector))                                 | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(double\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(double[],io.deephaven.vector.DoubleVector))                             | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(double\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(double[],io.deephaven.vector.FloatVector))                               | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(double\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(double[],io.deephaven.vector.IntVector))                                   | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(double\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(double[],io.deephaven.vector.LongVector))                                 | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(double\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(double[],io.deephaven.vector.ShortVector))                               | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(double\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(double[],byte[]))                                                           | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(double\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(double[],double[]))                                                       | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(double\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(double[],float[]))                                                         | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(double\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(double[],int[]))                                                             | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(double\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(double[],long[]))                                                           | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(double\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(double[],short[]))                                                         | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(float\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(float[],io.deephaven.vector.ByteVector))                                   | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(float\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(float[],io.deephaven.vector.DoubleVector))                               | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(float\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(float[],io.deephaven.vector.FloatVector))                                 | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(float\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(float[],io.deephaven.vector.IntVector))                                     | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(float\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(float[],io.deephaven.vector.LongVector))                                   | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(float\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(float[],io.deephaven.vector.ShortVector))                                 | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(float\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(float[],byte[]))                                                             | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(float\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(float[],double[]))                                                         | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(float\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(float[],float[]))                                                           | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(float\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(float[],int[]))                                                               | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(float\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(float[],long[]))                                                             | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(float\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(float[],short[]))                                                           | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(int\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(int[],io.deephaven.vector.ByteVector))                                       | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(int\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(int[],io.deephaven.vector.DoubleVector))                                   | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(int\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(int[],io.deephaven.vector.FloatVector))                                     | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(int\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(int[],io.deephaven.vector.IntVector))                                         | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(int\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(int[],io.deephaven.vector.LongVector))                                       | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(int\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(int[],io.deephaven.vector.ShortVector))                                     | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(int\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(int[],byte[]))                                                                 | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(int\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(int[],double[]))                                                             | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(int\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(int[],float[]))                                                               | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(int\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(int[],int[]))                                                                   | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(int\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(int[],long[]))                                                                 | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(int\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(int[],short[]))                                                               | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(long\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(long[],io.deephaven.vector.ByteVector))                                     | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(long\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(long[],io.deephaven.vector.DoubleVector))                                 | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(long\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(long[],io.deephaven.vector.FloatVector))                                   | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(long\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(long[],io.deephaven.vector.IntVector))                                       | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(long\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(long[],io.deephaven.vector.LongVector))                                     | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(long\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(long[],io.deephaven.vector.ShortVector))                                   | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(long\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(long[],byte[]))                                                               | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(long\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(long[],double[]))                                                           | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(long\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(long[],float[]))                                                             | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(long\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(long[],int[]))                                                                 | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(long\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(long[],long[]))                                                               | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(long\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(long[],short[]))                                                             | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(short\[\], ByteVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(short[],io.deephaven.vector.ByteVector))                                   | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(short\[\], DoubleVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(short[],io.deephaven.vector.DoubleVector))                               | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(short\[\], FloatVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(short[],io.deephaven.vector.FloatVector))                                 | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(short\[\], IntVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(short[],io.deephaven.vector.IntVector))                                     | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(short\[\], LongVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(short[],io.deephaven.vector.LongVector))                                   | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(short\[\], ShortVector\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(short[],io.deephaven.vector.ShortVector))                                 | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(short\[\], byte\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(short[],byte[]))                                                             | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(short\[\], double\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(short[],double[]))                                                         | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(short\[\], float\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(short[],float[]))                                                           | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(short\[\], int\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(short[],int[]))                                                               | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(short\[\], long\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(short[],long[]))                                                             | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |
| FUNCTION | wvar               | [double\(short\[\], short\[\]\)](https://deephaven.io/core/javadoc/io/deephaven/function/Numeric.html#wvar(short[],short[]))                                                           | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...    |

## Related documentation

- [Auto-imported functions](./index.md)
