Math functions

Mathematical operations from io.deephaven.function.Numeric including abs, sum, avg, min, max, trigonometry, and statistics.

TypeNameSignatureDescription
CONSTANTEdoubleThe double value that is closer than any other to e, the base of the natural logarithms.
CONSTANTPIdoubleThe double value that is closer than any other to pi, the ratio of the circumference of a circle ...
FUNCTIONIEEEremainderdouble(double, double)Returns the IEEE 754 remainder of the division of the arguments.
FUNCTIONIEEEremainderfloat(float, float)Returns the IEEE 754 remainder of the division of the arguments.
FUNCTIONabsbyte(byte)Returns the absolute value.
FUNCTIONabsdouble(double)Returns the absolute value.
FUNCTIONabsfloat(float)Returns the absolute value.
FUNCTIONabsint(int)Returns the absolute value.
FUNCTIONabslong(long)Returns the absolute value.
FUNCTIONabsshort(short)Returns the absolute value.
FUNCTIONabsAvgdouble(ByteVector)Returns the mean of the absolute values of values. Null values are excluded.
FUNCTIONabsAvgdouble(Byte[])Returns the mean of the absolute values of values. Null values are excluded.
FUNCTIONabsAvgdouble(DoubleVector)Returns the mean of the absolute values of values. Null values are excluded.
FUNCTIONabsAvgdouble(Double[])Returns the mean of the absolute values of values. Null values are excluded.
FUNCTIONabsAvgdouble(FloatVector)Returns the mean of the absolute values of values. Null values are excluded.
FUNCTIONabsAvgdouble(Float[])Returns the mean of the absolute values of values. Null values are excluded.
FUNCTIONabsAvgdouble(IntVector)Returns the mean of the absolute values of values. Null values are excluded.
FUNCTIONabsAvgdouble(Integer[])Returns the mean of the absolute values of values. Null values are excluded.
FUNCTIONabsAvgdouble(LongVector)Returns the mean of the absolute values of values. Null values are excluded.
FUNCTIONabsAvgdouble(Long[])Returns the mean of the absolute values of values. Null values are excluded.
FUNCTIONabsAvgdouble(ShortVector)Returns the mean of the absolute values of values. Null values are excluded.
FUNCTIONabsAvgdouble(Short[])Returns the mean of the absolute values of values. Null values are excluded.
FUNCTIONabsAvgdouble(byte...)Returns the mean of the absolute values of values. Null values are excluded.
FUNCTIONabsAvgdouble(double...)Returns the mean of the absolute values of values. Null values are excluded.
FUNCTIONabsAvgdouble(float...)Returns the mean of the absolute values of values. Null values are excluded.
FUNCTIONabsAvgdouble(int...)Returns the mean of the absolute values of values. Null values are excluded.
FUNCTIONabsAvgdouble(long...)Returns the mean of the absolute values of values. Null values are excluded.
FUNCTIONabsAvgdouble(short...)Returns the mean of the absolute values of values. Null values are excluded.
FUNCTIONacosdouble(byte)Returns the arc cosine.
FUNCTIONacosdouble(double)Returns the arc cosine.
FUNCTIONacosdouble(float)Returns the arc cosine.
FUNCTIONacosdouble(int)Returns the arc cosine.
FUNCTIONacosdouble(long)Returns the arc cosine.
FUNCTIONacosdouble(short)Returns the arc cosine.
FUNCTIONaddExactbyte(byte, byte)Returns the sum of its arguments, throwing an exception if the result overflows.
FUNCTIONaddExactint(int, int)Returns the sum of its arguments, throwing an exception if the result overflows.
FUNCTIONaddExactlong(long, long)Returns the sum of its arguments, throwing an exception if the result overflows.
FUNCTIONaddExactshort(short, short)Returns the sum of its arguments, throwing an exception if the result overflows.
FUNCTIONasindouble(byte)Returns the arc sine.
FUNCTIONasindouble(double)Returns the arc sine.
FUNCTIONasindouble(float)Returns the arc sine.
FUNCTIONasindouble(int)Returns the arc sine.
FUNCTIONasindouble(long)Returns the arc sine.
FUNCTIONasindouble(short)Returns the arc sine.
FUNCTIONatandouble(byte)Returns the arc tangent.
FUNCTIONatandouble(double)Returns the arc tangent.
FUNCTIONatandouble(float)Returns the arc tangent.
FUNCTIONatandouble(int)Returns the arc tangent.
FUNCTIONatandouble(long)Returns the arc tangent.
FUNCTIONatandouble(short)Returns the arc tangent.
FUNCTIONatan2double(byte, byte)Returns the angle theta from the conversion of rectangular coordinates (x, y) to polar coordinate...
FUNCTIONatan2double(double, double)Returns the angle theta from the conversion of rectangular coordinates (x, y) to polar coordinate...
FUNCTIONatan2double(float, float)Returns the angle theta from the conversion of rectangular coordinates (x, y) to polar coordinate...
FUNCTIONatan2double(int, int)Returns the angle theta from the conversion of rectangular coordinates (x, y) to polar coordinate...
FUNCTIONatan2double(long, long)Returns the angle theta from the conversion of rectangular coordinates (x, y) to polar coordinate...
FUNCTIONatan2double(short, short)Returns the angle theta from the conversion of rectangular coordinates (x, y) to polar coordinate...
FUNCTIONavgdouble(ByteVector)Returns the mean. Null values are excluded.
FUNCTIONavgdouble(Byte[])Returns the mean. Null values are excluded.
FUNCTIONavgdouble(DoubleVector)Returns the mean. Null values are excluded.
FUNCTIONavgdouble(Double[])Returns the mean. Null values are excluded.
FUNCTIONavgdouble(FloatVector)Returns the mean. Null values are excluded.
FUNCTIONavgdouble(Float[])Returns the mean. Null values are excluded.
FUNCTIONavgdouble(IntVector)Returns the mean. Null values are excluded.
FUNCTIONavgdouble(Integer[])Returns the mean. Null values are excluded.
FUNCTIONavgdouble(LongVector)Returns the mean. Null values are excluded.
FUNCTIONavgdouble(Long[])Returns the mean. Null values are excluded.
FUNCTIONavgdouble(ShortVector)Returns the mean. Null values are excluded.
FUNCTIONavgdouble(Short[])Returns the mean. Null values are excluded.
FUNCTIONavgdouble(byte...)Returns the mean. Null values are excluded.
FUNCTIONavgdouble(double...)Returns the mean. Null values are excluded.
FUNCTIONavgdouble(float...)Returns the mean. Null values are excluded.
FUNCTIONavgdouble(int...)Returns the mean. Null values are excluded.
FUNCTIONavgdouble(long...)Returns the mean. Null values are excluded.
FUNCTIONavgdouble(short...)Returns the mean. Null values are excluded.
FUNCTIONcbrtdouble(byte)Returns the cube root of a value.
FUNCTIONcbrtdouble(double)Returns the cube root of a value.
FUNCTIONcbrtdouble(float)Returns the cube root of a value.
FUNCTIONcbrtdouble(int)Returns the cube root of a value.
FUNCTIONcbrtdouble(long)Returns the cube root of a value.
FUNCTIONcbrtdouble(short)Returns the cube root of a value.
FUNCTIONceildouble(byte)Returns the ceiling. This is the smallest integer, which is greater than or equal to the value.
FUNCTIONceildouble(double)Returns the ceiling. This is the smallest integer, which is greater than or equal to the value.
FUNCTIONceildouble(float)Returns the ceiling. This is the smallest integer, which is greater than or equal to the value.
FUNCTIONceildouble(int)Returns the ceiling. This is the smallest integer, which is greater than or equal to the value.
FUNCTIONceildouble(long)Returns the ceiling. This is the smallest integer, which is greater than or equal to the value.
FUNCTIONceildouble(short)Returns the ceiling. This is the smallest integer, which is greater than or equal to the value.
FUNCTIONclampbyte(byte, byte, byte)Constrains the value to be on the [min,max] range. If the value is less than min, min is returne...
FUNCTIONclampdouble(double, double, double)Constrains the value to be on the [min,max] range. If the value is less than min, min is returne...
FUNCTIONclampfloat(float, float, float)Constrains the value to be on the [min,max] range. If the value is less than min, min is returne...
FUNCTIONclampint(int, int, int)Constrains the value to be on the [min,max] range. If the value is less than min, min is returne...
FUNCTIONclamplong(long, long, long)Constrains the value to be on the [min,max] range. If the value is less than min, min is returne...
FUNCTIONclampshort(short, short, short)Constrains the value to be on the [min,max] range. If the value is less than min, min is returne...
FUNCTIONcompareint(Byte, Byte)Compares two specified values. Deephaven null values are less than normal numbers which are less...
FUNCTIONcompareint(Double, Double)Compares two specified values. Deephaven null values are less than normal numbers which are less...
FUNCTIONcompareint(Float, Float)Compares two specified values. Deephaven null values are less than normal numbers which are less...
FUNCTIONcompareint(Integer, Integer)Compares two specified values. Deephaven null values are less than normal numbers which are less...
FUNCTIONcompareint(Long, Long)Compares two specified values. Deephaven null values are less than normal numbers which are less...
FUNCTIONcompareint(Short, Short)Compares two specified values. Deephaven null values are less than normal numbers which are less...
FUNCTIONcompareint(byte, byte)Compares two specified values. Deephaven null values are less than normal numbers which are less...
FUNCTIONcompareint(double, double)Compares two specified values. Deephaven null values are less than normal numbers which are less...
FUNCTIONcompareint(float, float)Compares two specified values. Deephaven null values are less than normal numbers which are less...
FUNCTIONcompareint(int, int)Compares two specified values. Deephaven null values are less than normal numbers which are less...
FUNCTIONcompareint(long, long)Compares two specified values. Deephaven null values are less than normal numbers which are less...
FUNCTIONcompareint(short, short)Compares two specified values. Deephaven null values are less than normal numbers which are less...
FUNCTIONcontainsNonFiniteboolean(Byte[])Returns true if the values contains any non-finite value, where "finite" is defined as not infin...
FUNCTIONcontainsNonFiniteboolean(Double[])Returns true if the values contains any non-finite value, where "finite" is defined as not infin...
FUNCTIONcontainsNonFiniteboolean(Float[])Returns true if the values contains any non-finite value, where "finite" is defined as not infin...
FUNCTIONcontainsNonFiniteboolean(Integer[])Returns true if the values contains any non-finite value, where "finite" is defined as not infin...
FUNCTIONcontainsNonFiniteboolean(Long[])Returns true if the values contains any non-finite value, where "finite" is defined as not infin...
FUNCTIONcontainsNonFiniteboolean(Short[])Returns true if the values contains any non-finite value, where "finite" is defined as not infin...
FUNCTIONcontainsNonFiniteboolean(byte...)Returns true if the values contains any non-finite value, where "finite" is defined as not infin...
FUNCTIONcontainsNonFiniteboolean(double...)Returns true if the values contains any non-finite value, where "finite" is defined as not infin...
FUNCTIONcontainsNonFiniteboolean(float...)Returns true if the values contains any non-finite value, where "finite" is defined as not infin...
FUNCTIONcontainsNonFiniteboolean(int...)Returns true if the values contains any non-finite value, where "finite" is defined as not infin...
FUNCTIONcontainsNonFiniteboolean(long...)Returns true if the values contains any non-finite value, where "finite" is defined as not infin...
FUNCTIONcontainsNonFiniteboolean(short...)Returns true if the values contains any non-finite value, where "finite" is defined as not infin...
FUNCTIONcopySignbyte(byte, byte)Returns the first argument with the sign of the second argument.
FUNCTIONcopySigndouble(double, double)Returns the first argument with the sign of the second argument.
FUNCTIONcopySignfloat(float, float)Returns the first argument with the sign of the second argument.
FUNCTIONcopySignint(int, int)Returns the first argument with the sign of the second argument.
FUNCTIONcopySignlong(long, long)Returns the first argument with the sign of the second argument.
FUNCTIONcopySignshort(short, short)Returns the first argument with the sign of the second argument.
FUNCTIONcordouble(ByteVector, ByteVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(ByteVector, DoubleVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(ByteVector, FloatVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(ByteVector, IntVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(ByteVector, LongVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(ByteVector, ShortVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(ByteVector, byte[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(ByteVector, double[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(ByteVector, float[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(ByteVector, int[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(ByteVector, long[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(ByteVector, short[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(DoubleVector, ByteVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(DoubleVector, DoubleVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(DoubleVector, FloatVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(DoubleVector, IntVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(DoubleVector, LongVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(DoubleVector, ShortVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(DoubleVector, byte[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(DoubleVector, double[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(DoubleVector, float[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(DoubleVector, int[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(DoubleVector, long[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(DoubleVector, short[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(FloatVector, ByteVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(FloatVector, DoubleVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(FloatVector, FloatVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(FloatVector, IntVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(FloatVector, LongVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(FloatVector, ShortVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(FloatVector, byte[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(FloatVector, double[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(FloatVector, float[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(FloatVector, int[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(FloatVector, long[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(FloatVector, short[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(IntVector, ByteVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(IntVector, DoubleVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(IntVector, FloatVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(IntVector, IntVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(IntVector, LongVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(IntVector, ShortVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(IntVector, byte[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(IntVector, double[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(IntVector, float[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(IntVector, int[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(IntVector, long[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(IntVector, short[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(LongVector, ByteVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(LongVector, DoubleVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(LongVector, FloatVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(LongVector, IntVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(LongVector, LongVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(LongVector, ShortVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(LongVector, byte[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(LongVector, double[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(LongVector, float[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(LongVector, int[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(LongVector, long[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(LongVector, short[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(ShortVector, ByteVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(ShortVector, DoubleVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(ShortVector, FloatVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(ShortVector, IntVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(ShortVector, LongVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(ShortVector, ShortVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(ShortVector, byte[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(ShortVector, double[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(ShortVector, float[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(ShortVector, int[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(ShortVector, long[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(ShortVector, short[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(byte[], ByteVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(byte[], DoubleVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(byte[], FloatVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(byte[], IntVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(byte[], LongVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(byte[], ShortVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(byte[], byte[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(byte[], double[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(byte[], float[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(byte[], int[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(byte[], long[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(byte[], short[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(double[], ByteVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(double[], DoubleVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(double[], FloatVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(double[], IntVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(double[], LongVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(double[], ShortVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(double[], byte[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(double[], double[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(double[], float[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(double[], int[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(double[], long[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(double[], short[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(float[], ByteVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(float[], DoubleVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(float[], FloatVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(float[], IntVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(float[], LongVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(float[], ShortVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(float[], byte[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(float[], double[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(float[], float[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(float[], int[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(float[], long[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(float[], short[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(int[], ByteVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(int[], DoubleVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(int[], FloatVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(int[], IntVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(int[], LongVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(int[], ShortVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(int[], byte[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(int[], double[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(int[], float[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(int[], int[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(int[], long[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(int[], short[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(long[], ByteVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(long[], DoubleVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(long[], FloatVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(long[], IntVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(long[], LongVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(long[], ShortVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(long[], byte[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(long[], double[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(long[], float[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(long[], int[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(long[], long[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(long[], short[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(short[], ByteVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(short[], DoubleVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(short[], FloatVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(short[], IntVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(short[], LongVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(short[], ShortVector)Returns the correlation. Null values are excluded.
FUNCTIONcordouble(short[], byte[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(short[], double[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(short[], float[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(short[], int[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(short[], long[])Returns the correlation. Null values are excluded.
FUNCTIONcordouble(short[], short[])Returns the correlation. Null values are excluded.
FUNCTIONcosdouble(byte)Returns the cosine.
FUNCTIONcosdouble(double)Returns the cosine.
FUNCTIONcosdouble(float)Returns the cosine.
FUNCTIONcosdouble(int)Returns the cosine.
FUNCTIONcosdouble(long)Returns the cosine.
FUNCTIONcosdouble(short)Returns the cosine.
FUNCTIONcoshdouble(byte)Returns the hyperbolic cosine.
FUNCTIONcoshdouble(double)Returns the hyperbolic cosine.
FUNCTIONcoshdouble(float)Returns the hyperbolic cosine.
FUNCTIONcoshdouble(int)Returns the hyperbolic cosine.
FUNCTIONcoshdouble(long)Returns the hyperbolic cosine.
FUNCTIONcoshdouble(short)Returns the hyperbolic cosine.
FUNCTIONcountNeglong(ByteVector)Counts the number of negative values.
FUNCTIONcountNeglong(Byte[])Counts the number of negative values.
FUNCTIONcountNeglong(DoubleVector)Counts the number of negative values.
FUNCTIONcountNeglong(Double[])Counts the number of negative values.
FUNCTIONcountNeglong(FloatVector)Counts the number of negative values.
FUNCTIONcountNeglong(Float[])Counts the number of negative values.
FUNCTIONcountNeglong(IntVector)Counts the number of negative values.
FUNCTIONcountNeglong(Integer[])Counts the number of negative values.
FUNCTIONcountNeglong(LongVector)Counts the number of negative values.
FUNCTIONcountNeglong(Long[])Counts the number of negative values.
FUNCTIONcountNeglong(ShortVector)Counts the number of negative values.
FUNCTIONcountNeglong(Short[])Counts the number of negative values.
FUNCTIONcountNeglong(byte...)Counts the number of negative values.
FUNCTIONcountNeglong(double...)Counts the number of negative values.
FUNCTIONcountNeglong(float...)Counts the number of negative values.
FUNCTIONcountNeglong(int...)Counts the number of negative values.
FUNCTIONcountNeglong(long...)Counts the number of negative values.
FUNCTIONcountNeglong(short...)Counts the number of negative values.
FUNCTIONcountPoslong(ByteVector)Counts the number of positive values.
FUNCTIONcountPoslong(Byte[])Counts the number of positive values.
FUNCTIONcountPoslong(DoubleVector)Counts the number of positive values.
FUNCTIONcountPoslong(Double[])Counts the number of positive values.
FUNCTIONcountPoslong(FloatVector)Counts the number of positive values.
FUNCTIONcountPoslong(Float[])Counts the number of positive values.
FUNCTIONcountPoslong(IntVector)Counts the number of positive values.
FUNCTIONcountPoslong(Integer[])Counts the number of positive values.
FUNCTIONcountPoslong(LongVector)Counts the number of positive values.
FUNCTIONcountPoslong(Long[])Counts the number of positive values.
FUNCTIONcountPoslong(ShortVector)Counts the number of positive values.
FUNCTIONcountPoslong(Short[])Counts the number of positive values.
FUNCTIONcountPoslong(byte...)Counts the number of positive values.
FUNCTIONcountPoslong(double...)Counts the number of positive values.
FUNCTIONcountPoslong(float...)Counts the number of positive values.
FUNCTIONcountPoslong(int...)Counts the number of positive values.
FUNCTIONcountPoslong(long...)Counts the number of positive values.
FUNCTIONcountPoslong(short...)Counts the number of positive values.
FUNCTIONcountZerolong(ByteVector)Counts the number of zero values.
FUNCTIONcountZerolong(Byte[])Counts the number of zero values.
FUNCTIONcountZerolong(DoubleVector)Counts the number of zero values.
FUNCTIONcountZerolong(Double[])Counts the number of zero values.
FUNCTIONcountZerolong(FloatVector)Counts the number of zero values.
FUNCTIONcountZerolong(Float[])Counts the number of zero values.
FUNCTIONcountZerolong(IntVector)Counts the number of zero values.
FUNCTIONcountZerolong(Integer[])Counts the number of zero values.
FUNCTIONcountZerolong(LongVector)Counts the number of zero values.
FUNCTIONcountZerolong(Long[])Counts the number of zero values.
FUNCTIONcountZerolong(ShortVector)Counts the number of zero values.
FUNCTIONcountZerolong(Short[])Counts the number of zero values.
FUNCTIONcountZerolong(byte...)Counts the number of zero values.
FUNCTIONcountZerolong(double...)Counts the number of zero values.
FUNCTIONcountZerolong(float...)Counts the number of zero values.
FUNCTIONcountZerolong(int...)Counts the number of zero values.
FUNCTIONcountZerolong(long...)Counts the number of zero values.
FUNCTIONcountZerolong(short...)Counts the number of zero values.
FUNCTIONcovdouble(ByteVector, ByteVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(ByteVector, DoubleVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(ByteVector, FloatVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(ByteVector, IntVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(ByteVector, LongVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(ByteVector, ShortVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(ByteVector, byte[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(ByteVector, double[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(ByteVector, float[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(ByteVector, int[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(ByteVector, long[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(ByteVector, short[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(DoubleVector, ByteVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(DoubleVector, DoubleVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(DoubleVector, FloatVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(DoubleVector, IntVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(DoubleVector, LongVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(DoubleVector, ShortVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(DoubleVector, byte[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(DoubleVector, double[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(DoubleVector, float[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(DoubleVector, int[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(DoubleVector, long[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(DoubleVector, short[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(FloatVector, ByteVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(FloatVector, DoubleVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(FloatVector, FloatVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(FloatVector, IntVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(FloatVector, LongVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(FloatVector, ShortVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(FloatVector, byte[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(FloatVector, double[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(FloatVector, float[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(FloatVector, int[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(FloatVector, long[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(FloatVector, short[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(IntVector, ByteVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(IntVector, DoubleVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(IntVector, FloatVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(IntVector, IntVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(IntVector, LongVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(IntVector, ShortVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(IntVector, byte[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(IntVector, double[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(IntVector, float[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(IntVector, int[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(IntVector, long[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(IntVector, short[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(LongVector, ByteVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(LongVector, DoubleVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(LongVector, FloatVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(LongVector, IntVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(LongVector, LongVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(LongVector, ShortVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(LongVector, byte[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(LongVector, double[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(LongVector, float[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(LongVector, int[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(LongVector, long[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(LongVector, short[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(ShortVector, ByteVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(ShortVector, DoubleVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(ShortVector, FloatVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(ShortVector, IntVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(ShortVector, LongVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(ShortVector, ShortVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(ShortVector, byte[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(ShortVector, double[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(ShortVector, float[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(ShortVector, int[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(ShortVector, long[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(ShortVector, short[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(byte[], ByteVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(byte[], DoubleVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(byte[], FloatVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(byte[], IntVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(byte[], LongVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(byte[], ShortVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(byte[], byte[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(byte[], double[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(byte[], float[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(byte[], int[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(byte[], long[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(byte[], short[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(double[], ByteVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(double[], DoubleVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(double[], FloatVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(double[], IntVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(double[], LongVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(double[], ShortVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(double[], byte[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(double[], double[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(double[], float[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(double[], int[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(double[], long[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(double[], short[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(float[], ByteVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(float[], DoubleVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(float[], FloatVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(float[], IntVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(float[], LongVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(float[], ShortVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(float[], byte[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(float[], double[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(float[], float[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(float[], int[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(float[], long[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(float[], short[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(int[], ByteVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(int[], DoubleVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(int[], FloatVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(int[], IntVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(int[], LongVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(int[], ShortVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(int[], byte[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(int[], double[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(int[], float[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(int[], int[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(int[], long[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(int[], short[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(long[], ByteVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(long[], DoubleVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(long[], FloatVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(long[], IntVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(long[], LongVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(long[], ShortVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(long[], byte[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(long[], double[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(long[], float[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(long[], int[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(long[], long[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(long[], short[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(short[], ByteVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(short[], DoubleVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(short[], FloatVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(short[], IntVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(short[], LongVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(short[], ShortVector)Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(short[], byte[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(short[], double[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(short[], float[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(short[], int[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(short[], long[])Returns the covariance. Null values are excluded.
FUNCTIONcovdouble(short[], short[])Returns the covariance. Null values are excluded.
FUNCTIONcummaxbyte[](ByteVector)Returns the cumulative maximum. Null values are excluded.
FUNCTIONcummaxbyte[](Byte[])Returns the cumulative maximum. Null values are excluded.
FUNCTIONcummaxbyte[](byte...)Returns the cumulative maximum. Null values are excluded.
FUNCTIONcummaxdouble[](DoubleVector)Returns the cumulative maximum. Null values are excluded.
FUNCTIONcummaxdouble[](Double[])Returns the cumulative maximum. Null values are excluded.
FUNCTIONcummaxdouble[](double...)Returns the cumulative maximum. Null values are excluded.
FUNCTIONcummaxfloat[](FloatVector)Returns the cumulative maximum. Null values are excluded.
FUNCTIONcummaxfloat[](Float[])Returns the cumulative maximum. Null values are excluded.
FUNCTIONcummaxfloat[](float...)Returns the cumulative maximum. Null values are excluded.
FUNCTIONcummaxint[](IntVector)Returns the cumulative maximum. Null values are excluded.
FUNCTIONcummaxint[](Integer[])Returns the cumulative maximum. Null values are excluded.
FUNCTIONcummaxint[](int...)Returns the cumulative maximum. Null values are excluded.
FUNCTIONcummaxlong[](LongVector)Returns the cumulative maximum. Null values are excluded.
FUNCTIONcummaxlong[](Long[])Returns the cumulative maximum. Null values are excluded.
FUNCTIONcummaxlong[](long...)Returns the cumulative maximum. Null values are excluded.
FUNCTIONcummaxshort[](ShortVector)Returns the cumulative maximum. Null values are excluded.
FUNCTIONcummaxshort[](Short[])Returns the cumulative maximum. Null values are excluded.
FUNCTIONcummaxshort[](short...)Returns the cumulative maximum. Null values are excluded.
FUNCTIONcumminbyte[](ByteVector)Returns the cumulative minimum. Null values are excluded.
FUNCTIONcumminbyte[](Byte[])Returns the cumulative minimum. Null values are excluded.
FUNCTIONcumminbyte[](byte...)Returns the cumulative minimum. Null values are excluded.
FUNCTIONcummindouble[](DoubleVector)Returns the cumulative minimum. Null values are excluded.
FUNCTIONcummindouble[](Double[])Returns the cumulative minimum. Null values are excluded.
FUNCTIONcummindouble[](double...)Returns the cumulative minimum. Null values are excluded.
FUNCTIONcumminfloat[](FloatVector)Returns the cumulative minimum. Null values are excluded.
FUNCTIONcumminfloat[](Float[])Returns the cumulative minimum. Null values are excluded.
FUNCTIONcumminfloat[](float...)Returns the cumulative minimum. Null values are excluded.
FUNCTIONcumminint[](IntVector)Returns the cumulative minimum. Null values are excluded.
FUNCTIONcumminint[](Integer[])Returns the cumulative minimum. Null values are excluded.
FUNCTIONcumminint[](int...)Returns the cumulative minimum. Null values are excluded.
FUNCTIONcumminlong[](LongVector)Returns the cumulative minimum. Null values are excluded.
FUNCTIONcumminlong[](Long[])Returns the cumulative minimum. Null values are excluded.
FUNCTIONcumminlong[](long...)Returns the cumulative minimum. Null values are excluded.
FUNCTIONcumminshort[](ShortVector)Returns the cumulative minimum. Null values are excluded.
FUNCTIONcumminshort[](Short[])Returns the cumulative minimum. Null values are excluded.
FUNCTIONcumminshort[](short...)Returns the cumulative minimum. Null values are excluded.
FUNCTIONcumproddouble[](DoubleVector)Returns the cumulative product. Null values are excluded.
FUNCTIONcumproddouble[](Double[])Returns the cumulative product. Null values are excluded.
FUNCTIONcumproddouble[](FloatVector)Returns the cumulative product. Null values are excluded.
FUNCTIONcumproddouble[](Float[])Returns the cumulative product. Null values are excluded.
FUNCTIONcumproddouble[](double...)Returns the cumulative product. Null values are excluded.
FUNCTIONcumproddouble[](float...)Returns the cumulative product. Null values are excluded.
FUNCTIONcumprodlong[](ByteVector)Returns the cumulative product. Null values are excluded.
FUNCTIONcumprodlong[](Byte[])Returns the cumulative product. Null values are excluded.
FUNCTIONcumprodlong[](IntVector)Returns the cumulative product. Null values are excluded.
FUNCTIONcumprodlong[](Integer[])Returns the cumulative product. Null values are excluded.
FUNCTIONcumprodlong[](LongVector)Returns the cumulative product. Null values are excluded.
FUNCTIONcumprodlong[](Long[])Returns the cumulative product. Null values are excluded.
FUNCTIONcumprodlong[](ShortVector)Returns the cumulative product. Null values are excluded.
FUNCTIONcumprodlong[](Short[])Returns the cumulative product. Null values are excluded.
FUNCTIONcumprodlong[](byte...)Returns the cumulative product. Null values are excluded.
FUNCTIONcumprodlong[](int...)Returns the cumulative product. Null values are excluded.
FUNCTIONcumprodlong[](long...)Returns the cumulative product. Null values are excluded.
FUNCTIONcumprodlong[](short...)Returns the cumulative product. Null values are excluded.
FUNCTIONcumsumdouble[](DoubleVector)Returns the cumulative sum. Null values are excluded.
FUNCTIONcumsumdouble[](Double[])Returns the cumulative sum. Null values are excluded.
FUNCTIONcumsumdouble[](FloatVector)Returns the cumulative sum. Null values are excluded.
FUNCTIONcumsumdouble[](Float[])Returns the cumulative sum. Null values are excluded.
FUNCTIONcumsumdouble[](double...)Returns the cumulative sum. Null values are excluded.
FUNCTIONcumsumdouble[](float...)Returns the cumulative sum. Null values are excluded.
FUNCTIONcumsumlong[](ByteVector)Returns the cumulative sum. Null values are excluded.
FUNCTIONcumsumlong[](Byte[])Returns the cumulative sum. Null values are excluded.
FUNCTIONcumsumlong[](IntVector)Returns the cumulative sum. Null values are excluded.
FUNCTIONcumsumlong[](Integer[])Returns the cumulative sum. Null values are excluded.
FUNCTIONcumsumlong[](LongVector)Returns the cumulative sum. Null values are excluded.
FUNCTIONcumsumlong[](Long[])Returns the cumulative sum. Null values are excluded.
FUNCTIONcumsumlong[](ShortVector)Returns the cumulative sum. Null values are excluded.
FUNCTIONcumsumlong[](Short[])Returns the cumulative sum. Null values are excluded.
FUNCTIONcumsumlong[](byte...)Returns the cumulative sum. Null values are excluded.
FUNCTIONcumsumlong[](int...)Returns the cumulative sum. Null values are excluded.
FUNCTIONcumsumlong[](long...)Returns the cumulative sum. Null values are excluded.
FUNCTIONcumsumlong[](short...)Returns the cumulative sum. Null values are excluded.
FUNCTIONdecrementExactbyte(byte)Returns the argument decremented by one, throwing an exception if the result overflows.
FUNCTIONdecrementExactint(int)Returns the argument decremented by one, throwing an exception if the result overflows.
FUNCTIONdecrementExactlong(long)Returns the argument decremented by one, throwing an exception if the result overflows.
FUNCTIONdecrementExactshort(short)Returns the argument decremented by one, throwing an exception if the result overflows.
FUNCTIONdiffbyte[](int, ByteVector)Returns the differences between elements in the input vector separated by a stride. A stride of ...
FUNCTIONdiffbyte[](int, Byte[])Returns the differences between elements in the input vector separated by a stride. A stride of ...
FUNCTIONdiffbyte[](int, byte...)Returns the differences between elements in the input vector separated by a stride. A stride of ...
FUNCTIONdiffdouble[](int, DoubleVector)Returns the differences between elements in the input vector separated by a stride. A stride of ...
FUNCTIONdiffdouble[](int, Double[])Returns the differences between elements in the input vector separated by a stride. A stride of ...
FUNCTIONdiffdouble[](int, double...)Returns the differences between elements in the input vector separated by a stride. A stride of ...
FUNCTIONdifffloat[](int, FloatVector)Returns the differences between elements in the input vector separated by a stride. A stride of ...
FUNCTIONdifffloat[](int, Float[])Returns the differences between elements in the input vector separated by a stride. A stride of ...
FUNCTIONdifffloat[](int, float...)Returns the differences between elements in the input vector separated by a stride. A stride of ...
FUNCTIONdiffint[](int, IntVector)Returns the differences between elements in the input vector separated by a stride. A stride of ...
FUNCTIONdiffint[](int, Integer[])Returns the differences between elements in the input vector separated by a stride. A stride of ...
FUNCTIONdiffint[](int, int...)Returns the differences between elements in the input vector separated by a stride. A stride of ...
FUNCTIONdifflong[](int, LongVector)Returns the differences between elements in the input vector separated by a stride. A stride of ...
FUNCTIONdifflong[](int, Long[])Returns the differences between elements in the input vector separated by a stride. A stride of ...
FUNCTIONdifflong[](int, long...)Returns the differences between elements in the input vector separated by a stride. A stride of ...
FUNCTIONdiffshort[](int, ShortVector)Returns the differences between elements in the input vector separated by a stride. A stride of ...
FUNCTIONdiffshort[](int, Short[])Returns the differences between elements in the input vector separated by a stride. A stride of ...
FUNCTIONdiffshort[](int, short...)Returns the differences between elements in the input vector separated by a stride. A stride of ...
FUNCTIONexpdouble(byte)Returns Euler's number e raised to a power.
FUNCTIONexpdouble(double)Returns Euler's number e raised to a power.
FUNCTIONexpdouble(float)Returns Euler's number e raised to a power.
FUNCTIONexpdouble(int)Returns Euler's number e raised to a power.
FUNCTIONexpdouble(long)Returns Euler's number e raised to a power.
FUNCTIONexpdouble(short)Returns Euler's number e raised to a power.
FUNCTIONexpm1double(byte)Returns e^x - 1.
FUNCTIONexpm1double(double)Returns e^x - 1.
FUNCTIONexpm1double(float)Returns e^x - 1.
FUNCTIONexpm1double(int)Returns e^x - 1.
FUNCTIONexpm1double(long)Returns e^x - 1.
FUNCTIONexpm1double(short)Returns e^x - 1.
FUNCTIONfloordouble(byte)Returns the floor. This is the largest integer, which is less than or equal to the value.
FUNCTIONfloordouble(double)Returns the floor. This is the largest integer, which is less than or equal to the value.
FUNCTIONfloordouble(float)Returns the floor. This is the largest integer, which is less than or equal to the value.
FUNCTIONfloordouble(int)Returns the floor. This is the largest integer, which is less than or equal to the value.
FUNCTIONfloordouble(long)Returns the floor. This is the largest integer, which is less than or equal to the value.
FUNCTIONfloordouble(short)Returns the floor. This is the largest integer, which is less than or equal to the value.
FUNCTIONfloorDivbyte(byte, byte)Returns the largest (closest to positive infinity) int value that is less than or equal to the a...
FUNCTIONfloorDivint(int, int)Returns the largest (closest to positive infinity) int value that is less than or equal to the a...
FUNCTIONfloorDivlong(long, long)Returns the largest (closest to positive infinity) int value that is less than or equal to the a...
FUNCTIONfloorDivshort(short, short)Returns the largest (closest to positive infinity) int value that is less than or equal to the a...
FUNCTIONfloorModbyte(byte, byte)Returns the floor modulus of the arguments.
FUNCTIONfloorModint(int, int)Returns the floor modulus of the arguments.
FUNCTIONfloorModlong(long, long)Returns the floor modulus of the arguments.
FUNCTIONfloorModshort(short, short)Returns the floor modulus of the arguments.
FUNCTIONgetExponentint(double)Returns the unbiased exponent used in the representation of the argument.
FUNCTIONgetExponentint(float)Returns the unbiased exponent used in the representation of the argument.
FUNCTIONhypotdouble(byte, byte)Returns the hypotenuse of a right-angled triangle, sqrt(x^2 + y^2), without intermediate overflow...
FUNCTIONhypotdouble(double, double)Returns the hypotenuse of a right-angled triangle, sqrt(x^2 + y^2), without intermediate overflow...
FUNCTIONhypotdouble(float, float)Returns the hypotenuse of a right-angled triangle, sqrt(x^2 + y^2), without intermediate overflow...
FUNCTIONhypotdouble(int, int)Returns the hypotenuse of a right-angled triangle, sqrt(x^2 + y^2), without intermediate overflow...
FUNCTIONhypotdouble(long, long)Returns the hypotenuse of a right-angled triangle, sqrt(x^2 + y^2), without intermediate overflow...
FUNCTIONhypotdouble(short, short)Returns the hypotenuse of a right-angled triangle, sqrt(x^2 + y^2), without intermediate overflow...
FUNCTIONincrementExactbyte(byte)Returns the argument incremented by one, throwing an exception if the result overflows.
FUNCTIONincrementExactint(int)Returns the argument incremented by one, throwing an exception if the result overflows.
FUNCTIONincrementExactlong(long)Returns the argument incremented by one, throwing an exception if the result overflows.
FUNCTIONincrementExactshort(short)Returns the argument incremented by one, throwing an exception if the result overflows.
FUNCTIONindexOfMaxlong(ByteVector)Returns the index of the maximum value.
FUNCTIONindexOfMaxlong(Byte[])Returns the index of the maximum value.
FUNCTIONindexOfMaxlong(DoubleVector)Returns the index of the maximum value.
FUNCTIONindexOfMaxlong(Double[])Returns the index of the maximum value.
FUNCTIONindexOfMaxlong(FloatVector)Returns the index of the maximum value.
FUNCTIONindexOfMaxlong(Float[])Returns the index of the maximum value.
FUNCTIONindexOfMaxlong(IntVector)Returns the index of the maximum value.
FUNCTIONindexOfMaxlong(Integer[])Returns the index of the maximum value.
FUNCTIONindexOfMaxlong(LongVector)Returns the index of the maximum value.
FUNCTIONindexOfMaxlong(Long[])Returns the index of the maximum value.
FUNCTIONindexOfMaxlong(ShortVector)Returns the index of the maximum value.
FUNCTIONindexOfMaxlong(Short[])Returns the index of the maximum value.
FUNCTIONindexOfMaxlong(byte...)Returns the index of the maximum value.
FUNCTIONindexOfMaxlong(double...)Returns the index of the maximum value.
FUNCTIONindexOfMaxlong(float...)Returns the index of the maximum value.
FUNCTIONindexOfMaxlong(int...)Returns the index of the maximum value.
FUNCTIONindexOfMaxlong(long...)Returns the index of the maximum value.
FUNCTIONindexOfMaxlong(short...)Returns the index of the maximum value.
FUNCTIONindexOfMaxObjlong(Comparable...)Returns the index of the maximum value.
FUNCTIONindexOfMaxObjlong(ObjectVector)Returns the index of the maximum value.
FUNCTIONindexOfMinlong(ByteVector)Returns the index of the minimum value.
FUNCTIONindexOfMinlong(Byte[])Returns the index of the minimum value.
FUNCTIONindexOfMinlong(DoubleVector)Returns the index of the minimum value.
FUNCTIONindexOfMinlong(Double[])Returns the index of the minimum value.
FUNCTIONindexOfMinlong(FloatVector)Returns the index of the minimum value.
FUNCTIONindexOfMinlong(Float[])Returns the index of the minimum value.
FUNCTIONindexOfMinlong(IntVector)Returns the index of the minimum value.
FUNCTIONindexOfMinlong(Integer[])Returns the index of the minimum value.
FUNCTIONindexOfMinlong(LongVector)Returns the index of the minimum value.
FUNCTIONindexOfMinlong(Long[])Returns the index of the minimum value.
FUNCTIONindexOfMinlong(ShortVector)Returns the index of the minimum value.
FUNCTIONindexOfMinlong(Short[])Returns the index of the minimum value.
FUNCTIONindexOfMinlong(byte...)Returns the index of the minimum value.
FUNCTIONindexOfMinlong(double...)Returns the index of the minimum value.
FUNCTIONindexOfMinlong(float...)Returns the index of the minimum value.
FUNCTIONindexOfMinlong(int...)Returns the index of the minimum value.
FUNCTIONindexOfMinlong(long...)Returns the index of the minimum value.
FUNCTIONindexOfMinlong(short...)Returns the index of the minimum value.
FUNCTIONindexOfMinObjlong(Comparable...)Returns the index of the minimum value.
FUNCTIONindexOfMinObjlong(ObjectVector)Returns the index of the minimum value.
FUNCTIONisFiniteboolean(Byte)Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ...
FUNCTIONisFiniteboolean(Double)Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ...
FUNCTIONisFiniteboolean(Float)Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ...
FUNCTIONisFiniteboolean(Integer)Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ...
FUNCTIONisFiniteboolean(Long)Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ...
FUNCTIONisFiniteboolean(Short)Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ...
FUNCTIONisFiniteboolean(byte)Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ...
FUNCTIONisFiniteboolean(double)Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ...
FUNCTIONisFiniteboolean(float)Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ...
FUNCTIONisFiniteboolean(int)Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ...
FUNCTIONisFiniteboolean(long)Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ...
FUNCTIONisFiniteboolean(short)Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not ...
FUNCTIONisInfboolean(Byte)Returns true if the value is infinite and false otherwise.
FUNCTIONisInfboolean(Double)Returns true if the value is infinite and false otherwise.
FUNCTIONisInfboolean(Float)Returns true if the value is infinite and false otherwise.
FUNCTIONisInfboolean(Integer)Returns true if the value is infinite and false otherwise.
FUNCTIONisInfboolean(Long)Returns true if the value is infinite and false otherwise.
FUNCTIONisInfboolean(Short)Returns true if the value is infinite and false otherwise.
FUNCTIONisInfboolean(byte)Returns true if the value is infinite and false otherwise.
FUNCTIONisInfboolean(double)Returns true if the value is infinite and false otherwise.
FUNCTIONisInfboolean(float)Returns true if the value is infinite and false otherwise.
FUNCTIONisInfboolean(int)Returns true if the value is infinite and false otherwise.
FUNCTIONisInfboolean(long)Returns true if the value is infinite and false otherwise.
FUNCTIONisInfboolean(short)Returns true if the value is infinite and false otherwise.
FUNCTIONisNaNboolean(Byte)Returns true if the value is NaN and false otherwise.
FUNCTIONisNaNboolean(Double)Returns true if the value is NaN and false otherwise.
FUNCTIONisNaNboolean(Float)Returns true if the value is NaN and false otherwise.
FUNCTIONisNaNboolean(Integer)Returns true if the value is NaN and false otherwise.
FUNCTIONisNaNboolean(Long)Returns true if the value is NaN and false otherwise.
FUNCTIONisNaNboolean(Short)Returns true if the value is NaN and false otherwise.
FUNCTIONisNaNboolean(byte)Returns true if the value is NaN and false otherwise.
FUNCTIONisNaNboolean(double)Returns true if the value is NaN and false otherwise.
FUNCTIONisNaNboolean(float)Returns true if the value is NaN and false otherwise.
FUNCTIONisNaNboolean(int)Returns true if the value is NaN and false otherwise.
FUNCTIONisNaNboolean(long)Returns true if the value is NaN and false otherwise.
FUNCTIONisNaNboolean(short)Returns true if the value is NaN and false otherwise.
FUNCTIONlogdouble(byte)Returns the natural logarithm (base e).
FUNCTIONlogdouble(double)Returns the natural logarithm (base e).
FUNCTIONlogdouble(float)Returns the natural logarithm (base e).
FUNCTIONlogdouble(int)Returns the natural logarithm (base e).
FUNCTIONlogdouble(long)Returns the natural logarithm (base e).
FUNCTIONlogdouble(short)Returns the natural logarithm (base e).
FUNCTIONlog10double(byte)Returns the base 10 logarithm of a value.
FUNCTIONlog10double(double)Returns the base 10 logarithm of a value.
FUNCTIONlog10double(float)Returns the base 10 logarithm of a value.
FUNCTIONlog10double(int)Returns the base 10 logarithm of a value.
FUNCTIONlog10double(long)Returns the base 10 logarithm of a value.
FUNCTIONlog10double(short)Returns the base 10 logarithm of a value.
FUNCTIONlog1pdouble(byte)Returns the natural logarithm of the sum of the argument and 1.
FUNCTIONlog1pdouble(double)Returns the natural logarithm of the sum of the argument and 1.
FUNCTIONlog1pdouble(float)Returns the natural logarithm of the sum of the argument and 1.
FUNCTIONlog1pdouble(int)Returns the natural logarithm of the sum of the argument and 1.
FUNCTIONlog1pdouble(long)Returns the natural logarithm of the sum of the argument and 1.
FUNCTIONlog1pdouble(short)Returns the natural logarithm of the sum of the argument and 1.
FUNCTIONlowerBinbyte(byte, byte)Returns the lower bound of the bin containing the value. The lower bound of the bin containing ...
FUNCTIONlowerBinbyte(byte, byte, byte)Returns the lower bound of the bin containing the value. The lower bound of the bin containing ...
FUNCTIONlowerBindouble(double, double)Returns the lower bound of the bin containing the value. The lower bound of the bin containing ...
FUNCTIONlowerBindouble(double, double, double)Returns the lower bound of the bin containing the value. The lower bound of the bin containing ...
FUNCTIONlowerBinfloat(float, float)Returns the lower bound of the bin containing the value. The lower bound of the bin containing ...
FUNCTIONlowerBinfloat(float, float, float)Returns the lower bound of the bin containing the value. The lower bound of the bin containing ...
FUNCTIONlowerBinint(int, int)Returns the lower bound of the bin containing the value. The lower bound of the bin containing ...
FUNCTIONlowerBinint(int, int, int)Returns the lower bound of the bin containing the value. The lower bound of the bin containing ...
FUNCTIONlowerBinlong(long, long)Returns the lower bound of the bin containing the value. The lower bound of the bin containing ...
FUNCTIONlowerBinlong(long, long, long)Returns the lower bound of the bin containing the value. The lower bound of the bin containing ...
FUNCTIONlowerBinshort(short, short)Returns the lower bound of the bin containing the value. The lower bound of the bin containing ...
FUNCTIONlowerBinshort(short, short, short)Returns the lower bound of the bin containing the value. The lower bound of the bin containing ...
FUNCTIONmaxbyte(ByteVector)Returns the maximum. Null values are excluded.
FUNCTIONmaxbyte(Byte[])Returns the maximum. Null values are excluded.
FUNCTIONmaxbyte(byte...)Returns the maximum. Null values are excluded.
FUNCTIONmaxdouble(DoubleVector)Returns the maximum. Null values are excluded.
FUNCTIONmaxdouble(Double[])Returns the maximum. Null values are excluded.
FUNCTIONmaxdouble(double...)Returns the maximum. Null values are excluded.
FUNCTIONmaxfloat(FloatVector)Returns the maximum. Null values are excluded.
FUNCTIONmaxfloat(Float[])Returns the maximum. Null values are excluded.
FUNCTIONmaxfloat(float...)Returns the maximum. Null values are excluded.
FUNCTIONmaxint(IntVector)Returns the maximum. Null values are excluded.
FUNCTIONmaxint(Integer[])Returns the maximum. Null values are excluded.
FUNCTIONmaxint(int...)Returns the maximum. Null values are excluded.
FUNCTIONmaxlong(LongVector)Returns the maximum. Null values are excluded.
FUNCTIONmaxlong(Long[])Returns the maximum. Null values are excluded.
FUNCTIONmaxlong(long...)Returns the maximum. Null values are excluded.
FUNCTIONmaxshort(ShortVector)Returns the maximum. Null values are excluded.
FUNCTIONmaxshort(Short[])Returns the maximum. Null values are excluded.
FUNCTIONmaxshort(short...)Returns the maximum. Null values are excluded.
FUNCTIONmaxObjComparable(Comparable...)Returns the maximum. Null values are excluded.
FUNCTIONmaxObjComparable(ObjectVector)Returns the maximum. Null values are excluded.
FUNCTIONmediandouble(ByteVector)Returns the median. null input values are ignored but NaN values will poison the computation, an...
FUNCTIONmediandouble(Byte[])Returns the median. null input values are ignored but NaN values will poison the computation, an...
FUNCTIONmediandouble(DoubleVector)Returns the median. null input values are ignored but NaN values will poison the computation, an...
FUNCTIONmediandouble(Double[])Returns the median. null input values are ignored but NaN values will poison the computation, an...
FUNCTIONmediandouble(FloatVector)Returns the median. null input values are ignored but NaN values will poison the computation, an...
FUNCTIONmediandouble(Float[])Returns the median. null input values are ignored but NaN values will poison the computation, an...
FUNCTIONmediandouble(IntVector)Returns the median. null input values are ignored but NaN values will poison the computation, an...
FUNCTIONmediandouble(Integer[])Returns the median. null input values are ignored but NaN values will poison the computation, an...
FUNCTIONmediandouble(LongVector)Returns the median. null input values are ignored but NaN values will poison the computation, an...
FUNCTIONmediandouble(Long[])Returns the median. null input values are ignored but NaN values will poison the computation, an...
FUNCTIONmediandouble(ShortVector)Returns the median. null input values are ignored but NaN values will poison the computation, an...
FUNCTIONmediandouble(Short[])Returns the median. null input values are ignored but NaN values will poison the computation, an...
FUNCTIONmediandouble(byte...)Returns the median. null input values are ignored but NaN values will poison the computation, an...
FUNCTIONmediandouble(double...)Returns the median. null input values are ignored but NaN values will poison the computation, an...
FUNCTIONmediandouble(float...)Returns the median. null input values are ignored but NaN values will poison the computation, an...
FUNCTIONmediandouble(int...)Returns the median. null input values are ignored but NaN values will poison the computation, an...
FUNCTIONmediandouble(long...)Returns the median. null input values are ignored but NaN values will poison the computation, an...
FUNCTIONmediandouble(short...)Returns the median. null input values are ignored but NaN values will poison the computation, an...
FUNCTIONminbyte(ByteVector)Returns the minimum. Null values are excluded.
FUNCTIONminbyte(Byte[])Returns the minimum. Null values are excluded.
FUNCTIONminbyte(byte...)Returns the minimum. Null values are excluded.
FUNCTIONmindouble(DoubleVector)Returns the minimum. Null values are excluded.
FUNCTIONmindouble(Double[])Returns the minimum. Null values are excluded.
FUNCTIONmindouble(double...)Returns the minimum. Null values are excluded.
FUNCTIONminfloat(FloatVector)Returns the minimum. Null values are excluded.
FUNCTIONminfloat(Float[])Returns the minimum. Null values are excluded.
FUNCTIONminfloat(float...)Returns the minimum. Null values are excluded.
FUNCTIONminint(IntVector)Returns the minimum. Null values are excluded.
FUNCTIONminint(Integer[])Returns the minimum. Null values are excluded.
FUNCTIONminint(int...)Returns the minimum. Null values are excluded.
FUNCTIONminlong(LongVector)Returns the minimum. Null values are excluded.
FUNCTIONminlong(Long[])Returns the minimum. Null values are excluded.
FUNCTIONminlong(long...)Returns the minimum. Null values are excluded.
FUNCTIONminshort(ShortVector)Returns the minimum. Null values are excluded.
FUNCTIONminshort(Short[])Returns the minimum. Null values are excluded.
FUNCTIONminshort(short...)Returns the minimum. Null values are excluded.
FUNCTIONminObjComparable(Comparable...)Returns the minimum. Null values are excluded.
FUNCTIONminObjComparable(ObjectVector)Returns the minimum. Null values are excluded.
FUNCTIONmultiplyExactbyte(byte, byte)Returns the product of the arguments, throwing an exception if the result overflows.
FUNCTIONmultiplyExactint(int, int)Returns the product of the arguments, throwing an exception if the result overflows.
FUNCTIONmultiplyExactlong(long, long)Returns the product of the arguments, throwing an exception if the result overflows.
FUNCTIONmultiplyExactshort(short, short)Returns the product of the arguments, throwing an exception if the result overflows.
FUNCTIONnegateExactbyte(byte)Returns the negation of the argument, throwing an exception if the result overflows.
FUNCTIONnegateExactint(int)Returns the negation of the argument, throwing an exception if the result overflows.
FUNCTIONnegateExactlong(long)Returns the negation of the argument, throwing an exception if the result overflows.
FUNCTIONnegateExactshort(short)Returns the negation of the argument, throwing an exception if the result overflows.
FUNCTIONnextAfterdouble(double, double)Returns the floating-point number adjacent to the first argument in the direction of the second a...
FUNCTIONnextAfterfloat(float, float)Returns the floating-point number adjacent to the first argument in the direction of the second a...
FUNCTIONnextDowndouble(double)Returns the floating-point number adjacent to the argument in the direction of negative infinity.
FUNCTIONnextDownfloat(float)Returns the floating-point number adjacent to the argument in the direction of negative infinity.
FUNCTIONnextUpdouble(double)Returns the floating-point number adjacent to the argument in the direction of positive infinity.
FUNCTIONnextUpfloat(float)Returns the floating-point number adjacent to the argument in the direction of positive infinity.
FUNCTIONpercentilebyte(double, ByteVector)Returns the percentile. null input values are ignored but NaN values will poison the computation,...
FUNCTIONpercentilebyte(double, byte...)Returns the percentile. null input values are ignored but NaN values will poison the computation,...
FUNCTIONpercentiledouble(double, DoubleVector)Returns the percentile. null input values are ignored but NaN values will poison the computation,...
FUNCTIONpercentiledouble(double, double...)Returns the percentile. null input values are ignored but NaN values will poison the computation,...
FUNCTIONpercentilefloat(double, FloatVector)Returns the percentile. null input values are ignored but NaN values will poison the computation,...
FUNCTIONpercentilefloat(double, float...)Returns the percentile. null input values are ignored but NaN values will poison the computation,...
FUNCTIONpercentileint(double, IntVector)Returns the percentile. null input values are ignored but NaN values will poison the computation,...
FUNCTIONpercentileint(double, int...)Returns the percentile. null input values are ignored but NaN values will poison the computation,...
FUNCTIONpercentilelong(double, LongVector)Returns the percentile. null input values are ignored but NaN values will poison the computation,...
FUNCTIONpercentilelong(double, long...)Returns the percentile. null input values are ignored but NaN values will poison the computation,...
FUNCTIONpercentileshort(double, ShortVector)Returns the percentile. null input values are ignored but NaN values will poison the computation,...
FUNCTIONpercentileshort(double, short...)Returns the percentile. null input values are ignored but NaN values will poison the computation,...
FUNCTIONpowdouble(byte, byte)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(byte, double)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(byte, float)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(byte, int)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(byte, long)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(byte, short)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(double, byte)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(double, double)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(double, float)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(double, int)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(double, long)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(double, short)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(float, byte)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(float, double)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(float, float)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(float, int)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(float, long)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(float, short)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(int, byte)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(int, double)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(int, float)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(int, int)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(int, long)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(int, short)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(long, byte)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(long, double)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(long, float)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(long, int)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(long, long)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(long, short)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(short, byte)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(short, double)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(short, float)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(short, int)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(short, long)Returns the value of the first argument raised to the second argument.
FUNCTIONpowdouble(short, short)Returns the value of the first argument raised to the second argument.
FUNCTIONproductdouble(DoubleVector)Returns the product. Null values are excluded.
FUNCTIONproductdouble(FloatVector)Returns the product. Null values are excluded.
FUNCTIONproductdouble(double...)Returns the product. Null values are excluded.
FUNCTIONproductdouble(float...)Returns the product. Null values are excluded.
FUNCTIONproductlong(ByteVector)Returns the product. Null values are excluded.
FUNCTIONproductlong(IntVector)Returns the product. Null values are excluded.
FUNCTIONproductlong(LongVector)Returns the product. Null values are excluded.
FUNCTIONproductlong(ShortVector)Returns the product. Null values are excluded.
FUNCTIONproductlong(byte...)Returns the product. Null values are excluded.
FUNCTIONproductlong(int...)Returns the product. Null values are excluded.
FUNCTIONproductlong(long...)Returns the product. Null values are excluded.
FUNCTIONproductlong(short...)Returns the product. Null values are excluded.
FUNCTIONrandomdouble()Returns a uniform random number between 0.0 (inclusive) and 1.0 (exclusive).
FUNCTIONrandomBoolboolean()Returns a random boolean.
FUNCTIONrandomBoolboolean[](int)Returns an array of random booleans.
FUNCTIONrandomDoubledouble(double, double)Returns a uniform random number.
FUNCTIONrandomDoubledouble[](double, double, int)Returns an array of uniform random numbers.
FUNCTIONrandomFloatfloat(float, float)Returns a uniform random number.
FUNCTIONrandomFloatfloat[](float, float, int)Returns an array of uniform random numbers.
FUNCTIONrandomGaussiandouble(double, double)Returns a Gaussian random number.
FUNCTIONrandomGaussiandouble[](double, double, int)Returns an array of Gaussian random numbers.
FUNCTIONrandomIntint(int, int)Returns a uniform random number.
FUNCTIONrandomIntint[](int, int, int)Returns an array of uniform random numbers.
FUNCTIONrandomLonglong(long, long)Returns a uniform random number.
FUNCTIONrandomLonglong[](long, long, int)Returns an array of uniform random numbers.
FUNCTIONreplaceIfNaNdouble(double, double)Replaces values that are NaN with a specified value.
FUNCTIONreplaceIfNaNdouble[](DoubleVector, double)Replaces values that are NaN with a specified value.
FUNCTIONreplaceIfNaNdouble[](double[], double)Replaces values that are NaN with a specified value.
FUNCTIONreplaceIfNaNfloat(float, float)Replaces values that are NaN with a specified value.
FUNCTIONreplaceIfNaNfloat[](FloatVector, float)Replaces values that are NaN with a specified value.
FUNCTIONreplaceIfNaNfloat[](float[], float)Replaces values that are NaN with a specified value.
FUNCTIONreplaceIfNonFinitedouble(double, double)Replaces values that are not finite according to Deephaven convention with a specified value.
FUNCTIONreplaceIfNonFinitedouble[](DoubleVector, double)Replaces values that are not finite according to Deephaven convention with a specified value.
FUNCTIONreplaceIfNonFinitedouble[](double[], double)Replaces values that are not finite according to Deephaven convention with a specified value.
FUNCTIONreplaceIfNonFinitefloat(float, float)Replaces values that are not finite according to Deephaven convention with a specified value.
FUNCTIONreplaceIfNonFinitefloat[](FloatVector, float)Replaces values that are not finite according to Deephaven convention with a specified value.
FUNCTIONreplaceIfNonFinitefloat[](float[], float)Replaces values that are not finite according to Deephaven convention with a specified value.
FUNCTIONreplaceIfNullNaNdouble(double, double)Replaces values that are NaN or null according to Deephaven convention with a specified value.
FUNCTIONreplaceIfNullNaNdouble[](DoubleVector, double)Replaces values that are NaN or null according to Deephaven convention with a specified value.
FUNCTIONreplaceIfNullNaNdouble[](double[], double)Replaces values that are NaN or null according to Deephaven convention with a specified value.
FUNCTIONreplaceIfNullNaNfloat(float, float)Replaces values that are NaN or null according to Deephaven convention with a specified value.
FUNCTIONreplaceIfNullNaNfloat[](FloatVector, float)Replaces values that are NaN or null according to Deephaven convention with a specified value.
FUNCTIONreplaceIfNullNaNfloat[](float[], float)Replaces values that are NaN or null according to Deephaven convention with a specified value.
FUNCTIONrintdouble(byte)Returns the integer closest to the input value.
FUNCTIONrintdouble(double)Returns the integer closest to the input value.
FUNCTIONrintdouble(float)Returns the integer closest to the input value.
FUNCTIONrintdouble(int)Returns the integer closest to the input value.
FUNCTIONrintdouble(long)Returns the integer closest to the input value.
FUNCTIONrintdouble(short)Returns the integer closest to the input value.
FUNCTIONroundlong(byte)Returns the closest integer to the argument. If the argument is NaN, the result is 0. If the ar...
FUNCTIONroundlong(double)Returns the closest integer to the argument. If the argument is NaN, the result is 0. If the ar...
FUNCTIONroundlong(float)Returns the closest integer to the argument. If the argument is NaN, the result is 0. If the ar...
FUNCTIONroundlong(int)Returns the closest integer to the argument. If the argument is NaN, the result is 0. If the ar...
FUNCTIONroundlong(long)Returns the closest integer to the argument. If the argument is NaN, the result is 0. If the ar...
FUNCTIONroundlong(short)Returns the closest integer to the argument. If the argument is NaN, the result is 0. If the ar...
FUNCTIONscalbdouble(double, int)Returns x × 2^scaleFactor rounded as if performed by a single correctly rounded floating-point m...
FUNCTIONscalbfloat(float, int)Returns x × 2^scaleFactor rounded as if performed by a single correctly rounded floating-point m...
FUNCTIONsequencebyte[](byte, byte, byte)Returns a sequence of values.
FUNCTIONsequencedouble[](double, double, double)Returns a sequence of values.
FUNCTIONsequencefloat[](float, float, float)Returns a sequence of values.
FUNCTIONsequenceint[](int, int, int)Returns a sequence of values.
FUNCTIONsequencelong[](long, long, long)Returns a sequence of values.
FUNCTIONsequenceshort[](short, short, short)Returns a sequence of values.
FUNCTIONsignumint(byte)Returns the signum function.
FUNCTIONsignumint(double)Returns the signum function.
FUNCTIONsignumint(float)Returns the signum function.
FUNCTIONsignumint(int)Returns the signum function.
FUNCTIONsignumint(long)Returns the signum function.
FUNCTIONsignumint(short)Returns the signum function.
FUNCTIONsindouble(byte)Returns the sine.
FUNCTIONsindouble(double)Returns the sine.
FUNCTIONsindouble(float)Returns the sine.
FUNCTIONsindouble(int)Returns the sine.
FUNCTIONsindouble(long)Returns the sine.
FUNCTIONsindouble(short)Returns the sine.
FUNCTIONsinhdouble(byte)Returns the hyperbolic sine of a value.
FUNCTIONsinhdouble(double)Returns the hyperbolic sine of a value.
FUNCTIONsinhdouble(float)Returns the hyperbolic sine of a value.
FUNCTIONsinhdouble(int)Returns the hyperbolic sine of a value.
FUNCTIONsinhdouble(long)Returns the hyperbolic sine of a value.
FUNCTIONsinhdouble(short)Returns the hyperbolic sine of a value.
FUNCTIONsqrtdouble(byte)Returns the square root.
FUNCTIONsqrtdouble(double)Returns the square root.
FUNCTIONsqrtdouble(float)Returns the square root.
FUNCTIONsqrtdouble(int)Returns the square root.
FUNCTIONsqrtdouble(long)Returns the square root.
FUNCTIONsqrtdouble(short)Returns the square root.
FUNCTIONstddouble(ByteVector)Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...
FUNCTIONstddouble(Byte[])Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...
FUNCTIONstddouble(DoubleVector)Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...
FUNCTIONstddouble(Double[])Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...
FUNCTIONstddouble(FloatVector)Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...
FUNCTIONstddouble(Float[])Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...
FUNCTIONstddouble(IntVector)Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...
FUNCTIONstddouble(Integer[])Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...
FUNCTIONstddouble(LongVector)Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...
FUNCTIONstddouble(Long[])Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...
FUNCTIONstddouble(ShortVector)Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...
FUNCTIONstddouble(Short[])Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...
FUNCTIONstddouble(byte...)Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...
FUNCTIONstddouble(double...)Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...
FUNCTIONstddouble(float...)Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...
FUNCTIONstddouble(int...)Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...
FUNCTIONstddouble(long...)Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...
FUNCTIONstddouble(short...)Returns the sample standard deviation. Null values are excluded. Sample standard deviation is ...
FUNCTIONstedouble(ByteVector)Returns the standard error. Null values are excluded.
FUNCTIONstedouble(Byte[])Returns the standard error. Null values are excluded.
FUNCTIONstedouble(DoubleVector)Returns the standard error. Null values are excluded.
FUNCTIONstedouble(Double[])Returns the standard error. Null values are excluded.
FUNCTIONstedouble(FloatVector)Returns the standard error. Null values are excluded.
FUNCTIONstedouble(Float[])Returns the standard error. Null values are excluded.
FUNCTIONstedouble(IntVector)Returns the standard error. Null values are excluded.
FUNCTIONstedouble(Integer[])Returns the standard error. Null values are excluded.
FUNCTIONstedouble(LongVector)Returns the standard error. Null values are excluded.
FUNCTIONstedouble(Long[])Returns the standard error. Null values are excluded.
FUNCTIONstedouble(ShortVector)Returns the standard error. Null values are excluded.
FUNCTIONstedouble(Short[])Returns the standard error. Null values are excluded.
FUNCTIONstedouble(byte...)Returns the standard error. Null values are excluded.
FUNCTIONstedouble(double...)Returns the standard error. Null values are excluded.
FUNCTIONstedouble(float...)Returns the standard error. Null values are excluded.
FUNCTIONstedouble(int...)Returns the standard error. Null values are excluded.
FUNCTIONstedouble(long...)Returns the standard error. Null values are excluded.
FUNCTIONstedouble(short...)Returns the standard error. Null values are excluded.
FUNCTIONsubtractExactbyte(byte, byte)Returns the difference of its arguments, throwing an exception if the result overflows.
FUNCTIONsubtractExactint(int, int)Returns the difference of its arguments, throwing an exception if the result overflows.
FUNCTIONsubtractExactlong(long, long)Returns the difference of its arguments, throwing an exception if the result overflows.
FUNCTIONsubtractExactshort(short, short)Returns the difference of its arguments, throwing an exception if the result overflows.
FUNCTIONsumdouble(DoubleVector)Returns the sum. Null values are excluded.
FUNCTIONsumdouble(FloatVector)Returns the sum. Null values are excluded.
FUNCTIONsumdouble(double...)Returns the sum. Null values are excluded.
FUNCTIONsumdouble(float...)Returns the sum. Null values are excluded.
FUNCTIONsumlong(ByteVector)Returns the sum. Null values are excluded.
FUNCTIONsumlong(IntVector)Returns the sum. Null values are excluded.
FUNCTIONsumlong(LongVector)Returns the sum. Null values are excluded.
FUNCTIONsumlong(ShortVector)Returns the sum. Null values are excluded.
FUNCTIONsumlong(byte...)Returns the sum. Null values are excluded.
FUNCTIONsumlong(int...)Returns the sum. Null values are excluded.
FUNCTIONsumlong(long...)Returns the sum. Null values are excluded.
FUNCTIONsumlong(short...)Returns the sum. Null values are excluded.
FUNCTIONtandouble(byte)Returns the tangent.
FUNCTIONtandouble(double)Returns the tangent.
FUNCTIONtandouble(float)Returns the tangent.
FUNCTIONtandouble(int)Returns the tangent.
FUNCTIONtandouble(long)Returns the tangent.
FUNCTIONtandouble(short)Returns the tangent.
FUNCTIONtanhdouble(byte)Returns the hyperbolic tangent of a value.
FUNCTIONtanhdouble(double)Returns the hyperbolic tangent of a value.
FUNCTIONtanhdouble(float)Returns the hyperbolic tangent of a value.
FUNCTIONtanhdouble(int)Returns the hyperbolic tangent of a value.
FUNCTIONtanhdouble(long)Returns the hyperbolic tangent of a value.
FUNCTIONtanhdouble(short)Returns the hyperbolic tangent of a value.
FUNCTIONtoByteExactshort(byte)Returns the value of the argument as a byte, throwing an exception if the value overflows a byte.
FUNCTIONtoByteExactshort(int)Returns the value of the argument as a byte, throwing an exception if the value overflows a byte.
FUNCTIONtoByteExactshort(long)Returns the value of the argument as a byte, throwing an exception if the value overflows a byte.
FUNCTIONtoByteExactshort(short)Returns the value of the argument as a byte, throwing an exception if the value overflows a byte.
FUNCTIONtoDegreesdouble(byte)Converts an angle measured in radians to an approximately equivalent angle measured in degrees.
FUNCTIONtoDegreesdouble(double)Converts an angle measured in radians to an approximately equivalent angle measured in degrees.
FUNCTIONtoDegreesdouble(float)Converts an angle measured in radians to an approximately equivalent angle measured in degrees.
FUNCTIONtoDegreesdouble(int)Converts an angle measured in radians to an approximately equivalent angle measured in degrees.
FUNCTIONtoDegreesdouble(long)Converts an angle measured in radians to an approximately equivalent angle measured in degrees.
FUNCTIONtoDegreesdouble(short)Converts an angle measured in radians to an approximately equivalent angle measured in degrees.
FUNCTIONtoIntExactint(byte)Returns the value of the argument as an int, throwing an exception if the value overflows an int.
FUNCTIONtoIntExactint(int)Returns the value of the argument as an int, throwing an exception if the value overflows an int.
FUNCTIONtoIntExactint(long)Returns the value of the argument as an int, throwing an exception if the value overflows an int.
FUNCTIONtoIntExactint(short)Returns the value of the argument as an int, throwing an exception if the value overflows an int.
FUNCTIONtoRadiansdouble(byte)Converts an angle measured in degrees to an approximately equivalent angle measured in radians.
FUNCTIONtoRadiansdouble(double)Converts an angle measured in degrees to an approximately equivalent angle measured in radians.
FUNCTIONtoRadiansdouble(float)Converts an angle measured in degrees to an approximately equivalent angle measured in radians.
FUNCTIONtoRadiansdouble(int)Converts an angle measured in degrees to an approximately equivalent angle measured in radians.
FUNCTIONtoRadiansdouble(long)Converts an angle measured in degrees to an approximately equivalent angle measured in radians.
FUNCTIONtoRadiansdouble(short)Converts an angle measured in degrees to an approximately equivalent angle measured in radians.
FUNCTIONtoShortExactshort(byte)Returns the value of the argument as a short, throwing an exception if the value overflows a shor...
FUNCTIONtoShortExactshort(int)Returns the value of the argument as a short, throwing an exception if the value overflows a shor...
FUNCTIONtoShortExactshort(long)Returns the value of the argument as a short, throwing an exception if the value overflows a shor...
FUNCTIONtoShortExactshort(short)Returns the value of the argument as a short, throwing an exception if the value overflows a shor...
FUNCTIONtstatdouble(ByteVector)Returns the t-statistic. Null values are excluded.
FUNCTIONtstatdouble(Byte[])Returns the t-statistic. Null values are excluded.
FUNCTIONtstatdouble(DoubleVector)Returns the t-statistic. Null values are excluded.
FUNCTIONtstatdouble(Double[])Returns the t-statistic. Null values are excluded.
FUNCTIONtstatdouble(FloatVector)Returns the t-statistic. Null values are excluded.
FUNCTIONtstatdouble(Float[])Returns the t-statistic. Null values are excluded.
FUNCTIONtstatdouble(IntVector)Returns the t-statistic. Null values are excluded.
FUNCTIONtstatdouble(Integer[])Returns the t-statistic. Null values are excluded.
FUNCTIONtstatdouble(LongVector)Returns the t-statistic. Null values are excluded.
FUNCTIONtstatdouble(Long[])Returns the t-statistic. Null values are excluded.
FUNCTIONtstatdouble(ShortVector)Returns the t-statistic. Null values are excluded.
FUNCTIONtstatdouble(Short[])Returns the t-statistic. Null values are excluded.
FUNCTIONtstatdouble(byte...)Returns the t-statistic. Null values are excluded.
FUNCTIONtstatdouble(double...)Returns the t-statistic. Null values are excluded.
FUNCTIONtstatdouble(float...)Returns the t-statistic. Null values are excluded.
FUNCTIONtstatdouble(int...)Returns the t-statistic. Null values are excluded.
FUNCTIONtstatdouble(long...)Returns the t-statistic. Null values are excluded.
FUNCTIONtstatdouble(short...)Returns the t-statistic. Null values are excluded.
FUNCTIONulpdouble(double)Returns the size of an ulp of the argument. An ulp, unit in the last place, of a value is the pos...
FUNCTIONulpfloat(float)Returns the size of an ulp of the argument. An ulp, unit in the last place, of a value is the pos...
FUNCTIONupperBinbyte(byte, byte)Returns the upper bound of the bin containing the value. The upper bound of the bin containing ...
FUNCTIONupperBinbyte(byte, byte, byte)Returns the upper bound of the bin containing the value. The upper bound of the bin containing ...
FUNCTIONupperBindouble(double, double)Returns the upper bound of the bin containing the value. The upper bound of the bin containing ...
FUNCTIONupperBindouble(double, double, double)Returns the upper bound of the bin containing the value. The upper bound of the bin containing ...
FUNCTIONupperBinfloat(float, float)Returns the upper bound of the bin containing the value. The upper bound of the bin containing ...
FUNCTIONupperBinfloat(float, float, float)Returns the upper bound of the bin containing the value. The upper bound of the bin containing ...
FUNCTIONupperBinint(int, int)Returns the upper bound of the bin containing the value. The upper bound of the bin containing ...
FUNCTIONupperBinint(int, int, int)Returns the upper bound of the bin containing the value. The upper bound of the bin containing ...
FUNCTIONupperBinlong(long, long)Returns the upper bound of the bin containing the value. The upper bound of the bin containing ...
FUNCTIONupperBinlong(long, long, long)Returns the upper bound of the bin containing the value. The upper bound of the bin containing ...
FUNCTIONupperBinshort(short, short)Returns the upper bound of the bin containing the value. The upper bound of the bin containing ...
FUNCTIONupperBinshort(short, short, short)Returns the upper bound of the bin containing the value. The upper bound of the bin containing ...
FUNCTIONvardouble(ByteVector)Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...
FUNCTIONvardouble(Byte[])Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...
FUNCTIONvardouble(DoubleVector)Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...
FUNCTIONvardouble(Double[])Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...
FUNCTIONvardouble(FloatVector)Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...
FUNCTIONvardouble(Float[])Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...
FUNCTIONvardouble(IntVector)Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...
FUNCTIONvardouble(Integer[])Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...
FUNCTIONvardouble(LongVector)Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...
FUNCTIONvardouble(Long[])Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...
FUNCTIONvardouble(ShortVector)Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...
FUNCTIONvardouble(Short[])Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...
FUNCTIONvardouble(byte...)Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...
FUNCTIONvardouble(double...)Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...
FUNCTIONvardouble(float...)Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...
FUNCTIONvardouble(int...)Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...
FUNCTIONvardouble(long...)Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...
FUNCTIONvardouble(short...)Returns the sample variance. Null values are excluded. Sample variance is computed using Besse...
FUNCTIONwavgdouble(ByteVector, ByteVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(ByteVector, DoubleVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(ByteVector, FloatVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(ByteVector, IntVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(ByteVector, LongVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(ByteVector, ShortVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(ByteVector, byte[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(ByteVector, double[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(ByteVector, float[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(ByteVector, int[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(ByteVector, long[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(ByteVector, short[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(DoubleVector, ByteVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(DoubleVector, DoubleVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(DoubleVector, FloatVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(DoubleVector, IntVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(DoubleVector, LongVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(DoubleVector, ShortVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(DoubleVector, byte[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(DoubleVector, double[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(DoubleVector, float[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(DoubleVector, int[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(DoubleVector, long[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(DoubleVector, short[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(FloatVector, ByteVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(FloatVector, DoubleVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(FloatVector, FloatVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(FloatVector, IntVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(FloatVector, LongVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(FloatVector, ShortVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(FloatVector, byte[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(FloatVector, double[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(FloatVector, float[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(FloatVector, int[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(FloatVector, long[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(FloatVector, short[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(IntVector, ByteVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(IntVector, DoubleVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(IntVector, FloatVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(IntVector, IntVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(IntVector, LongVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(IntVector, ShortVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(IntVector, byte[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(IntVector, double[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(IntVector, float[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(IntVector, int[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(IntVector, long[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(IntVector, short[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(LongVector, ByteVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(LongVector, DoubleVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(LongVector, FloatVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(LongVector, IntVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(LongVector, LongVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(LongVector, ShortVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(LongVector, byte[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(LongVector, double[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(LongVector, float[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(LongVector, int[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(LongVector, long[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(LongVector, short[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(ShortVector, ByteVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(ShortVector, DoubleVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(ShortVector, FloatVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(ShortVector, IntVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(ShortVector, LongVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(ShortVector, ShortVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(ShortVector, byte[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(ShortVector, double[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(ShortVector, float[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(ShortVector, int[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(ShortVector, long[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(ShortVector, short[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(byte[], ByteVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(byte[], DoubleVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(byte[], FloatVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(byte[], IntVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(byte[], LongVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(byte[], ShortVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(byte[], byte[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(byte[], double[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(byte[], float[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(byte[], int[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(byte[], long[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(byte[], short[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(double[], ByteVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(double[], DoubleVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(double[], FloatVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(double[], IntVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(double[], LongVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(double[], ShortVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(double[], byte[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(double[], double[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(double[], float[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(double[], int[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(double[], long[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(double[], short[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(float[], ByteVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(float[], DoubleVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(float[], FloatVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(float[], IntVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(float[], LongVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(float[], ShortVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(float[], byte[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(float[], double[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(float[], float[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(float[], int[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(float[], long[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(float[], short[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(int[], ByteVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(int[], DoubleVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(int[], FloatVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(int[], IntVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(int[], LongVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(int[], ShortVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(int[], byte[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(int[], double[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(int[], float[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(int[], int[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(int[], long[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(int[], short[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(long[], ByteVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(long[], DoubleVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(long[], FloatVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(long[], IntVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(long[], LongVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(long[], ShortVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(long[], byte[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(long[], double[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(long[], float[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(long[], int[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(long[], long[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(long[], short[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(short[], ByteVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(short[], DoubleVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(short[], FloatVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(short[], IntVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(short[], LongVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(short[], ShortVector)Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(short[], byte[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(short[], double[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(short[], float[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(short[], int[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(short[], long[])Returns the weighted average. Null values are excluded.
FUNCTIONwavgdouble(short[], short[])Returns the weighted average. Null values are excluded.
FUNCTIONwstddouble(ByteVector, ByteVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(ByteVector, DoubleVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(ByteVector, FloatVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(ByteVector, IntVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(ByteVector, LongVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(ByteVector, ShortVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(ByteVector, byte[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(ByteVector, double[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(ByteVector, float[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(ByteVector, int[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(ByteVector, long[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(ByteVector, short[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(DoubleVector, ByteVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(DoubleVector, DoubleVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(DoubleVector, FloatVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(DoubleVector, IntVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(DoubleVector, LongVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(DoubleVector, ShortVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(DoubleVector, byte[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(DoubleVector, double[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(DoubleVector, float[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(DoubleVector, int[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(DoubleVector, long[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(DoubleVector, short[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(FloatVector, ByteVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(FloatVector, DoubleVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(FloatVector, FloatVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(FloatVector, IntVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(FloatVector, LongVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(FloatVector, ShortVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(FloatVector, byte[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(FloatVector, double[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(FloatVector, float[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(FloatVector, int[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(FloatVector, long[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(FloatVector, short[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(IntVector, ByteVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(IntVector, DoubleVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(IntVector, FloatVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(IntVector, IntVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(IntVector, LongVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(IntVector, ShortVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(IntVector, byte[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(IntVector, double[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(IntVector, float[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(IntVector, int[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(IntVector, long[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(IntVector, short[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(LongVector, ByteVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(LongVector, DoubleVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(LongVector, FloatVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(LongVector, IntVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(LongVector, LongVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(LongVector, ShortVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(LongVector, byte[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(LongVector, double[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(LongVector, float[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(LongVector, int[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(LongVector, long[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(LongVector, short[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(ShortVector, ByteVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(ShortVector, DoubleVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(ShortVector, FloatVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(ShortVector, IntVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(ShortVector, LongVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(ShortVector, ShortVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(ShortVector, byte[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(ShortVector, double[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(ShortVector, float[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(ShortVector, int[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(ShortVector, long[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(ShortVector, short[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(byte[], ByteVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(byte[], DoubleVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(byte[], FloatVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(byte[], IntVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(byte[], LongVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(byte[], ShortVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(byte[], byte[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(byte[], double[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(byte[], float[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(byte[], int[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(byte[], long[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(byte[], short[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(double[], ByteVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(double[], DoubleVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(double[], FloatVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(double[], IntVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(double[], LongVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(double[], ShortVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(double[], byte[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(double[], double[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(double[], float[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(double[], int[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(double[], long[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(double[], short[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(float[], ByteVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(float[], DoubleVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(float[], FloatVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(float[], IntVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(float[], LongVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(float[], ShortVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(float[], byte[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(float[], double[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(float[], float[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(float[], int[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(float[], long[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(float[], short[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(int[], ByteVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(int[], DoubleVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(int[], FloatVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(int[], IntVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(int[], LongVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(int[], ShortVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(int[], byte[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(int[], double[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(int[], float[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(int[], int[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(int[], long[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(int[], short[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(long[], ByteVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(long[], DoubleVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(long[], FloatVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(long[], IntVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(long[], LongVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(long[], ShortVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(long[], byte[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(long[], double[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(long[], float[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(long[], int[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(long[], long[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(long[], short[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(short[], ByteVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(short[], DoubleVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(short[], FloatVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(short[], IntVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(short[], LongVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(short[], ShortVector)Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(short[], byte[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(short[], double[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(short[], float[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(short[], int[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(short[], long[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstddouble(short[], short[])Returns the weighted sample standard deviation. Null values are excluded. Weighted sample stan...
FUNCTIONwstedouble(ByteVector, ByteVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(ByteVector, DoubleVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(ByteVector, FloatVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(ByteVector, IntVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(ByteVector, LongVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(ByteVector, ShortVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(ByteVector, byte[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(ByteVector, double[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(ByteVector, float[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(ByteVector, int[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(ByteVector, long[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(ByteVector, short[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(DoubleVector, ByteVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(DoubleVector, DoubleVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(DoubleVector, FloatVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(DoubleVector, IntVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(DoubleVector, LongVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(DoubleVector, ShortVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(DoubleVector, byte[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(DoubleVector, double[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(DoubleVector, float[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(DoubleVector, int[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(DoubleVector, long[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(DoubleVector, short[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(FloatVector, ByteVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(FloatVector, DoubleVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(FloatVector, FloatVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(FloatVector, IntVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(FloatVector, LongVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(FloatVector, ShortVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(FloatVector, byte[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(FloatVector, double[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(FloatVector, float[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(FloatVector, int[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(FloatVector, long[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(FloatVector, short[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(IntVector, ByteVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(IntVector, DoubleVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(IntVector, FloatVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(IntVector, IntVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(IntVector, LongVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(IntVector, ShortVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(IntVector, byte[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(IntVector, double[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(IntVector, float[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(IntVector, int[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(IntVector, long[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(IntVector, short[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(LongVector, ByteVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(LongVector, DoubleVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(LongVector, FloatVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(LongVector, IntVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(LongVector, LongVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(LongVector, ShortVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(LongVector, byte[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(LongVector, double[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(LongVector, float[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(LongVector, int[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(LongVector, long[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(LongVector, short[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(ShortVector, ByteVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(ShortVector, DoubleVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(ShortVector, FloatVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(ShortVector, IntVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(ShortVector, LongVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(ShortVector, ShortVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(ShortVector, byte[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(ShortVector, double[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(ShortVector, float[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(ShortVector, int[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(ShortVector, long[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(ShortVector, short[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(byte[], ByteVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(byte[], DoubleVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(byte[], FloatVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(byte[], IntVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(byte[], LongVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(byte[], ShortVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(byte[], byte[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(byte[], double[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(byte[], float[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(byte[], int[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(byte[], long[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(byte[], short[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(double[], ByteVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(double[], DoubleVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(double[], FloatVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(double[], IntVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(double[], LongVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(double[], ShortVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(double[], byte[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(double[], double[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(double[], float[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(double[], int[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(double[], long[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(double[], short[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(float[], ByteVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(float[], DoubleVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(float[], FloatVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(float[], IntVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(float[], LongVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(float[], ShortVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(float[], byte[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(float[], double[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(float[], float[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(float[], int[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(float[], long[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(float[], short[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(int[], ByteVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(int[], DoubleVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(int[], FloatVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(int[], IntVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(int[], LongVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(int[], ShortVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(int[], byte[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(int[], double[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(int[], float[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(int[], int[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(int[], long[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(int[], short[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(long[], ByteVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(long[], DoubleVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(long[], FloatVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(long[], IntVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(long[], LongVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(long[], ShortVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(long[], byte[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(long[], double[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(long[], float[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(long[], int[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(long[], long[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(long[], short[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(short[], ByteVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(short[], DoubleVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(short[], FloatVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(short[], IntVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(short[], LongVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(short[], ShortVector)Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(short[], byte[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(short[], double[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(short[], float[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(short[], int[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(short[], long[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwstedouble(short[], short[])Returns the weighted standard error. Null values are excluded.
FUNCTIONwsumdouble(ByteVector, DoubleVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(ByteVector, FloatVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(ByteVector, double[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(ByteVector, float[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(DoubleVector, ByteVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(DoubleVector, DoubleVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(DoubleVector, FloatVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(DoubleVector, IntVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(DoubleVector, LongVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(DoubleVector, ShortVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(DoubleVector, byte[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(DoubleVector, double[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(DoubleVector, float[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(DoubleVector, int[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(DoubleVector, long[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(DoubleVector, short[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(FloatVector, ByteVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(FloatVector, DoubleVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(FloatVector, FloatVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(FloatVector, IntVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(FloatVector, LongVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(FloatVector, ShortVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(FloatVector, byte[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(FloatVector, double[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(FloatVector, float[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(FloatVector, int[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(FloatVector, long[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(FloatVector, short[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(IntVector, DoubleVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(IntVector, FloatVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(IntVector, double[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(IntVector, float[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(LongVector, DoubleVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(LongVector, FloatVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(LongVector, double[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(LongVector, float[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(ShortVector, DoubleVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(ShortVector, FloatVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(ShortVector, double[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(ShortVector, float[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(byte[], DoubleVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(byte[], FloatVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(byte[], double[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(byte[], float[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(double[], ByteVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(double[], DoubleVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(double[], FloatVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(double[], IntVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(double[], LongVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(double[], ShortVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(double[], byte[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(double[], double[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(double[], float[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(double[], int[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(double[], long[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(double[], short[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(float[], ByteVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(float[], DoubleVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(float[], FloatVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(float[], IntVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(float[], LongVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(float[], ShortVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(float[], byte[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(float[], double[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(float[], float[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(float[], int[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(float[], long[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(float[], short[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(int[], DoubleVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(int[], FloatVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(int[], double[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(int[], float[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(long[], DoubleVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(long[], FloatVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(long[], double[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(long[], float[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(short[], DoubleVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(short[], FloatVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(short[], double[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumdouble(short[], float[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(ByteVector, ByteVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(ByteVector, IntVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(ByteVector, LongVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(ByteVector, ShortVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(ByteVector, byte[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(ByteVector, int[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(ByteVector, long[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(ByteVector, short[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(IntVector, ByteVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(IntVector, IntVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(IntVector, LongVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(IntVector, ShortVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(IntVector, byte[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(IntVector, int[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(IntVector, long[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(IntVector, short[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(LongVector, ByteVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(LongVector, IntVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(LongVector, LongVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(LongVector, ShortVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(LongVector, byte[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(LongVector, int[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(LongVector, long[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(LongVector, short[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(ShortVector, ByteVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(ShortVector, IntVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(ShortVector, LongVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(ShortVector, ShortVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(ShortVector, byte[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(ShortVector, int[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(ShortVector, long[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(ShortVector, short[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(byte[], ByteVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(byte[], IntVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(byte[], LongVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(byte[], ShortVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(byte[], byte[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(byte[], int[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(byte[], long[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(byte[], short[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(int[], ByteVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(int[], IntVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(int[], LongVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(int[], ShortVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(int[], byte[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(int[], int[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(int[], long[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(int[], short[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(long[], ByteVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(long[], IntVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(long[], LongVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(long[], ShortVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(long[], byte[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(long[], int[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(long[], long[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(long[], short[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(short[], ByteVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(short[], IntVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(short[], LongVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(short[], ShortVector)Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(short[], byte[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(short[], int[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(short[], long[])Returns the weighted sum. Null values are excluded.
FUNCTIONwsumlong(short[], short[])Returns the weighted sum. Null values are excluded.
FUNCTIONwtstatdouble(ByteVector, ByteVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(ByteVector, DoubleVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(ByteVector, FloatVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(ByteVector, IntVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(ByteVector, LongVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(ByteVector, ShortVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(ByteVector, byte[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(ByteVector, double[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(ByteVector, float[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(ByteVector, int[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(ByteVector, long[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(ByteVector, short[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(DoubleVector, ByteVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(DoubleVector, DoubleVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(DoubleVector, FloatVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(DoubleVector, IntVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(DoubleVector, LongVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(DoubleVector, ShortVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(DoubleVector, byte[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(DoubleVector, double[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(DoubleVector, float[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(DoubleVector, int[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(DoubleVector, long[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(DoubleVector, short[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(FloatVector, ByteVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(FloatVector, DoubleVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(FloatVector, FloatVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(FloatVector, IntVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(FloatVector, LongVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(FloatVector, ShortVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(FloatVector, byte[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(FloatVector, double[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(FloatVector, float[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(FloatVector, int[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(FloatVector, long[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(FloatVector, short[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(IntVector, ByteVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(IntVector, DoubleVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(IntVector, FloatVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(IntVector, IntVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(IntVector, LongVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(IntVector, ShortVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(IntVector, byte[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(IntVector, double[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(IntVector, float[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(IntVector, int[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(IntVector, long[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(IntVector, short[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(LongVector, ByteVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(LongVector, DoubleVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(LongVector, FloatVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(LongVector, IntVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(LongVector, LongVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(LongVector, ShortVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(LongVector, byte[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(LongVector, double[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(LongVector, float[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(LongVector, int[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(LongVector, long[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(LongVector, short[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(ShortVector, ByteVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(ShortVector, DoubleVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(ShortVector, FloatVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(ShortVector, IntVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(ShortVector, LongVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(ShortVector, ShortVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(ShortVector, byte[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(ShortVector, double[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(ShortVector, float[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(ShortVector, int[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(ShortVector, long[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(ShortVector, short[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(byte[], ByteVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(byte[], DoubleVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(byte[], FloatVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(byte[], IntVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(byte[], LongVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(byte[], ShortVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(byte[], byte[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(byte[], double[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(byte[], float[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(byte[], int[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(byte[], long[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(byte[], short[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(double[], ByteVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(double[], DoubleVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(double[], FloatVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(double[], IntVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(double[], LongVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(double[], ShortVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(double[], byte[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(double[], double[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(double[], float[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(double[], int[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(double[], long[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(double[], short[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(float[], ByteVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(float[], DoubleVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(float[], FloatVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(float[], IntVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(float[], LongVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(float[], ShortVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(float[], byte[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(float[], double[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(float[], float[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(float[], int[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(float[], long[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(float[], short[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(int[], ByteVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(int[], DoubleVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(int[], FloatVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(int[], IntVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(int[], LongVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(int[], ShortVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(int[], byte[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(int[], double[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(int[], float[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(int[], int[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(int[], long[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(int[], short[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(long[], ByteVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(long[], DoubleVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(long[], FloatVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(long[], IntVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(long[], LongVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(long[], ShortVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(long[], byte[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(long[], double[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(long[], float[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(long[], int[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(long[], long[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(long[], short[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(short[], ByteVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(short[], DoubleVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(short[], FloatVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(short[], IntVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(short[], LongVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(short[], ShortVector)Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(short[], byte[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(short[], double[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(short[], float[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(short[], int[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(short[], long[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwtstatdouble(short[], short[])Returns the weighted t-statistic. Null values are excluded.
FUNCTIONwvardouble(ByteVector, ByteVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(ByteVector, DoubleVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(ByteVector, FloatVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(ByteVector, IntVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(ByteVector, LongVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(ByteVector, ShortVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(ByteVector, byte[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(ByteVector, double[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(ByteVector, float[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(ByteVector, int[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(ByteVector, long[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(ByteVector, short[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(DoubleVector, ByteVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(DoubleVector, DoubleVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(DoubleVector, FloatVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(DoubleVector, IntVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(DoubleVector, LongVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(DoubleVector, ShortVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(DoubleVector, byte[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(DoubleVector, double[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(DoubleVector, float[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(DoubleVector, int[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(DoubleVector, long[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(DoubleVector, short[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(FloatVector, ByteVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(FloatVector, DoubleVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(FloatVector, FloatVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(FloatVector, IntVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(FloatVector, LongVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(FloatVector, ShortVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(FloatVector, byte[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(FloatVector, double[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(FloatVector, float[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(FloatVector, int[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(FloatVector, long[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(FloatVector, short[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(IntVector, ByteVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(IntVector, DoubleVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(IntVector, FloatVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(IntVector, IntVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(IntVector, LongVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(IntVector, ShortVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(IntVector, byte[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(IntVector, double[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(IntVector, float[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(IntVector, int[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(IntVector, long[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(IntVector, short[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(LongVector, ByteVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(LongVector, DoubleVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(LongVector, FloatVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(LongVector, IntVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(LongVector, LongVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(LongVector, ShortVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(LongVector, byte[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(LongVector, double[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(LongVector, float[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(LongVector, int[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(LongVector, long[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(LongVector, short[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(ShortVector, ByteVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(ShortVector, DoubleVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(ShortVector, FloatVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(ShortVector, IntVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(ShortVector, LongVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(ShortVector, ShortVector)Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(ShortVector, byte[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(ShortVector, double[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(ShortVector, float[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(ShortVector, int[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(ShortVector, long[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(ShortVector, short[])Returns the weighted sample variance. Null values are excluded. Sample variance is computed us...
FUNCTIONwvardouble(byte[], ByteVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(byte[], DoubleVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(byte[], FloatVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(byte[], IntVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(byte[], LongVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(byte[], ShortVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(byte[], byte[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(byte[], double[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(byte[], float[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(byte[], int[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(byte[], long[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(byte[], short[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(double[], ByteVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(double[], DoubleVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(double[], FloatVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(double[], IntVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(double[], LongVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(double[], ShortVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(double[], byte[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(double[], double[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(double[], float[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(double[], int[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(double[], long[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(double[], short[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(float[], ByteVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(float[], DoubleVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(float[], FloatVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(float[], IntVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(float[], LongVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(float[], ShortVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(float[], byte[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(float[], double[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(float[], float[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(float[], int[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(float[], long[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(float[], short[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(int[], ByteVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(int[], DoubleVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(int[], FloatVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(int[], IntVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(int[], LongVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(int[], ShortVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(int[], byte[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(int[], double[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(int[], float[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(int[], int[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(int[], long[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(int[], short[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(long[], ByteVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(long[], DoubleVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(long[], FloatVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(long[], IntVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(long[], LongVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(long[], ShortVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(long[], byte[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(long[], double[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(long[], float[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(long[], int[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(long[], long[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(long[], short[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(short[], ByteVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(short[], DoubleVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(short[], FloatVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(short[], IntVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(short[], LongVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(short[], ShortVector)Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(short[], byte[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(short[], double[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(short[], float[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(short[], int[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(short[], long[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...
FUNCTIONwvardouble(short[], short[])Returns the weighted sample variance. Null values are excluded. Weighted sample variance is co...