FUNCTION | abs | byte(byte) | Returns the absolute value. |
FUNCTION | abs | double(double) | Returns the absolute value. |
FUNCTION | abs | float(float) | Returns the absolute value. |
FUNCTION | abs | int(int) | Returns the absolute value. |
FUNCTION | abs | long(long) | Returns the absolute value. |
FUNCTION | abs | short(short) | Returns the absolute value. |
FUNCTION | absAvg | double(ByteVector) | Returns the mean of the absolute values of values. Null values are excluded. |
FUNCTION | absAvg | double(Byte[]) | Returns the mean of the absolute values of values. Null values are excluded. |
FUNCTION | absAvg | double(DoubleVector) | Returns the mean of the absolute values of values. Null values are excluded. |
FUNCTION | absAvg | double(Double[]) | Returns the mean of the absolute values of values. Null values are excluded. |
FUNCTION | absAvg | double(FloatVector) | Returns the mean of the absolute values of values. Null values are excluded. |
FUNCTION | absAvg | double(Float[]) | Returns the mean of the absolute values of values. Null values are excluded. |
FUNCTION | absAvg | double(IntVector) | Returns the mean of the absolute values of values. Null values are excluded. |
FUNCTION | absAvg | double(Integer[]) | Returns the mean of the absolute values of values. Null values are excluded. |
FUNCTION | absAvg | double(LongVector) | Returns the mean of the absolute values of values. Null values are excluded. |
FUNCTION | absAvg | double(Long[]) | Returns the mean of the absolute values of values. Null values are excluded. |
FUNCTION | absAvg | double(ShortVector) | Returns the mean of the absolute values of values. Null values are excluded. |
FUNCTION | absAvg | double(Short[]) | Returns the mean of the absolute values of values. Null values are excluded. |
FUNCTION | absAvg | double(byte...) | Returns the mean of the absolute values of values. Null values are excluded. |
FUNCTION | absAvg | double(double...) | Returns the mean of the absolute values of values. Null values are excluded. |
FUNCTION | absAvg | double(float...) | Returns the mean of the absolute values of values. Null values are excluded. |
FUNCTION | absAvg | double(int...) | Returns the mean of the absolute values of values. Null values are excluded. |
FUNCTION | absAvg | double(long...) | Returns the mean of the absolute values of values. Null values are excluded. |
FUNCTION | absAvg | double(short...) | Returns the mean of the absolute values of values. Null values are excluded. |
FUNCTION | acos | double(byte) | Returns the arc cosine. |
FUNCTION | acos | double(double) | Returns the arc cosine. |
FUNCTION | acos | double(float) | Returns the arc cosine. |
FUNCTION | acos | double(int) | Returns the arc cosine. |
FUNCTION | acos | double(long) | Returns the arc cosine. |
FUNCTION | acos | double(short) | Returns the arc cosine. |
FUNCTION | asin | double(byte) | Returns the arc sine. |
FUNCTION | asin | double(double) | Returns the arc sine. |
FUNCTION | asin | double(float) | Returns the arc sine. |
FUNCTION | asin | double(int) | Returns the arc sine. |
FUNCTION | asin | double(long) | Returns the arc sine. |
FUNCTION | asin | double(short) | Returns the arc sine. |
FUNCTION | atan | double(byte) | Returns the arc tangent. |
FUNCTION | atan | double(double) | Returns the arc tangent. |
FUNCTION | atan | double(float) | Returns the arc tangent. |
FUNCTION | atan | double(int) | Returns the arc tangent. |
FUNCTION | atan | double(long) | Returns the arc tangent. |
FUNCTION | atan | double(short) | Returns the arc tangent. |
FUNCTION | avg | double(ByteVector) | Returns the mean. Null values are excluded. |
FUNCTION | avg | double(Byte[]) | Returns the mean. Null values are excluded. |
FUNCTION | avg | double(DoubleVector) | Returns the mean. Null values are excluded. |
FUNCTION | avg | double(Double[]) | Returns the mean. Null values are excluded. |
FUNCTION | avg | double(FloatVector) | Returns the mean. Null values are excluded. |
FUNCTION | avg | double(Float[]) | Returns the mean. Null values are excluded. |
FUNCTION | avg | double(IntVector) | Returns the mean. Null values are excluded. |
FUNCTION | avg | double(Integer[]) | Returns the mean. Null values are excluded. |
FUNCTION | avg | double(LongVector) | Returns the mean. Null values are excluded. |
FUNCTION | avg | double(Long[]) | Returns the mean. Null values are excluded. |
FUNCTION | avg | double(ShortVector) | Returns the mean. Null values are excluded. |
FUNCTION | avg | double(Short[]) | Returns the mean. Null values are excluded. |
FUNCTION | avg | double(byte...) | Returns the mean. Null values are excluded. |
FUNCTION | avg | double(double...) | Returns the mean. Null values are excluded. |
FUNCTION | avg | double(float...) | Returns the mean. Null values are excluded. |
FUNCTION | avg | double(int...) | Returns the mean. Null values are excluded. |
FUNCTION | avg | double(long...) | Returns the mean. Null values are excluded. |
FUNCTION | avg | double(short...) | Returns the mean. Null values are excluded. |
FUNCTION | ceil | double(byte) | Returns the ceiling. This is the smallest integer, which is greater than or equal to the value. |
FUNCTION | ceil | double(double) | Returns the ceiling. This is the smallest integer, which is greater than or equal to the value. |
FUNCTION | ceil | double(float) | Returns the ceiling. This is the smallest integer, which is greater than or equal to the value. |
FUNCTION | ceil | double(int) | Returns the ceiling. This is the smallest integer, which is greater than or equal to the value. |
FUNCTION | ceil | double(long) | Returns the ceiling. This is the smallest integer, which is greater than or equal to the value. |
FUNCTION | ceil | double(short) | Returns the ceiling. This is the smallest integer, which is greater than or equal to the value. |
FUNCTION | clamp | byte(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) | 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) | 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) | 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) | 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) | 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) | Compares two specified values. Deephaven null values are less than normal numbers which are less... |
FUNCTION | compare | int(Double, Double) | Compares two specified values. Deephaven null values are less than normal numbers which are less... |
FUNCTION | compare | int(Float, Float) | Compares two specified values. Deephaven null values are less than normal numbers which are less... |
FUNCTION | compare | int(Integer, Integer) | Compares two specified values. Deephaven null values are less than normal numbers which are less... |
FUNCTION | compare | int(Long, Long) | Compares two specified values. Deephaven null values are less than normal numbers which are less... |
FUNCTION | compare | int(Short, Short) | Compares two specified values. Deephaven null values are less than normal numbers which are less... |
FUNCTION | compare | int(byte, byte) | Compares two specified values. Deephaven null values are less than normal numbers which are less... |
FUNCTION | compare | int(double, double) | Compares two specified values. Deephaven null values are less than normal numbers which are less... |
FUNCTION | compare | int(float, float) | Compares two specified values. Deephaven null values are less than normal numbers which are less... |
FUNCTION | compare | int(int, int) | Compares two specified values. Deephaven null values are less than normal numbers which are less... |
FUNCTION | compare | int(long, long) | Compares two specified values. Deephaven null values are less than normal numbers which are less... |
FUNCTION | compare | int(short, short) | Compares two specified values. Deephaven null values are less than normal numbers which are less... |
FUNCTION | containsNonFinite | boolean(Byte[]) | Returns true if the values contains any non-finite value, where "finite" is defined as not infin... |
FUNCTION | containsNonFinite | boolean(Double[]) | Returns true if the values contains any non-finite value, where "finite" is defined as not infin... |
FUNCTION | containsNonFinite | boolean(Float[]) | Returns true if the values contains any non-finite value, where "finite" is defined as not infin... |
FUNCTION | containsNonFinite | boolean(Integer[]) | Returns true if the values contains any non-finite value, where "finite" is defined as not infin... |
FUNCTION | containsNonFinite | boolean(Long[]) | Returns true if the values contains any non-finite value, where "finite" is defined as not infin... |
FUNCTION | containsNonFinite | boolean(Short[]) | Returns true if the values contains any non-finite value, where "finite" is defined as not infin... |
FUNCTION | containsNonFinite | boolean(byte...) | Returns true if the values contains any non-finite value, where "finite" is defined as not infin... |
FUNCTION | containsNonFinite | boolean(double...) | Returns true if the values contains any non-finite value, where "finite" is defined as not infin... |
FUNCTION | containsNonFinite | boolean(float...) | Returns true if the values contains any non-finite value, where "finite" is defined as not infin... |
FUNCTION | containsNonFinite | boolean(int...) | Returns true if the values contains any non-finite value, where "finite" is defined as not infin... |
FUNCTION | containsNonFinite | boolean(long...) | Returns true if the values contains any non-finite value, where "finite" is defined as not infin... |
FUNCTION | containsNonFinite | boolean(short...) | Returns true if the values contains any non-finite value, where "finite" is defined as not infin... |
FUNCTION | cor | double(ByteVector, ByteVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(ByteVector, DoubleVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(ByteVector, FloatVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(ByteVector, IntVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(ByteVector, LongVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(ByteVector, ShortVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(ByteVector, byte[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(ByteVector, double[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(ByteVector, float[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(ByteVector, int[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(ByteVector, long[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(ByteVector, short[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(DoubleVector, ByteVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(DoubleVector, DoubleVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(DoubleVector, FloatVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(DoubleVector, IntVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(DoubleVector, LongVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(DoubleVector, ShortVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(DoubleVector, byte[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(DoubleVector, double[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(DoubleVector, float[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(DoubleVector, int[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(DoubleVector, long[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(DoubleVector, short[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(FloatVector, ByteVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(FloatVector, DoubleVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(FloatVector, FloatVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(FloatVector, IntVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(FloatVector, LongVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(FloatVector, ShortVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(FloatVector, byte[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(FloatVector, double[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(FloatVector, float[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(FloatVector, int[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(FloatVector, long[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(FloatVector, short[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(IntVector, ByteVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(IntVector, DoubleVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(IntVector, FloatVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(IntVector, IntVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(IntVector, LongVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(IntVector, ShortVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(IntVector, byte[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(IntVector, double[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(IntVector, float[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(IntVector, int[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(IntVector, long[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(IntVector, short[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(LongVector, ByteVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(LongVector, DoubleVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(LongVector, FloatVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(LongVector, IntVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(LongVector, LongVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(LongVector, ShortVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(LongVector, byte[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(LongVector, double[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(LongVector, float[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(LongVector, int[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(LongVector, long[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(LongVector, short[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(ShortVector, ByteVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(ShortVector, DoubleVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(ShortVector, FloatVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(ShortVector, IntVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(ShortVector, LongVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(ShortVector, ShortVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(ShortVector, byte[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(ShortVector, double[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(ShortVector, float[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(ShortVector, int[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(ShortVector, long[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(ShortVector, short[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(byte[], ByteVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(byte[], DoubleVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(byte[], FloatVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(byte[], IntVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(byte[], LongVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(byte[], ShortVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(byte[], byte[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(byte[], double[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(byte[], float[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(byte[], int[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(byte[], long[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(byte[], short[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(double[], ByteVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(double[], DoubleVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(double[], FloatVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(double[], IntVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(double[], LongVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(double[], ShortVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(double[], byte[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(double[], double[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(double[], float[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(double[], int[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(double[], long[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(double[], short[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(float[], ByteVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(float[], DoubleVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(float[], FloatVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(float[], IntVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(float[], LongVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(float[], ShortVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(float[], byte[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(float[], double[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(float[], float[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(float[], int[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(float[], long[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(float[], short[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(int[], ByteVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(int[], DoubleVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(int[], FloatVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(int[], IntVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(int[], LongVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(int[], ShortVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(int[], byte[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(int[], double[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(int[], float[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(int[], int[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(int[], long[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(int[], short[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(long[], ByteVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(long[], DoubleVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(long[], FloatVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(long[], IntVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(long[], LongVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(long[], ShortVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(long[], byte[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(long[], double[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(long[], float[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(long[], int[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(long[], long[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(long[], short[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(short[], ByteVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(short[], DoubleVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(short[], FloatVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(short[], IntVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(short[], LongVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(short[], ShortVector) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(short[], byte[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(short[], double[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(short[], float[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(short[], int[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(short[], long[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cor | double(short[], short[]) | Returns the correlation. Null values are excluded. |
FUNCTION | cos | double(byte) | Returns the cosine. |
FUNCTION | cos | double(double) | Returns the cosine. |
FUNCTION | cos | double(float) | Returns the cosine. |
FUNCTION | cos | double(int) | Returns the cosine. |
FUNCTION | cos | double(long) | Returns the cosine. |
FUNCTION | cos | double(short) | Returns the cosine. |
FUNCTION | countNeg | long(ByteVector) | Counts the number of negative values. |
FUNCTION | countNeg | long(Byte[]) | Counts the number of negative values. |
FUNCTION | countNeg | long(DoubleVector) | Counts the number of negative values. |
FUNCTION | countNeg | long(Double[]) | Counts the number of negative values. |
FUNCTION | countNeg | long(FloatVector) | Counts the number of negative values. |
FUNCTION | countNeg | long(Float[]) | Counts the number of negative values. |
FUNCTION | countNeg | long(IntVector) | Counts the number of negative values. |
FUNCTION | countNeg | long(Integer[]) | Counts the number of negative values. |
FUNCTION | countNeg | long(LongVector) | Counts the number of negative values. |
FUNCTION | countNeg | long(Long[]) | Counts the number of negative values. |
FUNCTION | countNeg | long(ShortVector) | Counts the number of negative values. |
FUNCTION | countNeg | long(Short[]) | Counts the number of negative values. |
FUNCTION | countNeg | long(byte...) | Counts the number of negative values. |
FUNCTION | countNeg | long(double...) | Counts the number of negative values. |
FUNCTION | countNeg | long(float...) | Counts the number of negative values. |
FUNCTION | countNeg | long(int...) | Counts the number of negative values. |
FUNCTION | countNeg | long(long...) | Counts the number of negative values. |
FUNCTION | countNeg | long(short...) | Counts the number of negative values. |
FUNCTION | countPos | long(ByteVector) | Counts the number of positive values. |
FUNCTION | countPos | long(Byte[]) | Counts the number of positive values. |
FUNCTION | countPos | long(DoubleVector) | Counts the number of positive values. |
FUNCTION | countPos | long(Double[]) | Counts the number of positive values. |
FUNCTION | countPos | long(FloatVector) | Counts the number of positive values. |
FUNCTION | countPos | long(Float[]) | Counts the number of positive values. |
FUNCTION | countPos | long(IntVector) | Counts the number of positive values. |
FUNCTION | countPos | long(Integer[]) | Counts the number of positive values. |
FUNCTION | countPos | long(LongVector) | Counts the number of positive values. |
FUNCTION | countPos | long(Long[]) | Counts the number of positive values. |
FUNCTION | countPos | long(ShortVector) | Counts the number of positive values. |
FUNCTION | countPos | long(Short[]) | Counts the number of positive values. |
FUNCTION | countPos | long(byte...) | Counts the number of positive values. |
FUNCTION | countPos | long(double...) | Counts the number of positive values. |
FUNCTION | countPos | long(float...) | Counts the number of positive values. |
FUNCTION | countPos | long(int...) | Counts the number of positive values. |
FUNCTION | countPos | long(long...) | Counts the number of positive values. |
FUNCTION | countPos | long(short...) | Counts the number of positive values. |
FUNCTION | countZero | long(ByteVector) | Counts the number of zero values. |
FUNCTION | countZero | long(Byte[]) | Counts the number of zero values. |
FUNCTION | countZero | long(DoubleVector) | Counts the number of zero values. |
FUNCTION | countZero | long(Double[]) | Counts the number of zero values. |
FUNCTION | countZero | long(FloatVector) | Counts the number of zero values. |
FUNCTION | countZero | long(Float[]) | Counts the number of zero values. |
FUNCTION | countZero | long(IntVector) | Counts the number of zero values. |
FUNCTION | countZero | long(Integer[]) | Counts the number of zero values. |
FUNCTION | countZero | long(LongVector) | Counts the number of zero values. |
FUNCTION | countZero | long(Long[]) | Counts the number of zero values. |
FUNCTION | countZero | long(ShortVector) | Counts the number of zero values. |
FUNCTION | countZero | long(Short[]) | Counts the number of zero values. |
FUNCTION | countZero | long(byte...) | Counts the number of zero values. |
FUNCTION | countZero | long(double...) | Counts the number of zero values. |
FUNCTION | countZero | long(float...) | Counts the number of zero values. |
FUNCTION | countZero | long(int...) | Counts the number of zero values. |
FUNCTION | countZero | long(long...) | Counts the number of zero values. |
FUNCTION | countZero | long(short...) | Counts the number of zero values. |
FUNCTION | cov | double(ByteVector, ByteVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(ByteVector, DoubleVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(ByteVector, FloatVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(ByteVector, IntVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(ByteVector, LongVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(ByteVector, ShortVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(ByteVector, byte[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(ByteVector, double[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(ByteVector, float[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(ByteVector, int[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(ByteVector, long[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(ByteVector, short[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(DoubleVector, ByteVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(DoubleVector, DoubleVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(DoubleVector, FloatVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(DoubleVector, IntVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(DoubleVector, LongVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(DoubleVector, ShortVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(DoubleVector, byte[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(DoubleVector, double[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(DoubleVector, float[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(DoubleVector, int[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(DoubleVector, long[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(DoubleVector, short[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(FloatVector, ByteVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(FloatVector, DoubleVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(FloatVector, FloatVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(FloatVector, IntVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(FloatVector, LongVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(FloatVector, ShortVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(FloatVector, byte[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(FloatVector, double[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(FloatVector, float[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(FloatVector, int[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(FloatVector, long[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(FloatVector, short[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(IntVector, ByteVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(IntVector, DoubleVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(IntVector, FloatVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(IntVector, IntVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(IntVector, LongVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(IntVector, ShortVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(IntVector, byte[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(IntVector, double[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(IntVector, float[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(IntVector, int[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(IntVector, long[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(IntVector, short[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(LongVector, ByteVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(LongVector, DoubleVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(LongVector, FloatVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(LongVector, IntVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(LongVector, LongVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(LongVector, ShortVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(LongVector, byte[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(LongVector, double[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(LongVector, float[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(LongVector, int[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(LongVector, long[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(LongVector, short[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(ShortVector, ByteVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(ShortVector, DoubleVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(ShortVector, FloatVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(ShortVector, IntVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(ShortVector, LongVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(ShortVector, ShortVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(ShortVector, byte[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(ShortVector, double[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(ShortVector, float[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(ShortVector, int[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(ShortVector, long[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(ShortVector, short[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(byte[], ByteVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(byte[], DoubleVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(byte[], FloatVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(byte[], IntVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(byte[], LongVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(byte[], ShortVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(byte[], byte[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(byte[], double[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(byte[], float[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(byte[], int[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(byte[], long[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(byte[], short[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(double[], ByteVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(double[], DoubleVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(double[], FloatVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(double[], IntVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(double[], LongVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(double[], ShortVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(double[], byte[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(double[], double[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(double[], float[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(double[], int[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(double[], long[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(double[], short[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(float[], ByteVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(float[], DoubleVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(float[], FloatVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(float[], IntVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(float[], LongVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(float[], ShortVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(float[], byte[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(float[], double[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(float[], float[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(float[], int[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(float[], long[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(float[], short[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(int[], ByteVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(int[], DoubleVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(int[], FloatVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(int[], IntVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(int[], LongVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(int[], ShortVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(int[], byte[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(int[], double[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(int[], float[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(int[], int[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(int[], long[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(int[], short[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(long[], ByteVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(long[], DoubleVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(long[], FloatVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(long[], IntVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(long[], LongVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(long[], ShortVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(long[], byte[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(long[], double[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(long[], float[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(long[], int[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(long[], long[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(long[], short[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(short[], ByteVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(short[], DoubleVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(short[], FloatVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(short[], IntVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(short[], LongVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(short[], ShortVector) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(short[], byte[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(short[], double[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(short[], float[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(short[], int[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(short[], long[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cov | double(short[], short[]) | Returns the covariance. Null values are excluded. |
FUNCTION | cummax | byte[](ByteVector) | Returns the cumulative maximum. Null values are excluded. |
FUNCTION | cummax | byte[](Byte[]) | Returns the cumulative maximum. Null values are excluded. |
FUNCTION | cummax | byte[](byte...) | Returns the cumulative maximum. Null values are excluded. |
FUNCTION | cummax | double[](DoubleVector) | Returns the cumulative maximum. Null values are excluded. |
FUNCTION | cummax | double[](Double[]) | Returns the cumulative maximum. Null values are excluded. |
FUNCTION | cummax | double[](double...) | Returns the cumulative maximum. Null values are excluded. |
FUNCTION | cummax | float[](FloatVector) | Returns the cumulative maximum. Null values are excluded. |
FUNCTION | cummax | float[](Float[]) | Returns the cumulative maximum. Null values are excluded. |
FUNCTION | cummax | float[](float...) | Returns the cumulative maximum. Null values are excluded. |
FUNCTION | cummax | int[](IntVector) | Returns the cumulative maximum. Null values are excluded. |
FUNCTION | cummax | int[](Integer[]) | Returns the cumulative maximum. Null values are excluded. |
FUNCTION | cummax | int[](int...) | Returns the cumulative maximum. Null values are excluded. |
FUNCTION | cummax | long[](LongVector) | Returns the cumulative maximum. Null values are excluded. |
FUNCTION | cummax | long[](Long[]) | Returns the cumulative maximum. Null values are excluded. |
FUNCTION | cummax | long[](long...) | Returns the cumulative maximum. Null values are excluded. |
FUNCTION | cummax | short[](ShortVector) | Returns the cumulative maximum. Null values are excluded. |
FUNCTION | cummax | short[](Short[]) | Returns the cumulative maximum. Null values are excluded. |
FUNCTION | cummax | short[](short...) | Returns the cumulative maximum. Null values are excluded. |
FUNCTION | cummin | byte[](ByteVector) | Returns the cumulative minimum. Null values are excluded. |
FUNCTION | cummin | byte[](Byte[]) | Returns the cumulative minimum. Null values are excluded. |
FUNCTION | cummin | byte[](byte...) | Returns the cumulative minimum. Null values are excluded. |
FUNCTION | cummin | double[](DoubleVector) | Returns the cumulative minimum. Null values are excluded. |
FUNCTION | cummin | double[](Double[]) | Returns the cumulative minimum. Null values are excluded. |
FUNCTION | cummin | double[](double...) | Returns the cumulative minimum. Null values are excluded. |
FUNCTION | cummin | float[](FloatVector) | Returns the cumulative minimum. Null values are excluded. |
FUNCTION | cummin | float[](Float[]) | Returns the cumulative minimum. Null values are excluded. |
FUNCTION | cummin | float[](float...) | Returns the cumulative minimum. Null values are excluded. |
FUNCTION | cummin | int[](IntVector) | Returns the cumulative minimum. Null values are excluded. |
FUNCTION | cummin | int[](Integer[]) | Returns the cumulative minimum. Null values are excluded. |
FUNCTION | cummin | int[](int...) | Returns the cumulative minimum. Null values are excluded. |
FUNCTION | cummin | long[](LongVector) | Returns the cumulative minimum. Null values are excluded. |
FUNCTION | cummin | long[](Long[]) | Returns the cumulative minimum. Null values are excluded. |
FUNCTION | cummin | long[](long...) | Returns the cumulative minimum. Null values are excluded. |
FUNCTION | cummin | short[](ShortVector) | Returns the cumulative minimum. Null values are excluded. |
FUNCTION | cummin | short[](Short[]) | Returns the cumulative minimum. Null values are excluded. |
FUNCTION | cummin | short[](short...) | Returns the cumulative minimum. Null values are excluded. |
FUNCTION | cumprod | double[](DoubleVector) | Returns the cumulative product. Null values are excluded. |
FUNCTION | cumprod | double[](Double[]) | Returns the cumulative product. Null values are excluded. |
FUNCTION | cumprod | double[](FloatVector) | Returns the cumulative product. Null values are excluded. |
FUNCTION | cumprod | double[](Float[]) | Returns the cumulative product. Null values are excluded. |
FUNCTION | cumprod | double[](double...) | Returns the cumulative product. Null values are excluded. |
FUNCTION | cumprod | double[](float...) | Returns the cumulative product. Null values are excluded. |
FUNCTION | cumprod | long[](ByteVector) | Returns the cumulative product. Null values are excluded. |
FUNCTION | cumprod | long[](Byte[]) | Returns the cumulative product. Null values are excluded. |
FUNCTION | cumprod | long[](IntVector) | Returns the cumulative product. Null values are excluded. |
FUNCTION | cumprod | long[](Integer[]) | Returns the cumulative product. Null values are excluded. |
FUNCTION | cumprod | long[](LongVector) | Returns the cumulative product. Null values are excluded. |
FUNCTION | cumprod | long[](Long[]) | Returns the cumulative product. Null values are excluded. |
FUNCTION | cumprod | long[](ShortVector) | Returns the cumulative product. Null values are excluded. |
FUNCTION | cumprod | long[](Short[]) | Returns the cumulative product. Null values are excluded. |
FUNCTION | cumprod | long[](byte...) | Returns the cumulative product. Null values are excluded. |
FUNCTION | cumprod | long[](int...) | Returns the cumulative product. Null values are excluded. |
FUNCTION | cumprod | long[](long...) | Returns the cumulative product. Null values are excluded. |
FUNCTION | cumprod | long[](short...) | Returns the cumulative product. Null values are excluded. |
FUNCTION | cumsum | double[](DoubleVector) | Returns the cumulative sum. Null values are excluded. |
FUNCTION | cumsum | double[](Double[]) | Returns the cumulative sum. Null values are excluded. |
FUNCTION | cumsum | double[](FloatVector) | Returns the cumulative sum. Null values are excluded. |
FUNCTION | cumsum | double[](Float[]) | Returns the cumulative sum. Null values are excluded. |
FUNCTION | cumsum | double[](double...) | Returns the cumulative sum. Null values are excluded. |
FUNCTION | cumsum | double[](float...) | Returns the cumulative sum. Null values are excluded. |
FUNCTION | cumsum | long[](ByteVector) | Returns the cumulative sum. Null values are excluded. |
FUNCTION | cumsum | long[](Byte[]) | Returns the cumulative sum. Null values are excluded. |
FUNCTION | cumsum | long[](IntVector) | Returns the cumulative sum. Null values are excluded. |
FUNCTION | cumsum | long[](Integer[]) | Returns the cumulative sum. Null values are excluded. |
FUNCTION | cumsum | long[](LongVector) | Returns the cumulative sum. Null values are excluded. |
FUNCTION | cumsum | long[](Long[]) | Returns the cumulative sum. Null values are excluded. |
FUNCTION | cumsum | long[](ShortVector) | Returns the cumulative sum. Null values are excluded. |
FUNCTION | cumsum | long[](Short[]) | Returns the cumulative sum. Null values are excluded. |
FUNCTION | cumsum | long[](byte...) | Returns the cumulative sum. Null values are excluded. |
FUNCTION | cumsum | long[](int...) | Returns the cumulative sum. Null values are excluded. |
FUNCTION | cumsum | long[](long...) | Returns the cumulative sum. Null values are excluded. |
FUNCTION | cumsum | long[](short...) | Returns the cumulative sum. Null values are excluded. |
FUNCTION | diff | byte[](int, ByteVector) | Returns the differences between elements in the input vector separated by a stride. A stride of ... |
FUNCTION | diff | byte[](int, Byte[]) | Returns the differences between elements in the input vector separated by a stride. A stride of ... |
FUNCTION | diff | byte[](int, byte...) | Returns the differences between elements in the input vector separated by a stride. A stride of ... |
FUNCTION | diff | double[](int, DoubleVector) | Returns the differences between elements in the input vector separated by a stride. A stride of ... |
FUNCTION | diff | double[](int, Double[]) | Returns the differences between elements in the input vector separated by a stride. A stride of ... |
FUNCTION | diff | double[](int, double...) | Returns the differences between elements in the input vector separated by a stride. A stride of ... |
FUNCTION | diff | float[](int, FloatVector) | Returns the differences between elements in the input vector separated by a stride. A stride of ... |
FUNCTION | diff | float[](int, Float[]) | Returns the differences between elements in the input vector separated by a stride. A stride of ... |
FUNCTION | diff | float[](int, float...) | Returns the differences between elements in the input vector separated by a stride. A stride of ... |
FUNCTION | diff | int[](int, IntVector) | Returns the differences between elements in the input vector separated by a stride. A stride of ... |
FUNCTION | diff | int[](int, Integer[]) | Returns the differences between elements in the input vector separated by a stride. A stride of ... |
FUNCTION | diff | int[](int, int...) | Returns the differences between elements in the input vector separated by a stride. A stride of ... |
FUNCTION | diff | long[](int, LongVector) | Returns the differences between elements in the input vector separated by a stride. A stride of ... |
FUNCTION | diff | long[](int, Long[]) | Returns the differences between elements in the input vector separated by a stride. A stride of ... |
FUNCTION | diff | long[](int, long...) | Returns the differences between elements in the input vector separated by a stride. A stride of ... |
FUNCTION | diff | short[](int, ShortVector) | Returns the differences between elements in the input vector separated by a stride. A stride of ... |
FUNCTION | diff | short[](int, Short[]) | Returns the differences between elements in the input vector separated by a stride. A stride of ... |
FUNCTION | diff | short[](int, short...) | Returns the differences between elements in the input vector separated by a stride. A stride of ... |
FUNCTION | exp | double(byte) | Returns Euler's number e raised to a power. |
FUNCTION | exp | double(double) | Returns Euler's number e raised to a power. |
FUNCTION | exp | double(float) | Returns Euler's number e raised to a power. |
FUNCTION | exp | double(int) | Returns Euler's number e raised to a power. |
FUNCTION | exp | double(long) | Returns Euler's number e raised to a power. |
FUNCTION | exp | double(short) | Returns Euler's number e raised to a power. |
FUNCTION | floor | double(byte) | Returns the floor. This is the largest integer, which is less than or equal to the value. |
FUNCTION | floor | double(double) | Returns the floor. This is the largest integer, which is less than or equal to the value. |
FUNCTION | floor | double(float) | Returns the floor. This is the largest integer, which is less than or equal to the value. |
FUNCTION | floor | double(int) | Returns the floor. This is the largest integer, which is less than or equal to the value. |
FUNCTION | floor | double(long) | Returns the floor. This is the largest integer, which is less than or equal to the value. |
FUNCTION | floor | double(short) | Returns the floor. This is the largest integer, which is less than or equal to the value. |
FUNCTION | indexOfMax | long(ByteVector) | Returns the index of the maximum value. |
FUNCTION | indexOfMax | long(Byte[]) | Returns the index of the maximum value. |
FUNCTION | indexOfMax | long(DoubleVector) | Returns the index of the maximum value. |
FUNCTION | indexOfMax | long(Double[]) | Returns the index of the maximum value. |
FUNCTION | indexOfMax | long(FloatVector) | Returns the index of the maximum value. |
FUNCTION | indexOfMax | long(Float[]) | Returns the index of the maximum value. |
FUNCTION | indexOfMax | long(IntVector) | Returns the index of the maximum value. |
FUNCTION | indexOfMax | long(Integer[]) | Returns the index of the maximum value. |
FUNCTION | indexOfMax | long(LongVector) | Returns the index of the maximum value. |
FUNCTION | indexOfMax | long(Long[]) | Returns the index of the maximum value. |
FUNCTION | indexOfMax | long(ShortVector) | Returns the index of the maximum value. |
FUNCTION | indexOfMax | long(Short[]) | Returns the index of the maximum value. |
FUNCTION | indexOfMax | long(byte...) | Returns the index of the maximum value. |
FUNCTION | indexOfMax | long(double...) | Returns the index of the maximum value. |
FUNCTION | indexOfMax | long(float...) | Returns the index of the maximum value. |
FUNCTION | indexOfMax | long(int...) | Returns the index of the maximum value. |
FUNCTION | indexOfMax | long(long...) | Returns the index of the maximum value. |
FUNCTION | indexOfMax | long(short...) | Returns the index of the maximum value. |
FUNCTION | indexOfMaxObj | long(Comparable...) | Returns the index of the maximum value. |
FUNCTION | indexOfMaxObj | long(ObjectVector) | Returns the index of the maximum value. |
FUNCTION | indexOfMin | long(ByteVector) | Returns the index of the minimum value. |
FUNCTION | indexOfMin | long(Byte[]) | Returns the index of the minimum value. |
FUNCTION | indexOfMin | long(DoubleVector) | Returns the index of the minimum value. |
FUNCTION | indexOfMin | long(Double[]) | Returns the index of the minimum value. |
FUNCTION | indexOfMin | long(FloatVector) | Returns the index of the minimum value. |
FUNCTION | indexOfMin | long(Float[]) | Returns the index of the minimum value. |
FUNCTION | indexOfMin | long(IntVector) | Returns the index of the minimum value. |
FUNCTION | indexOfMin | long(Integer[]) | Returns the index of the minimum value. |
FUNCTION | indexOfMin | long(LongVector) | Returns the index of the minimum value. |
FUNCTION | indexOfMin | long(Long[]) | Returns the index of the minimum value. |
FUNCTION | indexOfMin | long(ShortVector) | Returns the index of the minimum value. |
FUNCTION | indexOfMin | long(Short[]) | Returns the index of the minimum value. |
FUNCTION | indexOfMin | long(byte...) | Returns the index of the minimum value. |
FUNCTION | indexOfMin | long(double...) | Returns the index of the minimum value. |
FUNCTION | indexOfMin | long(float...) | Returns the index of the minimum value. |
FUNCTION | indexOfMin | long(int...) | Returns the index of the minimum value. |
FUNCTION | indexOfMin | long(long...) | Returns the index of the minimum value. |
FUNCTION | indexOfMin | long(short...) | Returns the index of the minimum value. |
FUNCTION | indexOfMinObj | long(Comparable...) | Returns the index of the minimum value. |
FUNCTION | indexOfMinObj | long(ObjectVector) | Returns the index of the minimum value. |
FUNCTION | isFinite | boolean(Byte) | Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ... |
FUNCTION | isFinite | boolean(Double) | Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ... |
FUNCTION | isFinite | boolean(Float) | Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ... |
FUNCTION | isFinite | boolean(Integer) | Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ... |
FUNCTION | isFinite | boolean(Long) | Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ... |
FUNCTION | isFinite | boolean(Short) | Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ... |
FUNCTION | isFinite | boolean(byte) | Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ... |
FUNCTION | isFinite | boolean(double) | Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ... |
FUNCTION | isFinite | boolean(float) | Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ... |
FUNCTION | isFinite | boolean(int) | Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ... |
FUNCTION | isFinite | boolean(long) | Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ... |
FUNCTION | isFinite | boolean(short) | Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ... |
FUNCTION | isInf | boolean(Byte) | Returns true if the value is infinite and false otherwise. |
FUNCTION | isInf | boolean(Double) | Returns true if the value is infinite and false otherwise. |
FUNCTION | isInf | boolean(Float) | Returns true if the value is infinite and false otherwise. |
FUNCTION | isInf | boolean(Integer) | Returns true if the value is infinite and false otherwise. |
FUNCTION | isInf | boolean(Long) | Returns true if the value is infinite and false otherwise. |
FUNCTION | isInf | boolean(Short) | Returns true if the value is infinite and false otherwise. |
FUNCTION | isInf | boolean(byte) | Returns true if the value is infinite and false otherwise. |
FUNCTION | isInf | boolean(double) | Returns true if the value is infinite and false otherwise. |
FUNCTION | isInf | boolean(float) | Returns true if the value is infinite and false otherwise. |
FUNCTION | isInf | boolean(int) | Returns true if the value is infinite and false otherwise. |
FUNCTION | isInf | boolean(long) | Returns true if the value is infinite and false otherwise. |
FUNCTION | isInf | boolean(short) | Returns true if the value is infinite and false otherwise. |
FUNCTION | isNaN | boolean(Byte) | Returns true if the value is NaN and false otherwise. |
FUNCTION | isNaN | boolean(Double) | Returns true if the value is NaN and false otherwise. |
FUNCTION | isNaN | boolean(Float) | Returns true if the value is NaN and false otherwise. |
FUNCTION | isNaN | boolean(Integer) | Returns true if the value is NaN and false otherwise. |
FUNCTION | isNaN | boolean(Long) | Returns true if the value is NaN and false otherwise. |
FUNCTION | isNaN | boolean(Short) | Returns true if the value is NaN and false otherwise. |
FUNCTION | isNaN | boolean(byte) | Returns true if the value is NaN and false otherwise. |
FUNCTION | isNaN | boolean(double) | Returns true if the value is NaN and false otherwise. |
FUNCTION | isNaN | boolean(float) | Returns true if the value is NaN and false otherwise. |
FUNCTION | isNaN | boolean(int) | Returns true if the value is NaN and false otherwise. |
FUNCTION | isNaN | boolean(long) | Returns true if the value is NaN and false otherwise. |
FUNCTION | isNaN | boolean(short) | Returns true if the value is NaN and false otherwise. |
FUNCTION | log | double(byte) | Returns the natural logarithm (base e). |
FUNCTION | log | double(double) | Returns the natural logarithm (base e). |
FUNCTION | log | double(float) | Returns the natural logarithm (base e). |
FUNCTION | log | double(int) | Returns the natural logarithm (base e). |
FUNCTION | log | double(long) | Returns the natural logarithm (base e). |
FUNCTION | log | double(short) | Returns the natural logarithm (base e). |
FUNCTION | lowerBin | byte(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) | Returns the lower bound of the bin containing the value. The lower bound of the bin containing ... |
FUNCTION | lowerBin | double(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) | Returns the lower bound of the bin containing the value. The lower bound of the bin containing ... |
FUNCTION | lowerBin | float(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) | Returns the lower bound of the bin containing the value. The lower bound of the bin containing ... |
FUNCTION | lowerBin | int(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) | Returns the lower bound of the bin containing the value. The lower bound of the bin containing ... |
FUNCTION | lowerBin | long(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) | Returns the lower bound of the bin containing the value. The lower bound of the bin containing ... |
FUNCTION | lowerBin | short(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) | Returns the lower bound of the bin containing the value. The lower bound of the bin containing ... |
FUNCTION | max | byte(ByteVector) | Returns the maximum. Null values are excluded. |
FUNCTION | max | byte(Byte[]) | Returns the maximum. Null values are excluded. |
FUNCTION | max | byte(byte...) | Returns the maximum. Null values are excluded. |
FUNCTION | max | double(DoubleVector) | Returns the maximum. Null values are excluded. |
FUNCTION | max | double(Double[]) | Returns the maximum. Null values are excluded. |
FUNCTION | max | double(double...) | Returns the maximum. Null values are excluded. |
FUNCTION | max | float(FloatVector) | Returns the maximum. Null values are excluded. |
FUNCTION | max | float(Float[]) | Returns the maximum. Null values are excluded. |
FUNCTION | max | float(float...) | Returns the maximum. Null values are excluded. |
FUNCTION | max | int(IntVector) | Returns the maximum. Null values are excluded. |
FUNCTION | max | int(Integer[]) | Returns the maximum. Null values are excluded. |
FUNCTION | max | int(int...) | Returns the maximum. Null values are excluded. |
FUNCTION | max | long(LongVector) | Returns the maximum. Null values are excluded. |
FUNCTION | max | long(Long[]) | Returns the maximum. Null values are excluded. |
FUNCTION | max | long(long...) | Returns the maximum. Null values are excluded. |
FUNCTION | max | short(ShortVector) | Returns the maximum. Null values are excluded. |
FUNCTION | max | short(Short[]) | Returns the maximum. Null values are excluded. |
FUNCTION | max | short(short...) | Returns the maximum. Null values are excluded. |
FUNCTION | maxObj | Comparable(Comparable...) | Returns the maximum. Null values are excluded. |
FUNCTION | maxObj | Comparable(ObjectVector) | Returns the maximum. Null values are excluded. |
FUNCTION | median | double(ByteVector) | Returns the median. null input values are ignored but NaN values will poison the computation, an... |
FUNCTION | median | double(Byte[]) | Returns the median. null input values are ignored but NaN values will poison the computation, an... |
FUNCTION | median | double(DoubleVector) | Returns the median. null input values are ignored but NaN values will poison the computation, an... |
FUNCTION | median | double(Double[]) | Returns the median. null input values are ignored but NaN values will poison the computation, an... |
FUNCTION | median | double(FloatVector) | Returns the median. null input values are ignored but NaN values will poison the computation, an... |
FUNCTION | median | double(Float[]) | Returns the median. null input values are ignored but NaN values will poison the computation, an... |
FUNCTION | median | double(IntVector) | Returns the median. null input values are ignored but NaN values will poison the computation, an... |
FUNCTION | median | double(Integer[]) | Returns the median. null input values are ignored but NaN values will poison the computation, an... |
FUNCTION | median | double(LongVector) | Returns the median. null input values are ignored but NaN values will poison the computation, an... |
FUNCTION | median | double(Long[]) | Returns the median. null input values are ignored but NaN values will poison the computation, an... |
FUNCTION | median | double(ShortVector) | Returns the median. null input values are ignored but NaN values will poison the computation, an... |
FUNCTION | median | double(Short[]) | Returns the median. null input values are ignored but NaN values will poison the computation, an... |
FUNCTION | median | double(byte...) | Returns the median. null input values are ignored but NaN values will poison the computation, an... |
FUNCTION | median | double(double...) | Returns the median. null input values are ignored but NaN values will poison the computation, an... |
FUNCTION | median | double(float...) | Returns the median. null input values are ignored but NaN values will poison the computation, an... |
FUNCTION | median | double(int...) | Returns the median. null input values are ignored but NaN values will poison the computation, an... |
FUNCTION | median | double(long...) | Returns the median. null input values are ignored but NaN values will poison the computation, an... |
FUNCTION | median | double(short...) | Returns the median. null input values are ignored but NaN values will poison the computation, an... |
FUNCTION | min | byte(ByteVector) | Returns the minimum. Null values are excluded. |
FUNCTION | min | byte(Byte[]) | Returns the minimum. Null values are excluded. |
FUNCTION | min | byte(byte...) | Returns the minimum. Null values are excluded. |
FUNCTION | min | double(DoubleVector) | Returns the minimum. Null values are excluded. |
FUNCTION | min | double(Double[]) | Returns the minimum. Null values are excluded. |
FUNCTION | min | double(double...) | Returns the minimum. Null values are excluded. |
FUNCTION | min | float(FloatVector) | Returns the minimum. Null values are excluded. |
FUNCTION | min | float(Float[]) | Returns the minimum. Null values are excluded. |
FUNCTION | min | float(float...) | Returns the minimum. Null values are excluded. |
FUNCTION | min | int(IntVector) | Returns the minimum. Null values are excluded. |
FUNCTION | min | int(Integer[]) | Returns the minimum. Null values are excluded. |
FUNCTION | min | int(int...) | Returns the minimum. Null values are excluded. |
FUNCTION | min | long(LongVector) | Returns the minimum. Null values are excluded. |
FUNCTION | min | long(Long[]) | Returns the minimum. Null values are excluded. |
FUNCTION | min | long(long...) | Returns the minimum. Null values are excluded. |
FUNCTION | min | short(ShortVector) | Returns the minimum. Null values are excluded. |
FUNCTION | min | short(Short[]) | Returns the minimum. Null values are excluded. |
FUNCTION | min | short(short...) | Returns the minimum. Null values are excluded. |
FUNCTION | minObj | Comparable(Comparable...) | Returns the minimum. Null values are excluded. |
FUNCTION | minObj | Comparable(ObjectVector) | Returns the minimum. Null values are excluded. |
FUNCTION | percentile | byte(double, ByteVector) | Returns the percentile. null input values are ignored but NaN values will poison the computation,... |
FUNCTION | percentile | byte(double, byte...) | Returns the percentile. null input values are ignored but NaN values will poison the computation,... |
FUNCTION | percentile | double(double, DoubleVector) | Returns the percentile. null input values are ignored but NaN values will poison the computation,... |
FUNCTION | percentile | double(double, double...) | Returns the percentile. null input values are ignored but NaN values will poison the computation,... |
FUNCTION | percentile | float(double, FloatVector) | Returns the percentile. null input values are ignored but NaN values will poison the computation,... |
FUNCTION | percentile | float(double, float...) | Returns the percentile. null input values are ignored but NaN values will poison the computation,... |
FUNCTION | percentile | int(double, IntVector) | Returns the percentile. null input values are ignored but NaN values will poison the computation,... |
FUNCTION | percentile | int(double, int...) | Returns the percentile. null input values are ignored but NaN values will poison the computation,... |
FUNCTION | percentile | long(double, LongVector) | Returns the percentile. null input values are ignored but NaN values will poison the computation,... |
FUNCTION | percentile | long(double, long...) | Returns the percentile. null input values are ignored but NaN values will poison the computation,... |
FUNCTION | percentile | short(double, ShortVector) | Returns the percentile. null input values are ignored but NaN values will poison the computation,... |
FUNCTION | percentile | short(double, short...) | Returns the percentile. null input values are ignored but NaN values will poison the computation,... |
FUNCTION | pow | double(byte, byte) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(byte, double) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(byte, float) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(byte, int) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(byte, long) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(byte, short) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(double, byte) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(double, double) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(double, float) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(double, int) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(double, long) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(double, short) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(float, byte) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(float, double) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(float, float) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(float, int) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(float, long) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(float, short) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(int, byte) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(int, double) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(int, float) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(int, int) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(int, long) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(int, short) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(long, byte) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(long, double) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(long, float) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(long, int) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(long, long) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(long, short) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(short, byte) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(short, double) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(short, float) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(short, int) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(short, long) | Returns the value of the first argument raised to the second argument. |
FUNCTION | pow | double(short, short) | Returns the value of the first argument raised to the second argument. |
FUNCTION | product | double(DoubleVector) | Returns the product. Null values are excluded. |
FUNCTION | product | double(FloatVector) | Returns the product. Null values are excluded. |
FUNCTION | product | double(double...) | Returns the product. Null values are excluded. |
FUNCTION | product | double(float...) | Returns the product. Null values are excluded. |
FUNCTION | product | long(ByteVector) | Returns the product. Null values are excluded. |
FUNCTION | product | long(IntVector) | Returns the product. Null values are excluded. |
FUNCTION | product | long(LongVector) | Returns the product. Null values are excluded. |
FUNCTION | product | long(ShortVector) | Returns the product. Null values are excluded. |
FUNCTION | product | long(byte...) | Returns the product. Null values are excluded. |
FUNCTION | product | long(int...) | Returns the product. Null values are excluded. |
FUNCTION | product | long(long...) | Returns the product. Null values are excluded. |
FUNCTION | product | long(short...) | Returns the product. Null values are excluded. |
FUNCTION | random | double() | Returns a uniform random number between 0.0 (inclusive) and 1.0 (exclusive). |
FUNCTION | randomBool | boolean() | Returns a random boolean. |
FUNCTION | randomBool | boolean[](int) | Returns an array of random booleans. |
FUNCTION | randomDouble | double(double, double) | Returns a uniform random number. |
FUNCTION | randomDouble | double[](double, double, int) | Returns an array of uniform random numbers. |
FUNCTION | randomFloat | float(float, float) | Returns a uniform random number. |
FUNCTION | randomFloat | float[](float, float, int) | Returns an array of uniform random numbers. |
FUNCTION | randomGaussian | double(double, double) | Returns a Gaussian random number. |
FUNCTION | randomGaussian | double[](double, double, int) | Returns an array of Gaussian random numbers. |
FUNCTION | randomInt | int(int, int) | Returns a uniform random number. |
FUNCTION | randomInt | int[](int, int, int) | Returns an array of uniform random numbers. |
FUNCTION | randomLong | long(long, long) | Returns a uniform random number. |
FUNCTION | randomLong | long[](long, long, int) | Returns an array of uniform random numbers. |
FUNCTION | replaceIfNaN | double(double, double) | Replaces values that are NaN with a specified value. |
FUNCTION | replaceIfNaN | double[](DoubleVector, double) | Replaces values that are NaN with a specified value. |
FUNCTION | replaceIfNaN | double[](double[], double) | Replaces values that are NaN with a specified value. |
FUNCTION | replaceIfNaN | float(float, float) | Replaces values that are NaN with a specified value. |
FUNCTION | replaceIfNaN | float[](FloatVector, float) | Replaces values that are NaN with a specified value. |
FUNCTION | replaceIfNaN | float[](float[], float) | Replaces values that are NaN with a specified value. |
FUNCTION | replaceIfNonFinite | double(double, double) | Replaces values that are not finite according to Deephaven convention with a specified value. |
FUNCTION | replaceIfNonFinite | double[](DoubleVector, double) | Replaces values that are not finite according to Deephaven convention with a specified value. |
FUNCTION | replaceIfNonFinite | double[](double[], double) | Replaces values that are not finite according to Deephaven convention with a specified value. |
FUNCTION | replaceIfNonFinite | float(float, float) | Replaces values that are not finite according to Deephaven convention with a specified value. |
FUNCTION | replaceIfNonFinite | float[](FloatVector, float) | Replaces values that are not finite according to Deephaven convention with a specified value. |
FUNCTION | replaceIfNonFinite | float[](float[], float) | Replaces values that are not finite according to Deephaven convention with a specified value. |
FUNCTION | replaceIfNullNaN | double(double, double) | Replaces values that are NaN or null according to Deephaven convention with a specified value. |
FUNCTION | replaceIfNullNaN | double[](DoubleVector, double) | Replaces values that are NaN or null according to Deephaven convention with a specified value. |
FUNCTION | replaceIfNullNaN | double[](double[], double) | Replaces values that are NaN or null according to Deephaven convention with a specified value. |
FUNCTION | replaceIfNullNaN | float(float, float) | Replaces values that are NaN or null according to Deephaven convention with a specified value. |
FUNCTION | replaceIfNullNaN | float[](FloatVector, float) | Replaces values that are NaN or null according to Deephaven convention with a specified value. |
FUNCTION | replaceIfNullNaN | float[](float[], float) | Replaces values that are NaN or null according to Deephaven convention with a specified value. |
FUNCTION | rint | double(byte) | Returns the integer closest to the input value. |
FUNCTION | rint | double(double) | Returns the integer closest to the input value. |
FUNCTION | rint | double(float) | Returns the integer closest to the input value. |
FUNCTION | rint | double(int) | Returns the integer closest to the input value. |
FUNCTION | rint | double(long) | Returns the integer closest to the input value. |
FUNCTION | rint | double(short) | Returns the integer closest to the input value. |
FUNCTION | round | long(byte) | Returns the closest integer to the argument. If the argument is NaN, the result is 0. If the ar... |
FUNCTION | round | long(double) | Returns the closest integer to the argument. If the argument is NaN, the result is 0. If the ar... |
FUNCTION | round | long(float) | Returns the closest integer to the argument. If the argument is NaN, the result is 0. If the ar... |
FUNCTION | round | long(int) | Returns the closest integer to the argument. If the argument is NaN, the result is 0. If the ar... |
FUNCTION | round | long(long) | Returns the closest integer to the argument. If the argument is NaN, the result is 0. If the ar... |
FUNCTION | round | long(short) | Returns the closest integer to the argument. If the argument is NaN, the result is 0. If the ar... |
FUNCTION | sequence | byte[](byte, byte, byte) | Returns a sequence of values. |
FUNCTION | sequence | double[](double, double, double) | Returns a sequence of values. |
FUNCTION | sequence | float[](float, float, float) | Returns a sequence of values. |
FUNCTION | sequence | int[](int, int, int) | Returns a sequence of values. |
FUNCTION | sequence | long[](long, long, long) | Returns a sequence of values. |
FUNCTION | sequence | short[](short, short, short) | Returns a sequence of values. |
FUNCTION | signum | int(byte) | Returns the signum function. |
FUNCTION | signum | int(double) | Returns the signum function. |
FUNCTION | signum | int(float) | Returns the signum function. |
FUNCTION | signum | int(int) | Returns the signum function. |
FUNCTION | signum | int(long) | Returns the signum function. |
FUNCTION | signum | int(short) | Returns the signum function. |
FUNCTION | sin | double(byte) | Returns the sine. |
FUNCTION | sin | double(double) | Returns the sine. |
FUNCTION | sin | double(float) | Returns the sine. |
FUNCTION | sin | double(int) | Returns the sine. |
FUNCTION | sin | double(long) | Returns the sine. |
FUNCTION | sin | double(short) | Returns the sine. |
FUNCTION | sqrt | double(byte) | Returns the square root. |
FUNCTION | sqrt | double(double) | Returns the square root. |
FUNCTION | sqrt | double(float) | Returns the square root. |
FUNCTION | sqrt | double(int) | Returns the square root. |
FUNCTION | sqrt | double(long) | Returns the square root. |
FUNCTION | sqrt | double(short) | Returns the square root. |
FUNCTION | std | double(ByteVector) | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ... |
FUNCTION | std | double(Byte[]) | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ... |
FUNCTION | std | double(DoubleVector) | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ... |
FUNCTION | std | double(Double[]) | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ... |
FUNCTION | std | double(FloatVector) | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ... |
FUNCTION | std | double(Float[]) | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ... |
FUNCTION | std | double(IntVector) | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ... |
FUNCTION | std | double(Integer[]) | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ... |
FUNCTION | std | double(LongVector) | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ... |
FUNCTION | std | double(Long[]) | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ... |
FUNCTION | std | double(ShortVector) | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ... |
FUNCTION | std | double(Short[]) | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ... |
FUNCTION | std | double(byte...) | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ... |
FUNCTION | std | double(double...) | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ... |
FUNCTION | std | double(float...) | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ... |
FUNCTION | std | double(int...) | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ... |
FUNCTION | std | double(long...) | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ... |
FUNCTION | std | double(short...) | Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ... |
FUNCTION | ste | double(ByteVector) | Returns the standard error. Null values are excluded. |
FUNCTION | ste | double(Byte[]) | Returns the standard error. Null values are excluded. |
FUNCTION | ste | double(DoubleVector) | Returns the standard error. Null values are excluded. |
FUNCTION | ste | double(Double[]) | Returns the standard error. Null values are excluded. |
FUNCTION | ste | double(FloatVector) | Returns the standard error. Null values are excluded. |
FUNCTION | ste | double(Float[]) | Returns the standard error. Null values are excluded. |
FUNCTION | ste | double(IntVector) | Returns the standard error. Null values are excluded. |
FUNCTION | ste | double(Integer[]) | Returns the standard error. Null values are excluded. |
FUNCTION | ste | double(LongVector) | Returns the standard error. Null values are excluded. |
FUNCTION | ste | double(Long[]) | Returns the standard error. Null values are excluded. |
FUNCTION | ste | double(ShortVector) | Returns the standard error. Null values are excluded. |
FUNCTION | ste | double(Short[]) | Returns the standard error. Null values are excluded. |
FUNCTION | ste | double(byte...) | Returns the standard error. Null values are excluded. |
FUNCTION | ste | double(double...) | Returns the standard error. Null values are excluded. |
FUNCTION | ste | double(float...) | Returns the standard error. Null values are excluded. |
FUNCTION | ste | double(int...) | Returns the standard error. Null values are excluded. |
FUNCTION | ste | double(long...) | Returns the standard error. Null values are excluded. |
FUNCTION | ste | double(short...) | Returns the standard error. Null values are excluded. |
FUNCTION | sum | double(DoubleVector) | Returns the sum. Null values are excluded. |
FUNCTION | sum | double(FloatVector) | Returns the sum. Null values are excluded. |
FUNCTION | sum | double(double...) | Returns the sum. Null values are excluded. |
FUNCTION | sum | double(float...) | Returns the sum. Null values are excluded. |
FUNCTION | sum | long(ByteVector) | Returns the sum. Null values are excluded. |
FUNCTION | sum | long(IntVector) | Returns the sum. Null values are excluded. |
FUNCTION | sum | long(LongVector) | Returns the sum. Null values are excluded. |
FUNCTION | sum | long(ShortVector) | Returns the sum. Null values are excluded. |
FUNCTION | sum | long(byte...) | Returns the sum. Null values are excluded. |
FUNCTION | sum | long(int...) | Returns the sum. Null values are excluded. |
FUNCTION | sum | long(long...) | Returns the sum. Null values are excluded. |
FUNCTION | sum | long(short...) | Returns the sum. Null values are excluded. |
FUNCTION | tan | double(byte) | Returns the tangent. |
FUNCTION | tan | double(double) | Returns the tangent. |
FUNCTION | tan | double(float) | Returns the tangent. |
FUNCTION | tan | double(int) | Returns the tangent. |
FUNCTION | tan | double(long) | Returns the tangent. |
FUNCTION | tan | double(short) | Returns the tangent. |
FUNCTION | tstat | double(ByteVector) | Returns the t-statistic. Null values are excluded. |
FUNCTION | tstat | double(Byte[]) | Returns the t-statistic. Null values are excluded. |
FUNCTION | tstat | double(DoubleVector) | Returns the t-statistic. Null values are excluded. |
FUNCTION | tstat | double(Double[]) | Returns the t-statistic. Null values are excluded. |
FUNCTION | tstat | double(FloatVector) | Returns the t-statistic. Null values are excluded. |
FUNCTION | tstat | double(Float[]) | Returns the t-statistic. Null values are excluded. |
FUNCTION | tstat | double(IntVector) | Returns the t-statistic. Null values are excluded. |
FUNCTION | tstat | double(Integer[]) | Returns the t-statistic. Null values are excluded. |
FUNCTION | tstat | double(LongVector) | Returns the t-statistic. Null values are excluded. |
FUNCTION | tstat | double(Long[]) | Returns the t-statistic. Null values are excluded. |
FUNCTION | tstat | double(ShortVector) | Returns the t-statistic. Null values are excluded. |
FUNCTION | tstat | double(Short[]) | Returns the t-statistic. Null values are excluded. |
FUNCTION | tstat | double(byte...) | Returns the t-statistic. Null values are excluded. |
FUNCTION | tstat | double(double...) | Returns the t-statistic. Null values are excluded. |
FUNCTION | tstat | double(float...) | Returns the t-statistic. Null values are excluded. |
FUNCTION | tstat | double(int...) | Returns the t-statistic. Null values are excluded. |
FUNCTION | tstat | double(long...) | Returns the t-statistic. Null values are excluded. |
FUNCTION | tstat | double(short...) | Returns the t-statistic. Null values are excluded. |
FUNCTION | upperBin | byte(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) | Returns the upper bound of the bin containing the value. The upper bound of the bin containing ... |
FUNCTION | upperBin | double(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) | Returns the upper bound of the bin containing the value. The upper bound of the bin containing ... |
FUNCTION | upperBin | float(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) | Returns the upper bound of the bin containing the value. The upper bound of the bin containing ... |
FUNCTION | upperBin | int(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) | Returns the upper bound of the bin containing the value. The upper bound of the bin containing ... |
FUNCTION | upperBin | long(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) | Returns the upper bound of the bin containing the value. The upper bound of the bin containing ... |
FUNCTION | upperBin | short(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) | Returns the upper bound of the bin containing the value. The upper bound of the bin containing ... |
FUNCTION | var | double(ByteVector) | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse... |
FUNCTION | var | double(Byte[]) | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse... |
FUNCTION | var | double(DoubleVector) | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse... |
FUNCTION | var | double(Double[]) | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse... |
FUNCTION | var | double(FloatVector) | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse... |
FUNCTION | var | double(Float[]) | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse... |
FUNCTION | var | double(IntVector) | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse... |
FUNCTION | var | double(Integer[]) | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse... |
FUNCTION | var | double(LongVector) | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse... |
FUNCTION | var | double(Long[]) | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse... |
FUNCTION | var | double(ShortVector) | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse... |
FUNCTION | var | double(Short[]) | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse... |
FUNCTION | var | double(byte...) | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse... |
FUNCTION | var | double(double...) | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse... |
FUNCTION | var | double(float...) | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse... |
FUNCTION | var | double(int...) | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse... |
FUNCTION | var | double(long...) | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse... |
FUNCTION | var | double(short...) | Returns the sample variance. Null values are excluded. Sample variance is computed using Besse... |
FUNCTION | wavg | double(ByteVector, ByteVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(ByteVector, DoubleVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(ByteVector, FloatVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(ByteVector, IntVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(ByteVector, LongVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(ByteVector, ShortVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(ByteVector, byte[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(ByteVector, double[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(ByteVector, float[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(ByteVector, int[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(ByteVector, long[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(ByteVector, short[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(DoubleVector, ByteVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(DoubleVector, DoubleVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(DoubleVector, FloatVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(DoubleVector, IntVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(DoubleVector, LongVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(DoubleVector, ShortVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(DoubleVector, byte[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(DoubleVector, double[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(DoubleVector, float[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(DoubleVector, int[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(DoubleVector, long[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(DoubleVector, short[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(FloatVector, ByteVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(FloatVector, DoubleVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(FloatVector, FloatVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(FloatVector, IntVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(FloatVector, LongVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(FloatVector, ShortVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(FloatVector, byte[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(FloatVector, double[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(FloatVector, float[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(FloatVector, int[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(FloatVector, long[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(FloatVector, short[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(IntVector, ByteVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(IntVector, DoubleVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(IntVector, FloatVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(IntVector, IntVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(IntVector, LongVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(IntVector, ShortVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(IntVector, byte[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(IntVector, double[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(IntVector, float[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(IntVector, int[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(IntVector, long[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(IntVector, short[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(LongVector, ByteVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(LongVector, DoubleVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(LongVector, FloatVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(LongVector, IntVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(LongVector, LongVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(LongVector, ShortVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(LongVector, byte[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(LongVector, double[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(LongVector, float[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(LongVector, int[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(LongVector, long[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(LongVector, short[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(ShortVector, ByteVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(ShortVector, DoubleVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(ShortVector, FloatVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(ShortVector, IntVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(ShortVector, LongVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(ShortVector, ShortVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(ShortVector, byte[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(ShortVector, double[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(ShortVector, float[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(ShortVector, int[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(ShortVector, long[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(ShortVector, short[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(byte[], ByteVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(byte[], DoubleVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(byte[], FloatVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(byte[], IntVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(byte[], LongVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(byte[], ShortVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(byte[], byte[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(byte[], double[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(byte[], float[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(byte[], int[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(byte[], long[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(byte[], short[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(double[], ByteVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(double[], DoubleVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(double[], FloatVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(double[], IntVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(double[], LongVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(double[], ShortVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(double[], byte[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(double[], double[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(double[], float[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(double[], int[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(double[], long[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(double[], short[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(float[], ByteVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(float[], DoubleVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(float[], FloatVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(float[], IntVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(float[], LongVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(float[], ShortVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(float[], byte[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(float[], double[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(float[], float[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(float[], int[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(float[], long[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(float[], short[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(int[], ByteVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(int[], DoubleVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(int[], FloatVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(int[], IntVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(int[], LongVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(int[], ShortVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(int[], byte[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(int[], double[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(int[], float[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(int[], int[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(int[], long[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(int[], short[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(long[], ByteVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(long[], DoubleVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(long[], FloatVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(long[], IntVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(long[], LongVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(long[], ShortVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(long[], byte[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(long[], double[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(long[], float[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(long[], int[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(long[], long[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(long[], short[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(short[], ByteVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(short[], DoubleVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(short[], FloatVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(short[], IntVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(short[], LongVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(short[], ShortVector) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(short[], byte[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(short[], double[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(short[], float[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(short[], int[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(short[], long[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wavg | double(short[], short[]) | Returns the weighted average. Null values are excluded. |
FUNCTION | wstd | double(ByteVector, ByteVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(ByteVector, DoubleVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(ByteVector, FloatVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(ByteVector, IntVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(ByteVector, LongVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(ByteVector, ShortVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(ByteVector, byte[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(ByteVector, double[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(ByteVector, float[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(ByteVector, int[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(ByteVector, long[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(ByteVector, short[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(DoubleVector, ByteVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(DoubleVector, DoubleVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(DoubleVector, FloatVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(DoubleVector, IntVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(DoubleVector, LongVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(DoubleVector, ShortVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(DoubleVector, byte[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(DoubleVector, double[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(DoubleVector, float[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(DoubleVector, int[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(DoubleVector, long[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(DoubleVector, short[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(FloatVector, ByteVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(FloatVector, DoubleVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(FloatVector, FloatVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(FloatVector, IntVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(FloatVector, LongVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(FloatVector, ShortVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(FloatVector, byte[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(FloatVector, double[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(FloatVector, float[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(FloatVector, int[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(FloatVector, long[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(FloatVector, short[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(IntVector, ByteVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(IntVector, DoubleVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(IntVector, FloatVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(IntVector, IntVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(IntVector, LongVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(IntVector, ShortVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(IntVector, byte[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(IntVector, double[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(IntVector, float[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(IntVector, int[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(IntVector, long[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(IntVector, short[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(LongVector, ByteVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(LongVector, DoubleVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(LongVector, FloatVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(LongVector, IntVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(LongVector, LongVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(LongVector, ShortVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(LongVector, byte[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(LongVector, double[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(LongVector, float[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(LongVector, int[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(LongVector, long[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(LongVector, short[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(ShortVector, ByteVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(ShortVector, DoubleVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(ShortVector, FloatVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(ShortVector, IntVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(ShortVector, LongVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(ShortVector, ShortVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(ShortVector, byte[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(ShortVector, double[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(ShortVector, float[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(ShortVector, int[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(ShortVector, long[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(ShortVector, short[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(byte[], ByteVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(byte[], DoubleVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(byte[], FloatVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(byte[], IntVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(byte[], LongVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(byte[], ShortVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(byte[], byte[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(byte[], double[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(byte[], float[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(byte[], int[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(byte[], long[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(byte[], short[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(double[], ByteVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(double[], DoubleVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(double[], FloatVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(double[], IntVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(double[], LongVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(double[], ShortVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(double[], byte[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(double[], double[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(double[], float[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(double[], int[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(double[], long[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(double[], short[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(float[], ByteVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(float[], DoubleVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(float[], FloatVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(float[], IntVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(float[], LongVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(float[], ShortVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(float[], byte[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(float[], double[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(float[], float[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(float[], int[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(float[], long[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(float[], short[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(int[], ByteVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(int[], DoubleVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(int[], FloatVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(int[], IntVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(int[], LongVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(int[], ShortVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(int[], byte[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(int[], double[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(int[], float[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(int[], int[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(int[], long[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(int[], short[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(long[], ByteVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(long[], DoubleVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(long[], FloatVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(long[], IntVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(long[], LongVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(long[], ShortVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(long[], byte[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(long[], double[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(long[], float[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(long[], int[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(long[], long[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(long[], short[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(short[], ByteVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(short[], DoubleVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(short[], FloatVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(short[], IntVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(short[], LongVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(short[], ShortVector) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(short[], byte[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(short[], double[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(short[], float[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(short[], int[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(short[], long[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wstd | double(short[], short[]) | Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan... |
FUNCTION | wste | double(ByteVector, ByteVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(ByteVector, DoubleVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(ByteVector, FloatVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(ByteVector, IntVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(ByteVector, LongVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(ByteVector, ShortVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(ByteVector, byte[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(ByteVector, double[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(ByteVector, float[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(ByteVector, int[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(ByteVector, long[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(ByteVector, short[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(DoubleVector, ByteVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(DoubleVector, DoubleVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(DoubleVector, FloatVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(DoubleVector, IntVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(DoubleVector, LongVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(DoubleVector, ShortVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(DoubleVector, byte[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(DoubleVector, double[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(DoubleVector, float[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(DoubleVector, int[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(DoubleVector, long[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(DoubleVector, short[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(FloatVector, ByteVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(FloatVector, DoubleVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(FloatVector, FloatVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(FloatVector, IntVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(FloatVector, LongVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(FloatVector, ShortVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(FloatVector, byte[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(FloatVector, double[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(FloatVector, float[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(FloatVector, int[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(FloatVector, long[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(FloatVector, short[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(IntVector, ByteVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(IntVector, DoubleVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(IntVector, FloatVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(IntVector, IntVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(IntVector, LongVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(IntVector, ShortVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(IntVector, byte[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(IntVector, double[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(IntVector, float[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(IntVector, int[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(IntVector, long[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(IntVector, short[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(LongVector, ByteVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(LongVector, DoubleVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(LongVector, FloatVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(LongVector, IntVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(LongVector, LongVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(LongVector, ShortVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(LongVector, byte[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(LongVector, double[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(LongVector, float[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(LongVector, int[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(LongVector, long[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(LongVector, short[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(ShortVector, ByteVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(ShortVector, DoubleVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(ShortVector, FloatVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(ShortVector, IntVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(ShortVector, LongVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(ShortVector, ShortVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(ShortVector, byte[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(ShortVector, double[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(ShortVector, float[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(ShortVector, int[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(ShortVector, long[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(ShortVector, short[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(byte[], ByteVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(byte[], DoubleVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(byte[], FloatVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(byte[], IntVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(byte[], LongVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(byte[], ShortVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(byte[], byte[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(byte[], double[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(byte[], float[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(byte[], int[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(byte[], long[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(byte[], short[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(double[], ByteVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(double[], DoubleVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(double[], FloatVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(double[], IntVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(double[], LongVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(double[], ShortVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(double[], byte[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(double[], double[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(double[], float[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(double[], int[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(double[], long[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(double[], short[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(float[], ByteVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(float[], DoubleVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(float[], FloatVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(float[], IntVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(float[], LongVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(float[], ShortVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(float[], byte[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(float[], double[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(float[], float[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(float[], int[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(float[], long[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(float[], short[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(int[], ByteVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(int[], DoubleVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(int[], FloatVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(int[], IntVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(int[], LongVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(int[], ShortVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(int[], byte[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(int[], double[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(int[], float[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(int[], int[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(int[], long[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(int[], short[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(long[], ByteVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(long[], DoubleVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(long[], FloatVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(long[], IntVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(long[], LongVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(long[], ShortVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(long[], byte[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(long[], double[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(long[], float[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(long[], int[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(long[], long[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(long[], short[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(short[], ByteVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(short[], DoubleVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(short[], FloatVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(short[], IntVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(short[], LongVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(short[], ShortVector) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(short[], byte[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(short[], double[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(short[], float[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(short[], int[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(short[], long[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wste | double(short[], short[]) | Returns the weighted standard error. Null values are excluded. |
FUNCTION | wsum | double(ByteVector, DoubleVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(ByteVector, FloatVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(ByteVector, double[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(ByteVector, float[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(DoubleVector, ByteVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(DoubleVector, DoubleVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(DoubleVector, FloatVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(DoubleVector, IntVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(DoubleVector, LongVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(DoubleVector, ShortVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(DoubleVector, byte[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(DoubleVector, double[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(DoubleVector, float[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(DoubleVector, int[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(DoubleVector, long[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(DoubleVector, short[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(FloatVector, ByteVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(FloatVector, DoubleVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(FloatVector, FloatVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(FloatVector, IntVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(FloatVector, LongVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(FloatVector, ShortVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(FloatVector, byte[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(FloatVector, double[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(FloatVector, float[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(FloatVector, int[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(FloatVector, long[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(FloatVector, short[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(IntVector, DoubleVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(IntVector, FloatVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(IntVector, double[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(IntVector, float[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(LongVector, DoubleVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(LongVector, FloatVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(LongVector, double[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(LongVector, float[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(ShortVector, DoubleVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(ShortVector, FloatVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(ShortVector, double[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(ShortVector, float[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(byte[], DoubleVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(byte[], FloatVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(byte[], double[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(byte[], float[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(double[], ByteVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(double[], DoubleVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(double[], FloatVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(double[], IntVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(double[], LongVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(double[], ShortVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(double[], byte[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(double[], double[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(double[], float[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(double[], int[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(double[], long[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(double[], short[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(float[], ByteVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(float[], DoubleVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(float[], FloatVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(float[], IntVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(float[], LongVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(float[], ShortVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(float[], byte[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(float[], double[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(float[], float[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(float[], int[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(float[], long[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(float[], short[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(int[], DoubleVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(int[], FloatVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(int[], double[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(int[], float[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(long[], DoubleVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(long[], FloatVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(long[], double[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(long[], float[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(short[], DoubleVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(short[], FloatVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(short[], double[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | double(short[], float[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(ByteVector, ByteVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(ByteVector, IntVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(ByteVector, LongVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(ByteVector, ShortVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(ByteVector, byte[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(ByteVector, int[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(ByteVector, long[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(ByteVector, short[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(IntVector, ByteVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(IntVector, IntVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(IntVector, LongVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(IntVector, ShortVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(IntVector, byte[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(IntVector, int[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(IntVector, long[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(IntVector, short[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(LongVector, ByteVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(LongVector, IntVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(LongVector, LongVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(LongVector, ShortVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(LongVector, byte[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(LongVector, int[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(LongVector, long[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(LongVector, short[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(ShortVector, ByteVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(ShortVector, IntVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(ShortVector, LongVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(ShortVector, ShortVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(ShortVector, byte[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(ShortVector, int[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(ShortVector, long[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(ShortVector, short[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(byte[], ByteVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(byte[], IntVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(byte[], LongVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(byte[], ShortVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(byte[], byte[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(byte[], int[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(byte[], long[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(byte[], short[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(int[], ByteVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(int[], IntVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(int[], LongVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(int[], ShortVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(int[], byte[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(int[], int[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(int[], long[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(int[], short[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(long[], ByteVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(long[], IntVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(long[], LongVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(long[], ShortVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(long[], byte[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(long[], int[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(long[], long[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(long[], short[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(short[], ByteVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(short[], IntVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(short[], LongVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(short[], ShortVector) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(short[], byte[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(short[], int[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(short[], long[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wsum | long(short[], short[]) | Returns the weighted sum. Null values are excluded. |
FUNCTION | wtstat | double(ByteVector, ByteVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(ByteVector, DoubleVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(ByteVector, FloatVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(ByteVector, IntVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(ByteVector, LongVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(ByteVector, ShortVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(ByteVector, byte[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(ByteVector, double[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(ByteVector, float[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(ByteVector, int[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(ByteVector, long[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(ByteVector, short[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(DoubleVector, ByteVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(DoubleVector, DoubleVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(DoubleVector, FloatVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(DoubleVector, IntVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(DoubleVector, LongVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(DoubleVector, ShortVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(DoubleVector, byte[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(DoubleVector, double[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(DoubleVector, float[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(DoubleVector, int[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(DoubleVector, long[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(DoubleVector, short[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(FloatVector, ByteVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(FloatVector, DoubleVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(FloatVector, FloatVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(FloatVector, IntVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(FloatVector, LongVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(FloatVector, ShortVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(FloatVector, byte[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(FloatVector, double[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(FloatVector, float[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(FloatVector, int[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(FloatVector, long[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(FloatVector, short[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(IntVector, ByteVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(IntVector, DoubleVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(IntVector, FloatVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(IntVector, IntVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(IntVector, LongVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(IntVector, ShortVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(IntVector, byte[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(IntVector, double[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(IntVector, float[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(IntVector, int[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(IntVector, long[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(IntVector, short[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(LongVector, ByteVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(LongVector, DoubleVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(LongVector, FloatVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(LongVector, IntVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(LongVector, LongVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(LongVector, ShortVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(LongVector, byte[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(LongVector, double[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(LongVector, float[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(LongVector, int[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(LongVector, long[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(LongVector, short[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(ShortVector, ByteVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(ShortVector, DoubleVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(ShortVector, FloatVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(ShortVector, IntVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(ShortVector, LongVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(ShortVector, ShortVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(ShortVector, byte[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(ShortVector, double[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(ShortVector, float[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(ShortVector, int[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(ShortVector, long[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(ShortVector, short[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(byte[], ByteVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(byte[], DoubleVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(byte[], FloatVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(byte[], IntVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(byte[], LongVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(byte[], ShortVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(byte[], byte[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(byte[], double[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(byte[], float[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(byte[], int[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(byte[], long[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(byte[], short[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(double[], ByteVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(double[], DoubleVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(double[], FloatVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(double[], IntVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(double[], LongVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(double[], ShortVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(double[], byte[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(double[], double[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(double[], float[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(double[], int[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(double[], long[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(double[], short[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(float[], ByteVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(float[], DoubleVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(float[], FloatVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(float[], IntVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(float[], LongVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(float[], ShortVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(float[], byte[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(float[], double[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(float[], float[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(float[], int[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(float[], long[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(float[], short[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(int[], ByteVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(int[], DoubleVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(int[], FloatVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(int[], IntVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(int[], LongVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(int[], ShortVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(int[], byte[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(int[], double[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(int[], float[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(int[], int[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(int[], long[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(int[], short[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(long[], ByteVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(long[], DoubleVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(long[], FloatVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(long[], IntVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(long[], LongVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(long[], ShortVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(long[], byte[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(long[], double[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(long[], float[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(long[], int[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(long[], long[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(long[], short[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(short[], ByteVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(short[], DoubleVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(short[], FloatVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(short[], IntVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(short[], LongVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(short[], ShortVector) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(short[], byte[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(short[], double[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(short[], float[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(short[], int[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(short[], long[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wtstat | double(short[], short[]) | Returns the weighted t-statistic. Null values are excluded. |
FUNCTION | wvar | double(ByteVector, ByteVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(ByteVector, DoubleVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(ByteVector, FloatVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(ByteVector, IntVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(ByteVector, LongVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(ByteVector, ShortVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(ByteVector, byte[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(ByteVector, double[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(ByteVector, float[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(ByteVector, int[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(ByteVector, long[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(ByteVector, short[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(DoubleVector, ByteVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(DoubleVector, DoubleVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(DoubleVector, FloatVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(DoubleVector, IntVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(DoubleVector, LongVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(DoubleVector, ShortVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(DoubleVector, byte[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(DoubleVector, double[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(DoubleVector, float[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(DoubleVector, int[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(DoubleVector, long[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(DoubleVector, short[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(FloatVector, ByteVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(FloatVector, DoubleVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(FloatVector, FloatVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(FloatVector, IntVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(FloatVector, LongVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(FloatVector, ShortVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(FloatVector, byte[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(FloatVector, double[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(FloatVector, float[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(FloatVector, int[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(FloatVector, long[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(FloatVector, short[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(IntVector, ByteVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(IntVector, DoubleVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(IntVector, FloatVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(IntVector, IntVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(IntVector, LongVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(IntVector, ShortVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(IntVector, byte[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(IntVector, double[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(IntVector, float[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(IntVector, int[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(IntVector, long[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(IntVector, short[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(LongVector, ByteVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(LongVector, DoubleVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(LongVector, FloatVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(LongVector, IntVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(LongVector, LongVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(LongVector, ShortVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(LongVector, byte[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(LongVector, double[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(LongVector, float[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(LongVector, int[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(LongVector, long[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(LongVector, short[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(ShortVector, ByteVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(ShortVector, DoubleVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(ShortVector, FloatVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(ShortVector, IntVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(ShortVector, LongVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(ShortVector, ShortVector) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(ShortVector, byte[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(ShortVector, double[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(ShortVector, float[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(ShortVector, int[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(ShortVector, long[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(ShortVector, short[]) | Returns the weighted sample variance. Null values are excluded. Sample variance is computed us... |
FUNCTION | wvar | double(byte[], ByteVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(byte[], DoubleVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(byte[], FloatVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(byte[], IntVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(byte[], LongVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(byte[], ShortVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(byte[], byte[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(byte[], double[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(byte[], float[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(byte[], int[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(byte[], long[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(byte[], short[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(double[], ByteVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(double[], DoubleVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(double[], FloatVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(double[], IntVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(double[], LongVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(double[], ShortVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(double[], byte[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(double[], double[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(double[], float[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(double[], int[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(double[], long[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(double[], short[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(float[], ByteVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(float[], DoubleVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(float[], FloatVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(float[], IntVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(float[], LongVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(float[], ShortVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(float[], byte[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(float[], double[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(float[], float[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(float[], int[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(float[], long[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(float[], short[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(int[], ByteVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(int[], DoubleVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(int[], FloatVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(int[], IntVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(int[], LongVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(int[], ShortVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(int[], byte[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(int[], double[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(int[], float[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(int[], int[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(int[], long[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(int[], short[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(long[], ByteVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(long[], DoubleVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(long[], FloatVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(long[], IntVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(long[], LongVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(long[], ShortVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(long[], byte[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(long[], double[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(long[], float[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(long[], int[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(long[], long[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(long[], short[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(short[], ByteVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(short[], DoubleVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(short[], FloatVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(short[], IntVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(short[], LongVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(short[], ShortVector) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(short[], byte[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(short[], double[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(short[], float[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(short[], int[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(short[], long[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |
FUNCTION | wvar | double(short[], short[]) | Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co... |