Index

A B C D E F I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form

A

abs(byte) - Static method in class io.deephaven.function.Numeric
Returns the absolute value.
abs(double) - Static method in class io.deephaven.function.Numeric
Returns the absolute value.
abs(float) - Static method in class io.deephaven.function.Numeric
Returns the absolute value.
abs(int) - Static method in class io.deephaven.function.Numeric
Returns the absolute value.
abs(long) - Static method in class io.deephaven.function.Numeric
Returns the absolute value.
abs(short) - Static method in class io.deephaven.function.Numeric
Returns the absolute value.
absAvg(byte...) - Static method in class io.deephaven.function.Numeric
Returns the mean of the absolute values of values.
absAvg(double...) - Static method in class io.deephaven.function.Numeric
Returns the mean of the absolute values of values.
absAvg(float...) - Static method in class io.deephaven.function.Numeric
Returns the mean of the absolute values of values.
absAvg(int...) - Static method in class io.deephaven.function.Numeric
Returns the mean of the absolute values of values.
absAvg(long...) - Static method in class io.deephaven.function.Numeric
Returns the mean of the absolute values of values.
absAvg(short...) - Static method in class io.deephaven.function.Numeric
Returns the mean of the absolute values of values.
absAvg(ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the mean of the absolute values of values.
absAvg(DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the mean of the absolute values of values.
absAvg(FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the mean of the absolute values of values.
absAvg(IntVector) - Static method in class io.deephaven.function.Numeric
Returns the mean of the absolute values of values.
absAvg(LongVector) - Static method in class io.deephaven.function.Numeric
Returns the mean of the absolute values of values.
absAvg(ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the mean of the absolute values of values.
absAvg(Byte[]) - Static method in class io.deephaven.function.Numeric
Returns the mean of the absolute values of values.
absAvg(Double[]) - Static method in class io.deephaven.function.Numeric
Returns the mean of the absolute values of values.
absAvg(Float[]) - Static method in class io.deephaven.function.Numeric
Returns the mean of the absolute values of values.
absAvg(Integer[]) - Static method in class io.deephaven.function.Numeric
Returns the mean of the absolute values of values.
absAvg(Long[]) - Static method in class io.deephaven.function.Numeric
Returns the mean of the absolute values of values.
absAvg(Short[]) - Static method in class io.deephaven.function.Numeric
Returns the mean of the absolute values of values.
acos(byte) - Static method in class io.deephaven.function.Numeric
Returns the arc cosine.
acos(double) - Static method in class io.deephaven.function.Numeric
Returns the arc cosine.
acos(float) - Static method in class io.deephaven.function.Numeric
Returns the arc cosine.
acos(int) - Static method in class io.deephaven.function.Numeric
Returns the arc cosine.
acos(long) - Static method in class io.deephaven.function.Numeric
Returns the arc cosine.
acos(short) - Static method in class io.deephaven.function.Numeric
Returns the arc cosine.
and(boolean...) - Static method in class io.deephaven.function.Logic
Ands all of the values in the array together.
and(ObjectVector<Boolean>) - Static method in class io.deephaven.function.Logic
Ands all of the values in the array together.
and(ObjectVector<Boolean>, Boolean) - Static method in class io.deephaven.function.Logic
Ands all of the values in the array together.
and(Boolean...) - Static method in class io.deephaven.function.Logic
Ands all of the values in the array together.
and(Boolean[], Boolean) - Static method in class io.deephaven.function.Logic
Ands all of the values in the array together.
array(ByteVector) - Static method in class io.deephaven.function.Basic
Converts a Deephaven vector to a primitive array that may be freely mutated by the caller.
array(CharVector) - Static method in class io.deephaven.function.Basic
Converts a Deephaven vector to a primitive array that may be freely mutated by the caller.
array(DoubleVector) - Static method in class io.deephaven.function.Basic
Converts a Deephaven vector to a primitive array that may be freely mutated by the caller.
array(FloatVector) - Static method in class io.deephaven.function.Basic
Converts a Deephaven vector to a primitive array that may be freely mutated by the caller.
array(IntVector) - Static method in class io.deephaven.function.Basic
Converts a Deephaven vector to a primitive array that may be freely mutated by the caller.
array(LongVector) - Static method in class io.deephaven.function.Basic
Converts a Deephaven vector to a primitive array that may be freely mutated by the caller.
array(ShortVector) - Static method in class io.deephaven.function.Basic
Converts a Deephaven vector to a primitive array that may be freely mutated by the caller.
arrayObj(ObjectVector<T>) - Static method in class io.deephaven.function.Basic
Converts a Deephaven vector to an array that may be freely mutated by the caller.
asin(byte) - Static method in class io.deephaven.function.Numeric
Returns the arc sine.
asin(double) - Static method in class io.deephaven.function.Numeric
Returns the arc sine.
asin(float) - Static method in class io.deephaven.function.Numeric
Returns the arc sine.
asin(int) - Static method in class io.deephaven.function.Numeric
Returns the arc sine.
asin(long) - Static method in class io.deephaven.function.Numeric
Returns the arc sine.
asin(short) - Static method in class io.deephaven.function.Numeric
Returns the arc sine.
atan(byte) - Static method in class io.deephaven.function.Numeric
Returns the arc tangent.
atan(double) - Static method in class io.deephaven.function.Numeric
Returns the arc tangent.
atan(float) - Static method in class io.deephaven.function.Numeric
Returns the arc tangent.
atan(int) - Static method in class io.deephaven.function.Numeric
Returns the arc tangent.
atan(long) - Static method in class io.deephaven.function.Numeric
Returns the arc tangent.
atan(short) - Static method in class io.deephaven.function.Numeric
Returns the arc tangent.
avg(byte...) - Static method in class io.deephaven.function.Numeric
Returns the mean.
avg(double...) - Static method in class io.deephaven.function.Numeric
Returns the mean.
avg(float...) - Static method in class io.deephaven.function.Numeric
Returns the mean.
avg(int...) - Static method in class io.deephaven.function.Numeric
Returns the mean.
avg(long...) - Static method in class io.deephaven.function.Numeric
Returns the mean.
avg(short...) - Static method in class io.deephaven.function.Numeric
Returns the mean.
avg(ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the mean.
avg(DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the mean.
avg(FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the mean.
avg(IntVector) - Static method in class io.deephaven.function.Numeric
Returns the mean.
avg(LongVector) - Static method in class io.deephaven.function.Numeric
Returns the mean.
avg(ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the mean.
avg(Byte[]) - Static method in class io.deephaven.function.Numeric
Returns the mean.
avg(Double[]) - Static method in class io.deephaven.function.Numeric
Returns the mean.
avg(Float[]) - Static method in class io.deephaven.function.Numeric
Returns the mean.
avg(Integer[]) - Static method in class io.deephaven.function.Numeric
Returns the mean.
avg(Long[]) - Static method in class io.deephaven.function.Numeric
Returns the mean.
avg(Short[]) - Static method in class io.deephaven.function.Numeric
Returns the mean.

B

Basic - Class in io.deephaven.function
Basic functions that can be applied to primitive types.
Basic() - Constructor for class io.deephaven.function.Basic
 
BinSearch - Class in io.deephaven.function
Functions for performing binary searches.
BinSearch() - Constructor for class io.deephaven.function.BinSearch
 
BinSearchAlgo - Enum Class in io.deephaven.function
Algorithm used to resolve ties when performing a binary search.
binSearchIndex(byte[], byte, BinSearchAlgo) - Static method in class io.deephaven.function.BinSearch
Performs a binary search to find a key.
binSearchIndex(char[], char, BinSearchAlgo) - Static method in class io.deephaven.function.BinSearch
Performs a binary search to find a key.
binSearchIndex(double[], double, BinSearchAlgo) - Static method in class io.deephaven.function.BinSearch
Performs a binary search to find a key.
binSearchIndex(float[], float, BinSearchAlgo) - Static method in class io.deephaven.function.BinSearch
Performs a binary search to find a key.
binSearchIndex(int[], int, BinSearchAlgo) - Static method in class io.deephaven.function.BinSearch
Performs a binary search to find a key.
binSearchIndex(long[], long, BinSearchAlgo) - Static method in class io.deephaven.function.BinSearch
Performs a binary search to find a key.
binSearchIndex(short[], short, BinSearchAlgo) - Static method in class io.deephaven.function.BinSearch
Performs a binary search to find a key.
binSearchIndex(ByteVector, byte, BinSearchAlgo) - Static method in class io.deephaven.function.BinSearch
Performs a binary search to find a key.
binSearchIndex(CharVector, char, BinSearchAlgo) - Static method in class io.deephaven.function.BinSearch
Performs a binary search to find a key.
binSearchIndex(DoubleVector, double, BinSearchAlgo) - Static method in class io.deephaven.function.BinSearch
Performs a binary search to find a key.
binSearchIndex(FloatVector, float, BinSearchAlgo) - Static method in class io.deephaven.function.BinSearch
Performs a binary search to find a key.
binSearchIndex(IntVector, int, BinSearchAlgo) - Static method in class io.deephaven.function.BinSearch
Performs a binary search to find a key.
binSearchIndex(LongVector, long, BinSearchAlgo) - Static method in class io.deephaven.function.BinSearch
Performs a binary search to find a key.
binSearchIndex(ObjectVector<T>, T, BinSearchAlgo) - Static method in class io.deephaven.function.BinSearch
Performs a binary search to find a key.
binSearchIndex(ShortVector, short, BinSearchAlgo) - Static method in class io.deephaven.function.BinSearch
Performs a binary search to find a key.
binSearchIndex(T[], T, BinSearchAlgo) - Static method in class io.deephaven.function.BinSearch
Performs a binary search to find a key.
BS_ANY - Enum constant in enum class io.deephaven.function.BinSearchAlgo
Binary search algorithm returns any matching index.
BS_HIGHEST - Enum constant in enum class io.deephaven.function.BinSearchAlgo
Binary search algorithm returns the highest matching index.
BS_LOWEST - Enum constant in enum class io.deephaven.function.BinSearchAlgo
Binary search algorithm returns the lowest matching index.

C

Cast - Class in io.deephaven.function
Functions for casting between types.
Cast() - Constructor for class io.deephaven.function.Cast
 
Cast.CastDoesNotPreserveValue - Exception in io.deephaven.function
Cast can not preserve the value.
CastDoesNotPreserveValue(String) - Constructor for exception io.deephaven.function.Cast.CastDoesNotPreserveValue
Creates a new exception.
castDouble(byte) - Static method in class io.deephaven.function.Cast
Casts a value to a double.
castDouble(byte...) - Static method in class io.deephaven.function.Cast
Casts an array to a double array.
castDouble(byte[], boolean) - Static method in class io.deephaven.function.Cast
Casts an array to a double array.
castDouble(byte, boolean) - Static method in class io.deephaven.function.Cast
Casts a value to a double.
castDouble(double) - Static method in class io.deephaven.function.Cast
Casts a value to a double.
castDouble(double...) - Static method in class io.deephaven.function.Cast
Casts an array to a double array.
castDouble(double[], boolean) - Static method in class io.deephaven.function.Cast
Casts an array to a double array.
castDouble(double, boolean) - Static method in class io.deephaven.function.Cast
Casts a value to a double.
castDouble(float) - Static method in class io.deephaven.function.Cast
Casts a value to a double.
castDouble(float...) - Static method in class io.deephaven.function.Cast
Casts an array to a double array.
castDouble(float[], boolean) - Static method in class io.deephaven.function.Cast
Casts an array to a double array.
castDouble(float, boolean) - Static method in class io.deephaven.function.Cast
Casts a value to a double.
castDouble(int) - Static method in class io.deephaven.function.Cast
Casts a value to a double.
castDouble(int...) - Static method in class io.deephaven.function.Cast
Casts an array to a double array.
castDouble(int[], boolean) - Static method in class io.deephaven.function.Cast
Casts an array to a double array.
castDouble(int, boolean) - Static method in class io.deephaven.function.Cast
Casts a value to a double.
castDouble(long) - Static method in class io.deephaven.function.Cast
Casts a value to a double.
castDouble(long...) - Static method in class io.deephaven.function.Cast
Casts an array to a double array.
castDouble(long[], boolean) - Static method in class io.deephaven.function.Cast
Casts an array to a double array.
castDouble(long, boolean) - Static method in class io.deephaven.function.Cast
Casts a value to a double.
castDouble(short) - Static method in class io.deephaven.function.Cast
Casts a value to a double.
castDouble(short...) - Static method in class io.deephaven.function.Cast
Casts an array to a double array.
castDouble(short[], boolean) - Static method in class io.deephaven.function.Cast
Casts an array to a double array.
castDouble(short, boolean) - Static method in class io.deephaven.function.Cast
Casts a value to a double.
castDouble(ByteVector) - Static method in class io.deephaven.function.Cast
Casts an array to a double array.
castDouble(ByteVector, boolean) - Static method in class io.deephaven.function.Cast
Casts an array to a double array.
castDouble(DoubleVector) - Static method in class io.deephaven.function.Cast
Casts an array to a double array.
castDouble(DoubleVector, boolean) - Static method in class io.deephaven.function.Cast
Casts an array to a double array.
castDouble(FloatVector) - Static method in class io.deephaven.function.Cast
Casts an array to a double array.
castDouble(FloatVector, boolean) - Static method in class io.deephaven.function.Cast
Casts an array to a double array.
castDouble(IntVector) - Static method in class io.deephaven.function.Cast
Casts an array to a double array.
castDouble(IntVector, boolean) - Static method in class io.deephaven.function.Cast
Casts an array to a double array.
castDouble(LongVector) - Static method in class io.deephaven.function.Cast
Casts an array to a double array.
castDouble(LongVector, boolean) - Static method in class io.deephaven.function.Cast
Casts an array to a double array.
castDouble(ShortVector) - Static method in class io.deephaven.function.Cast
Casts an array to a double array.
castDouble(ShortVector, boolean) - Static method in class io.deephaven.function.Cast
Casts an array to a double array.
castInt(byte) - Static method in class io.deephaven.function.Cast
Casts a value to an int.
castInt(byte...) - Static method in class io.deephaven.function.Cast
Casts an array to an int array.
castInt(byte[], boolean) - Static method in class io.deephaven.function.Cast
Casts an array to an int array.
castInt(byte, boolean) - Static method in class io.deephaven.function.Cast
Casts a value to an int.
castInt(int) - Static method in class io.deephaven.function.Cast
Casts a value to an int.
castInt(int...) - Static method in class io.deephaven.function.Cast
Casts an array to an int array.
castInt(int[], boolean) - Static method in class io.deephaven.function.Cast
Casts an array to an int array.
castInt(int, boolean) - Static method in class io.deephaven.function.Cast
Casts a value to an int.
castInt(long) - Static method in class io.deephaven.function.Cast
Casts a value to an int.
castInt(long...) - Static method in class io.deephaven.function.Cast
Casts an array to an int array.
castInt(long[], boolean) - Static method in class io.deephaven.function.Cast
Casts an array to an int array.
castInt(long, boolean) - Static method in class io.deephaven.function.Cast
Casts a value to an int.
castInt(short) - Static method in class io.deephaven.function.Cast
Casts a value to an int.
castInt(short...) - Static method in class io.deephaven.function.Cast
Casts an array to an int array.
castInt(short[], boolean) - Static method in class io.deephaven.function.Cast
Casts an array to an int array.
castInt(short, boolean) - Static method in class io.deephaven.function.Cast
Casts a value to an int.
castInt(ByteVector) - Static method in class io.deephaven.function.Cast
Casts an array to an int array.
castInt(ByteVector, boolean) - Static method in class io.deephaven.function.Cast
Casts an array to an int array.
castInt(IntVector) - Static method in class io.deephaven.function.Cast
Casts an array to an int array.
castInt(IntVector, boolean) - Static method in class io.deephaven.function.Cast
Casts an array to an int array.
castInt(LongVector) - Static method in class io.deephaven.function.Cast
Casts an array to an int array.
castInt(LongVector, boolean) - Static method in class io.deephaven.function.Cast
Casts an array to an int array.
castInt(ShortVector) - Static method in class io.deephaven.function.Cast
Casts an array to an int array.
castInt(ShortVector, boolean) - Static method in class io.deephaven.function.Cast
Casts an array to an int array.
castLong(byte) - Static method in class io.deephaven.function.Cast
Casts a value to a long.
castLong(byte...) - Static method in class io.deephaven.function.Cast
Casts an array to a long array.
castLong(byte[], boolean) - Static method in class io.deephaven.function.Cast
Casts an array to a long array.
castLong(byte, boolean) - Static method in class io.deephaven.function.Cast
Casts a value to a long.
castLong(int) - Static method in class io.deephaven.function.Cast
Casts a value to a long.
castLong(int...) - Static method in class io.deephaven.function.Cast
Casts an array to a long array.
castLong(int[], boolean) - Static method in class io.deephaven.function.Cast
Casts an array to a long array.
castLong(int, boolean) - Static method in class io.deephaven.function.Cast
Casts a value to a long.
castLong(long) - Static method in class io.deephaven.function.Cast
Casts a value to a long.
castLong(long...) - Static method in class io.deephaven.function.Cast
Casts an array to a long array.
castLong(long[], boolean) - Static method in class io.deephaven.function.Cast
Casts an array to a long array.
castLong(long, boolean) - Static method in class io.deephaven.function.Cast
Casts a value to a long.
castLong(short) - Static method in class io.deephaven.function.Cast
Casts a value to a long.
castLong(short...) - Static method in class io.deephaven.function.Cast
Casts an array to a long array.
castLong(short[], boolean) - Static method in class io.deephaven.function.Cast
Casts an array to a long array.
castLong(short, boolean) - Static method in class io.deephaven.function.Cast
Casts a value to a long.
castLong(ByteVector) - Static method in class io.deephaven.function.Cast
Casts an array to a long array.
castLong(ByteVector, boolean) - Static method in class io.deephaven.function.Cast
Casts an array to a long array.
castLong(IntVector) - Static method in class io.deephaven.function.Cast
Casts an array to a long array.
castLong(IntVector, boolean) - Static method in class io.deephaven.function.Cast
Casts an array to a long array.
castLong(LongVector) - Static method in class io.deephaven.function.Cast
Casts an array to a long array.
castLong(LongVector, boolean) - Static method in class io.deephaven.function.Cast
Casts an array to a long array.
castLong(ShortVector) - Static method in class io.deephaven.function.Cast
Casts an array to a long array.
castLong(ShortVector, boolean) - Static method in class io.deephaven.function.Cast
Casts an array to a long array.
ceil(byte) - Static method in class io.deephaven.function.Numeric
Returns the ceiling.
ceil(double) - Static method in class io.deephaven.function.Numeric
Returns the ceiling.
ceil(float) - Static method in class io.deephaven.function.Numeric
Returns the ceiling.
ceil(int) - Static method in class io.deephaven.function.Numeric
Returns the ceiling.
ceil(long) - Static method in class io.deephaven.function.Numeric
Returns the ceiling.
ceil(short) - Static method in class io.deephaven.function.Numeric
Returns the ceiling.
clamp(byte, byte, byte) - Static method in class io.deephaven.function.Numeric
Constrains the value to be on the [min,max] range.
clamp(double, double, double) - Static method in class io.deephaven.function.Numeric
Constrains the value to be on the [min,max] range.
clamp(float, float, float) - Static method in class io.deephaven.function.Numeric
Constrains the value to be on the [min,max] range.
clamp(int, int, int) - Static method in class io.deephaven.function.Numeric
Constrains the value to be on the [min,max] range.
clamp(long, long, long) - Static method in class io.deephaven.function.Numeric
Constrains the value to be on the [min,max] range.
clamp(short, short, short) - Static method in class io.deephaven.function.Numeric
Constrains the value to be on the [min,max] range.
compare(T, T) - Method in class io.deephaven.function.comparators.NullNaNAwareComparator
 
concat(byte[]...) - Static method in class io.deephaven.function.Basic
Returns the concatenation of multiple arrays into a single array.
concat(char[]...) - Static method in class io.deephaven.function.Basic
Returns the concatenation of multiple arrays into a single array.
concat(double[]...) - Static method in class io.deephaven.function.Basic
Returns the concatenation of multiple arrays into a single array.
concat(float[]...) - Static method in class io.deephaven.function.Basic
Returns the concatenation of multiple arrays into a single array.
concat(int[]...) - Static method in class io.deephaven.function.Basic
Returns the concatenation of multiple arrays into a single array.
concat(long[]...) - Static method in class io.deephaven.function.Basic
Returns the concatenation of multiple arrays into a single array.
concat(short[]...) - Static method in class io.deephaven.function.Basic
Returns the concatenation of multiple arrays into a single array.
concat(ByteVector...) - Static method in class io.deephaven.function.Basic
Returns the concatenation of multiple arrays into a single array.
concat(CharVector...) - Static method in class io.deephaven.function.Basic
Returns the concatenation of multiple arrays into a single array.
concat(DoubleVector...) - Static method in class io.deephaven.function.Basic
Returns the concatenation of multiple arrays into a single array.
concat(FloatVector...) - Static method in class io.deephaven.function.Basic
Returns the concatenation of multiple arrays into a single array.
concat(IntVector...) - Static method in class io.deephaven.function.Basic
Returns the concatenation of multiple arrays into a single array.
concat(LongVector...) - Static method in class io.deephaven.function.Basic
Returns the concatenation of multiple arrays into a single array.
concat(ObjectVector<T>...) - Static method in class io.deephaven.function.Basic
Returns the concatenation of multiple arrays into a single array.
concat(ShortVector...) - Static method in class io.deephaven.function.Basic
Returns the concatenation of multiple arrays into a single array.
concat(T[]...) - Static method in class io.deephaven.function.Basic
Returns the concatenation of multiple arrays into a single array.
containsNonFinite(byte...) - Static method in class io.deephaven.function.Numeric
Returns true if the values contains any non-finite value, where "finite" is defined as not infinite, not NaN, and not null.
containsNonFinite(double...) - Static method in class io.deephaven.function.Numeric
Returns true if the values contains any non-finite value, where "finite" is defined as not infinite, not NaN, and not null.
containsNonFinite(float...) - Static method in class io.deephaven.function.Numeric
Returns true if the values contains any non-finite value, where "finite" is defined as not infinite, not NaN, and not null.
containsNonFinite(int...) - Static method in class io.deephaven.function.Numeric
Returns true if the values contains any non-finite value, where "finite" is defined as not infinite, not NaN, and not null.
containsNonFinite(long...) - Static method in class io.deephaven.function.Numeric
Returns true if the values contains any non-finite value, where "finite" is defined as not infinite, not NaN, and not null.
containsNonFinite(short...) - Static method in class io.deephaven.function.Numeric
Returns true if the values contains any non-finite value, where "finite" is defined as not infinite, not NaN, and not null.
containsNonFinite(Byte[]) - Static method in class io.deephaven.function.Numeric
Returns true if the values contains any non-finite value, where "finite" is defined as not infinite, not NaN, and not null.
containsNonFinite(Double[]) - Static method in class io.deephaven.function.Numeric
Returns true if the values contains any non-finite value, where "finite" is defined as not infinite, not NaN, and not null.
containsNonFinite(Float[]) - Static method in class io.deephaven.function.Numeric
Returns true if the values contains any non-finite value, where "finite" is defined as not infinite, not NaN, and not null.
containsNonFinite(Integer[]) - Static method in class io.deephaven.function.Numeric
Returns true if the values contains any non-finite value, where "finite" is defined as not infinite, not NaN, and not null.
containsNonFinite(Long[]) - Static method in class io.deephaven.function.Numeric
Returns true if the values contains any non-finite value, where "finite" is defined as not infinite, not NaN, and not null.
containsNonFinite(Short[]) - Static method in class io.deephaven.function.Numeric
Returns true if the values contains any non-finite value, where "finite" is defined as not infinite, not NaN, and not null.
cor(byte[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(byte[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(byte[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(byte[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(byte[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(byte[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(byte[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(byte[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(byte[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(byte[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(byte[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(byte[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(double[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(double[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(double[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(double[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(double[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(double[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(double[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(double[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(double[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(double[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(double[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(double[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(float[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(float[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(float[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(float[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(float[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(float[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(float[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(float[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(float[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(float[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(float[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(float[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(int[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(int[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(int[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(int[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(int[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(int[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(int[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(int[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(int[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(int[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(int[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(int[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(long[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(long[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(long[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(long[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(long[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(long[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(long[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(long[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(long[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(long[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(long[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(long[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(short[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(short[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(short[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(short[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(short[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(short[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(short[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(short[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(short[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(short[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(short[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(short[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(ByteVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(ByteVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(ByteVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(ByteVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(ByteVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(ByteVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(ByteVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(ByteVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(ByteVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(ByteVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(ByteVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(ByteVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(DoubleVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(DoubleVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(DoubleVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(DoubleVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(DoubleVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(DoubleVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(DoubleVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(DoubleVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(DoubleVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(DoubleVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(DoubleVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(DoubleVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(FloatVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(FloatVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(FloatVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(FloatVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(FloatVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(FloatVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(FloatVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(FloatVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(FloatVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(FloatVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(FloatVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(FloatVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(IntVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(IntVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(IntVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(IntVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(IntVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(IntVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(IntVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(IntVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(IntVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(IntVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(IntVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(IntVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(LongVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(LongVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(LongVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(LongVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(LongVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(LongVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(LongVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(LongVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(LongVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(LongVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(LongVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(LongVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(ShortVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(ShortVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(ShortVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(ShortVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(ShortVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(ShortVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(ShortVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(ShortVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(ShortVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(ShortVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(ShortVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cor(ShortVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the correlation.
cos(byte) - Static method in class io.deephaven.function.Numeric
Returns the cosine.
cos(double) - Static method in class io.deephaven.function.Numeric
Returns the cosine.
cos(float) - Static method in class io.deephaven.function.Numeric
Returns the cosine.
cos(int) - Static method in class io.deephaven.function.Numeric
Returns the cosine.
cos(long) - Static method in class io.deephaven.function.Numeric
Returns the cosine.
cos(short) - Static method in class io.deephaven.function.Numeric
Returns the cosine.
count(byte...) - Static method in class io.deephaven.function.Basic
Counts the number of non-null values.
count(char...) - Static method in class io.deephaven.function.Basic
Counts the number of non-null values.
count(double...) - Static method in class io.deephaven.function.Basic
Counts the number of non-null values.
count(float...) - Static method in class io.deephaven.function.Basic
Counts the number of non-null values.
count(int...) - Static method in class io.deephaven.function.Basic
Counts the number of non-null values.
count(long...) - Static method in class io.deephaven.function.Basic
Counts the number of non-null values.
count(short...) - Static method in class io.deephaven.function.Basic
Counts the number of non-null values.
count(ByteVector) - Static method in class io.deephaven.function.Basic
Counts the number of non-null values.
count(CharVector) - Static method in class io.deephaven.function.Basic
Counts the number of non-null values.
count(DoubleVector) - Static method in class io.deephaven.function.Basic
Counts the number of non-null values.
count(FloatVector) - Static method in class io.deephaven.function.Basic
Counts the number of non-null values.
count(IntVector) - Static method in class io.deephaven.function.Basic
Counts the number of non-null values.
count(LongVector) - Static method in class io.deephaven.function.Basic
Counts the number of non-null values.
count(ShortVector) - Static method in class io.deephaven.function.Basic
Counts the number of non-null values.
countDistinct(byte...) - Static method in class io.deephaven.function.Basic
Counts the number of distinct elements in the array.
countDistinct(byte[], boolean) - Static method in class io.deephaven.function.Basic
Counts the number of distinct elements in the array.
countDistinct(char...) - Static method in class io.deephaven.function.Basic
Counts the number of distinct elements in the array.
countDistinct(char[], boolean) - Static method in class io.deephaven.function.Basic
Counts the number of distinct elements in the array.
countDistinct(double...) - Static method in class io.deephaven.function.Basic
Counts the number of distinct elements in the array.
countDistinct(double[], boolean) - Static method in class io.deephaven.function.Basic
Counts the number of distinct elements in the array.
countDistinct(float...) - Static method in class io.deephaven.function.Basic
Counts the number of distinct elements in the array.
countDistinct(float[], boolean) - Static method in class io.deephaven.function.Basic
Counts the number of distinct elements in the array.
countDistinct(int...) - Static method in class io.deephaven.function.Basic
Counts the number of distinct elements in the array.
countDistinct(int[], boolean) - Static method in class io.deephaven.function.Basic
Counts the number of distinct elements in the array.
countDistinct(long...) - Static method in class io.deephaven.function.Basic
Counts the number of distinct elements in the array.
countDistinct(long[], boolean) - Static method in class io.deephaven.function.Basic
Counts the number of distinct elements in the array.
countDistinct(short...) - Static method in class io.deephaven.function.Basic
Counts the number of distinct elements in the array.
countDistinct(short[], boolean) - Static method in class io.deephaven.function.Basic
Counts the number of distinct elements in the array.
countDistinct(ByteVector) - Static method in class io.deephaven.function.Basic
Counts the number of distinct elements in the array.
countDistinct(ByteVector, boolean) - Static method in class io.deephaven.function.Basic
Counts the number of distinct elements in the array.
countDistinct(CharVector) - Static method in class io.deephaven.function.Basic
Counts the number of distinct elements in the array.
countDistinct(CharVector, boolean) - Static method in class io.deephaven.function.Basic
Counts the number of distinct elements in the array.
countDistinct(DoubleVector) - Static method in class io.deephaven.function.Basic
Counts the number of distinct elements in the array.
countDistinct(DoubleVector, boolean) - Static method in class io.deephaven.function.Basic
Counts the number of distinct elements in the array.
countDistinct(FloatVector) - Static method in class io.deephaven.function.Basic
Counts the number of distinct elements in the array.
countDistinct(FloatVector, boolean) - Static method in class io.deephaven.function.Basic
Counts the number of distinct elements in the array.
countDistinct(IntVector) - Static method in class io.deephaven.function.Basic
Counts the number of distinct elements in the array.
countDistinct(IntVector, boolean) - Static method in class io.deephaven.function.Basic
Counts the number of distinct elements in the array.
countDistinct(LongVector) - Static method in class io.deephaven.function.Basic
Counts the number of distinct elements in the array.
countDistinct(LongVector, boolean) - Static method in class io.deephaven.function.Basic
Counts the number of distinct elements in the array.
countDistinct(ShortVector) - Static method in class io.deephaven.function.Basic
Counts the number of distinct elements in the array.
countDistinct(ShortVector, boolean) - Static method in class io.deephaven.function.Basic
Counts the number of distinct elements in the array.
countDistinctObj(ObjectVector<T>) - Static method in class io.deephaven.function.Basic
Counts the number of distinct elements in the array.
countDistinctObj(ObjectVector<T>, boolean) - Static method in class io.deephaven.function.Basic
Counts the number of distinct elements in the array.
countDistinctObj(T...) - Static method in class io.deephaven.function.Basic
Counts the number of distinct elements in the array.
countDistinctObj(T[], boolean) - Static method in class io.deephaven.function.Basic
Counts the number of distinct elements in the array.
countNeg(byte...) - Static method in class io.deephaven.function.Numeric
Counts the number of negative values.
countNeg(double...) - Static method in class io.deephaven.function.Numeric
Counts the number of negative values.
countNeg(float...) - Static method in class io.deephaven.function.Numeric
Counts the number of negative values.
countNeg(int...) - Static method in class io.deephaven.function.Numeric
Counts the number of negative values.
countNeg(long...) - Static method in class io.deephaven.function.Numeric
Counts the number of negative values.
countNeg(short...) - Static method in class io.deephaven.function.Numeric
Counts the number of negative values.
countNeg(ByteVector) - Static method in class io.deephaven.function.Numeric
Counts the number of negative values.
countNeg(DoubleVector) - Static method in class io.deephaven.function.Numeric
Counts the number of negative values.
countNeg(FloatVector) - Static method in class io.deephaven.function.Numeric
Counts the number of negative values.
countNeg(IntVector) - Static method in class io.deephaven.function.Numeric
Counts the number of negative values.
countNeg(LongVector) - Static method in class io.deephaven.function.Numeric
Counts the number of negative values.
countNeg(ShortVector) - Static method in class io.deephaven.function.Numeric
Counts the number of negative values.
countNeg(Byte[]) - Static method in class io.deephaven.function.Numeric
Counts the number of negative values.
countNeg(Double[]) - Static method in class io.deephaven.function.Numeric
Counts the number of negative values.
countNeg(Float[]) - Static method in class io.deephaven.function.Numeric
Counts the number of negative values.
countNeg(Integer[]) - Static method in class io.deephaven.function.Numeric
Counts the number of negative values.
countNeg(Long[]) - Static method in class io.deephaven.function.Numeric
Counts the number of negative values.
countNeg(Short[]) - Static method in class io.deephaven.function.Numeric
Counts the number of negative values.
countObj(ObjectVector<T>) - Static method in class io.deephaven.function.Basic
Counts the number of non-null values.
countObj(T...) - Static method in class io.deephaven.function.Basic
Counts the number of non-null values.
countPos(byte...) - Static method in class io.deephaven.function.Numeric
Counts the number of positive values.
countPos(double...) - Static method in class io.deephaven.function.Numeric
Counts the number of positive values.
countPos(float...) - Static method in class io.deephaven.function.Numeric
Counts the number of positive values.
countPos(int...) - Static method in class io.deephaven.function.Numeric
Counts the number of positive values.
countPos(long...) - Static method in class io.deephaven.function.Numeric
Counts the number of positive values.
countPos(short...) - Static method in class io.deephaven.function.Numeric
Counts the number of positive values.
countPos(ByteVector) - Static method in class io.deephaven.function.Numeric
Counts the number of positive values.
countPos(DoubleVector) - Static method in class io.deephaven.function.Numeric
Counts the number of positive values.
countPos(FloatVector) - Static method in class io.deephaven.function.Numeric
Counts the number of positive values.
countPos(IntVector) - Static method in class io.deephaven.function.Numeric
Counts the number of positive values.
countPos(LongVector) - Static method in class io.deephaven.function.Numeric
Counts the number of positive values.
countPos(ShortVector) - Static method in class io.deephaven.function.Numeric
Counts the number of positive values.
countPos(Byte[]) - Static method in class io.deephaven.function.Numeric
Counts the number of positive values.
countPos(Double[]) - Static method in class io.deephaven.function.Numeric
Counts the number of positive values.
countPos(Float[]) - Static method in class io.deephaven.function.Numeric
Counts the number of positive values.
countPos(Integer[]) - Static method in class io.deephaven.function.Numeric
Counts the number of positive values.
countPos(Long[]) - Static method in class io.deephaven.function.Numeric
Counts the number of positive values.
countPos(Short[]) - Static method in class io.deephaven.function.Numeric
Counts the number of positive values.
countZero(byte...) - Static method in class io.deephaven.function.Numeric
Counts the number of zero values.
countZero(double...) - Static method in class io.deephaven.function.Numeric
Counts the number of zero values.
countZero(float...) - Static method in class io.deephaven.function.Numeric
Counts the number of zero values.
countZero(int...) - Static method in class io.deephaven.function.Numeric
Counts the number of zero values.
countZero(long...) - Static method in class io.deephaven.function.Numeric
Counts the number of zero values.
countZero(short...) - Static method in class io.deephaven.function.Numeric
Counts the number of zero values.
countZero(ByteVector) - Static method in class io.deephaven.function.Numeric
Counts the number of zero values.
countZero(DoubleVector) - Static method in class io.deephaven.function.Numeric
Counts the number of zero values.
countZero(FloatVector) - Static method in class io.deephaven.function.Numeric
Counts the number of zero values.
countZero(IntVector) - Static method in class io.deephaven.function.Numeric
Counts the number of zero values.
countZero(LongVector) - Static method in class io.deephaven.function.Numeric
Counts the number of zero values.
countZero(ShortVector) - Static method in class io.deephaven.function.Numeric
Counts the number of zero values.
countZero(Byte[]) - Static method in class io.deephaven.function.Numeric
Counts the number of zero values.
countZero(Double[]) - Static method in class io.deephaven.function.Numeric
Counts the number of zero values.
countZero(Float[]) - Static method in class io.deephaven.function.Numeric
Counts the number of zero values.
countZero(Integer[]) - Static method in class io.deephaven.function.Numeric
Counts the number of zero values.
countZero(Long[]) - Static method in class io.deephaven.function.Numeric
Counts the number of zero values.
countZero(Short[]) - Static method in class io.deephaven.function.Numeric
Counts the number of zero values.
cov(byte[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(byte[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(byte[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(byte[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(byte[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(byte[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(byte[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(byte[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(byte[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(byte[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(byte[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(byte[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(double[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(double[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(double[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(double[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(double[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(double[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(double[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(double[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(double[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(double[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(double[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(double[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(float[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(float[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(float[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(float[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(float[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(float[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(float[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(float[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(float[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(float[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(float[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(float[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(int[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(int[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(int[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(int[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(int[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(int[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(int[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(int[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(int[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(int[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(int[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(int[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(long[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(long[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(long[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(long[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(long[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(long[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(long[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(long[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(long[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(long[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(long[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(long[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(short[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(short[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(short[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(short[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(short[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(short[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(short[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(short[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(short[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(short[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(short[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(short[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(ByteVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(ByteVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(ByteVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(ByteVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(ByteVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(ByteVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(ByteVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(ByteVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(ByteVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(ByteVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(ByteVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(ByteVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(DoubleVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(DoubleVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(DoubleVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(DoubleVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(DoubleVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(DoubleVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(DoubleVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(DoubleVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(DoubleVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(DoubleVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(DoubleVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(DoubleVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(FloatVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(FloatVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(FloatVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(FloatVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(FloatVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(FloatVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(FloatVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(FloatVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(FloatVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(FloatVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(FloatVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(FloatVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(IntVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(IntVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(IntVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(IntVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(IntVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(IntVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(IntVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(IntVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(IntVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(IntVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(IntVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(IntVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(LongVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(LongVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(LongVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(LongVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(LongVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(LongVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(LongVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(LongVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(LongVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(LongVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(LongVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(LongVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(ShortVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(ShortVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(ShortVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(ShortVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(ShortVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(ShortVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(ShortVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(ShortVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(ShortVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(ShortVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(ShortVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cov(ShortVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the covariance.
cummax(byte...) - Static method in class io.deephaven.function.Numeric
Returns the cumulative maximum.
cummax(double...) - Static method in class io.deephaven.function.Numeric
Returns the cumulative maximum.
cummax(float...) - Static method in class io.deephaven.function.Numeric
Returns the cumulative maximum.
cummax(int...) - Static method in class io.deephaven.function.Numeric
Returns the cumulative maximum.
cummax(long...) - Static method in class io.deephaven.function.Numeric
Returns the cumulative maximum.
cummax(short...) - Static method in class io.deephaven.function.Numeric
Returns the cumulative maximum.
cummax(ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the cumulative maximum.
cummax(DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the cumulative maximum.
cummax(FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the cumulative maximum.
cummax(IntVector) - Static method in class io.deephaven.function.Numeric
Returns the cumulative maximum.
cummax(LongVector) - Static method in class io.deephaven.function.Numeric
Returns the cumulative maximum.
cummax(ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the cumulative maximum.
cummax(Byte[]) - Static method in class io.deephaven.function.Numeric
Returns the cumulative maximum.
cummax(Double[]) - Static method in class io.deephaven.function.Numeric
Returns the cumulative maximum.
cummax(Float[]) - Static method in class io.deephaven.function.Numeric
Returns the cumulative maximum.
cummax(Integer[]) - Static method in class io.deephaven.function.Numeric
Returns the cumulative maximum.
cummax(Long[]) - Static method in class io.deephaven.function.Numeric
Returns the cumulative maximum.
cummax(Short[]) - Static method in class io.deephaven.function.Numeric
Returns the cumulative maximum.
cummin(byte...) - Static method in class io.deephaven.function.Numeric
Returns the cumulative minimum.
cummin(double...) - Static method in class io.deephaven.function.Numeric
Returns the cumulative minimum.
cummin(float...) - Static method in class io.deephaven.function.Numeric
Returns the cumulative minimum.
cummin(int...) - Static method in class io.deephaven.function.Numeric
Returns the cumulative minimum.
cummin(long...) - Static method in class io.deephaven.function.Numeric
Returns the cumulative minimum.
cummin(short...) - Static method in class io.deephaven.function.Numeric
Returns the cumulative minimum.
cummin(ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the cumulative minimum.
cummin(DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the cumulative minimum.
cummin(FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the cumulative minimum.
cummin(IntVector) - Static method in class io.deephaven.function.Numeric
Returns the cumulative minimum.
cummin(LongVector) - Static method in class io.deephaven.function.Numeric
Returns the cumulative minimum.
cummin(ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the cumulative minimum.
cummin(Byte[]) - Static method in class io.deephaven.function.Numeric
Returns the cumulative minimum.
cummin(Double[]) - Static method in class io.deephaven.function.Numeric
Returns the cumulative minimum.
cummin(Float[]) - Static method in class io.deephaven.function.Numeric
Returns the cumulative minimum.
cummin(Integer[]) - Static method in class io.deephaven.function.Numeric
Returns the cumulative minimum.
cummin(Long[]) - Static method in class io.deephaven.function.Numeric
Returns the cumulative minimum.
cummin(Short[]) - Static method in class io.deephaven.function.Numeric
Returns the cumulative minimum.
cumprod(byte...) - Static method in class io.deephaven.function.Numeric
Returns the cumulative product.
cumprod(double...) - Static method in class io.deephaven.function.Numeric
Returns the cumulative product.
cumprod(float...) - Static method in class io.deephaven.function.Numeric
Returns the cumulative product.
cumprod(int...) - Static method in class io.deephaven.function.Numeric
Returns the cumulative product.
cumprod(long...) - Static method in class io.deephaven.function.Numeric
Returns the cumulative product.
cumprod(short...) - Static method in class io.deephaven.function.Numeric
Returns the cumulative product.
cumprod(ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the cumulative product.
cumprod(DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the cumulative product.
cumprod(FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the cumulative product.
cumprod(IntVector) - Static method in class io.deephaven.function.Numeric
Returns the cumulative product.
cumprod(LongVector) - Static method in class io.deephaven.function.Numeric
Returns the cumulative product.
cumprod(ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the cumulative product.
cumprod(Byte[]) - Static method in class io.deephaven.function.Numeric
Returns the cumulative product.
cumprod(Double[]) - Static method in class io.deephaven.function.Numeric
Returns the cumulative product.
cumprod(Float[]) - Static method in class io.deephaven.function.Numeric
Returns the cumulative product.
cumprod(Integer[]) - Static method in class io.deephaven.function.Numeric
Returns the cumulative product.
cumprod(Long[]) - Static method in class io.deephaven.function.Numeric
Returns the cumulative product.
cumprod(Short[]) - Static method in class io.deephaven.function.Numeric
Returns the cumulative product.
cumsum(byte...) - Static method in class io.deephaven.function.Numeric
Returns the cumulative sum.
cumsum(double...) - Static method in class io.deephaven.function.Numeric
Returns the cumulative sum.
cumsum(float...) - Static method in class io.deephaven.function.Numeric
Returns the cumulative sum.
cumsum(int...) - Static method in class io.deephaven.function.Numeric
Returns the cumulative sum.
cumsum(long...) - Static method in class io.deephaven.function.Numeric
Returns the cumulative sum.
cumsum(short...) - Static method in class io.deephaven.function.Numeric
Returns the cumulative sum.
cumsum(ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the cumulative sum.
cumsum(DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the cumulative sum.
cumsum(FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the cumulative sum.
cumsum(IntVector) - Static method in class io.deephaven.function.Numeric
Returns the cumulative sum.
cumsum(LongVector) - Static method in class io.deephaven.function.Numeric
Returns the cumulative sum.
cumsum(ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the cumulative sum.
cumsum(Byte[]) - Static method in class io.deephaven.function.Numeric
Returns the cumulative sum.
cumsum(Double[]) - Static method in class io.deephaven.function.Numeric
Returns the cumulative sum.
cumsum(Float[]) - Static method in class io.deephaven.function.Numeric
Returns the cumulative sum.
cumsum(Integer[]) - Static method in class io.deephaven.function.Numeric
Returns the cumulative sum.
cumsum(Long[]) - Static method in class io.deephaven.function.Numeric
Returns the cumulative sum.
cumsum(Short[]) - Static method in class io.deephaven.function.Numeric
Returns the cumulative sum.

D

distinct(byte...) - Static method in class io.deephaven.function.Basic
Returns an array containing only the distinct values from the input.
distinct(byte[], boolean) - Static method in class io.deephaven.function.Basic
Returns an array containing only the distinct values from the input.
distinct(char...) - Static method in class io.deephaven.function.Basic
Returns an array containing only the distinct values from the input.
distinct(char[], boolean) - Static method in class io.deephaven.function.Basic
Returns an array containing only the distinct values from the input.
distinct(double...) - Static method in class io.deephaven.function.Basic
Returns an array containing only the distinct values from the input.
distinct(double[], boolean) - Static method in class io.deephaven.function.Basic
Returns an array containing only the distinct values from the input.
distinct(float...) - Static method in class io.deephaven.function.Basic
Returns an array containing only the distinct values from the input.
distinct(float[], boolean) - Static method in class io.deephaven.function.Basic
Returns an array containing only the distinct values from the input.
distinct(int...) - Static method in class io.deephaven.function.Basic
Returns an array containing only the distinct values from the input.
distinct(int[], boolean) - Static method in class io.deephaven.function.Basic
Returns an array containing only the distinct values from the input.
distinct(long...) - Static method in class io.deephaven.function.Basic
Returns an array containing only the distinct values from the input.
distinct(long[], boolean) - Static method in class io.deephaven.function.Basic
Returns an array containing only the distinct values from the input.
distinct(short...) - Static method in class io.deephaven.function.Basic
Returns an array containing only the distinct values from the input.
distinct(short[], boolean) - Static method in class io.deephaven.function.Basic
Returns an array containing only the distinct values from the input.
distinct(ByteVector) - Static method in class io.deephaven.function.Basic
Returns an array containing only the distinct values from the input.
distinct(ByteVector, boolean) - Static method in class io.deephaven.function.Basic
Returns an array containing only the distinct values from the input.
distinct(CharVector) - Static method in class io.deephaven.function.Basic
Returns an array containing only the distinct values from the input.
distinct(CharVector, boolean) - Static method in class io.deephaven.function.Basic
Returns an array containing only the distinct values from the input.
distinct(DoubleVector) - Static method in class io.deephaven.function.Basic
Returns an array containing only the distinct values from the input.
distinct(DoubleVector, boolean) - Static method in class io.deephaven.function.Basic
Returns an array containing only the distinct values from the input.
distinct(FloatVector) - Static method in class io.deephaven.function.Basic
Returns an array containing only the distinct values from the input.
distinct(FloatVector, boolean) - Static method in class io.deephaven.function.Basic
Returns an array containing only the distinct values from the input.
distinct(IntVector) - Static method in class io.deephaven.function.Basic
Returns an array containing only the distinct values from the input.
distinct(IntVector, boolean) - Static method in class io.deephaven.function.Basic
Returns an array containing only the distinct values from the input.
distinct(LongVector) - Static method in class io.deephaven.function.Basic
Returns an array containing only the distinct values from the input.
distinct(LongVector, boolean) - Static method in class io.deephaven.function.Basic
Returns an array containing only the distinct values from the input.
distinct(ShortVector) - Static method in class io.deephaven.function.Basic
Returns an array containing only the distinct values from the input.
distinct(ShortVector, boolean) - Static method in class io.deephaven.function.Basic
Returns an array containing only the distinct values from the input.
distinctObj(ObjectVector<T>) - Static method in class io.deephaven.function.Basic
Returns an array containing only the distinct values from the input.
distinctObj(ObjectVector<T>, boolean) - Static method in class io.deephaven.function.Basic
Returns an array containing only the distinct values from the input.
distinctObj(T...) - Static method in class io.deephaven.function.Basic
Returns an array containing only the distinct values from the input.
distinctObj(T[], boolean) - Static method in class io.deephaven.function.Basic
Returns an array containing only the distinct values from the input.

E

enlist(byte...) - Static method in class io.deephaven.function.Basic
Returns a list containing its arguments.
enlist(char...) - Static method in class io.deephaven.function.Basic
Returns a list containing its arguments.
enlist(double...) - Static method in class io.deephaven.function.Basic
Returns a list containing its arguments.
enlist(float...) - Static method in class io.deephaven.function.Basic
Returns a list containing its arguments.
enlist(int...) - Static method in class io.deephaven.function.Basic
Returns a list containing its arguments.
enlist(long...) - Static method in class io.deephaven.function.Basic
Returns a list containing its arguments.
enlist(short...) - Static method in class io.deephaven.function.Basic
Returns a list containing its arguments.
exp(byte) - Static method in class io.deephaven.function.Numeric
Returns Euler's number e raised to a power.
exp(double) - Static method in class io.deephaven.function.Numeric
Returns Euler's number e raised to a power.
exp(float) - Static method in class io.deephaven.function.Numeric
Returns Euler's number e raised to a power.
exp(int) - Static method in class io.deephaven.function.Numeric
Returns Euler's number e raised to a power.
exp(long) - Static method in class io.deephaven.function.Numeric
Returns Euler's number e raised to a power.
exp(short) - Static method in class io.deephaven.function.Numeric
Returns Euler's number e raised to a power.

F

first(byte...) - Static method in class io.deephaven.function.Basic
Returns the first value from an array.
first(char...) - Static method in class io.deephaven.function.Basic
Returns the first value from an array.
first(double...) - Static method in class io.deephaven.function.Basic
Returns the first value from an array.
first(float...) - Static method in class io.deephaven.function.Basic
Returns the first value from an array.
first(int...) - Static method in class io.deephaven.function.Basic
Returns the first value from an array.
first(long...) - Static method in class io.deephaven.function.Basic
Returns the first value from an array.
first(short...) - Static method in class io.deephaven.function.Basic
Returns the first value from an array.
first(ByteVector) - Static method in class io.deephaven.function.Basic
Returns the first value from an array.
first(CharVector) - Static method in class io.deephaven.function.Basic
Returns the first value from an array.
first(DoubleVector) - Static method in class io.deephaven.function.Basic
Returns the first value from an array.
first(FloatVector) - Static method in class io.deephaven.function.Basic
Returns the first value from an array.
first(IntVector) - Static method in class io.deephaven.function.Basic
Returns the first value from an array.
first(LongVector) - Static method in class io.deephaven.function.Basic
Returns the first value from an array.
first(ShortVector) - Static method in class io.deephaven.function.Basic
Returns the first value from an array.
firstIndexOf(byte, byte...) - Static method in class io.deephaven.function.Basic
Returns the first index containing the value.
firstIndexOf(byte, ByteVector) - Static method in class io.deephaven.function.Basic
Returns the first index containing the value.
firstIndexOf(char, char...) - Static method in class io.deephaven.function.Basic
Returns the first index containing the value.
firstIndexOf(char, CharVector) - Static method in class io.deephaven.function.Basic
Returns the first index containing the value.
firstIndexOf(double, double...) - Static method in class io.deephaven.function.Basic
Returns the first index containing the value.
firstIndexOf(double, DoubleVector) - Static method in class io.deephaven.function.Basic
Returns the first index containing the value.
firstIndexOf(float, float...) - Static method in class io.deephaven.function.Basic
Returns the first index containing the value.
firstIndexOf(float, FloatVector) - Static method in class io.deephaven.function.Basic
Returns the first index containing the value.
firstIndexOf(int, int...) - Static method in class io.deephaven.function.Basic
Returns the first index containing the value.
firstIndexOf(int, IntVector) - Static method in class io.deephaven.function.Basic
Returns the first index containing the value.
firstIndexOf(long, long...) - Static method in class io.deephaven.function.Basic
Returns the first index containing the value.
firstIndexOf(long, LongVector) - Static method in class io.deephaven.function.Basic
Returns the first index containing the value.
firstIndexOf(short, short...) - Static method in class io.deephaven.function.Basic
Returns the first index containing the value.
firstIndexOf(short, ShortVector) - Static method in class io.deephaven.function.Basic
Returns the first index containing the value.
firstIndexOfObj(T, ObjectVector<T>) - Static method in class io.deephaven.function.Basic
Returns the first index containing the value.
firstIndexOfObj(T, T...) - Static method in class io.deephaven.function.Basic
Returns the first index containing the value.
firstObj(ObjectVector<T>) - Static method in class io.deephaven.function.Basic
Returns the first value from an array.
firstObj(T...) - Static method in class io.deephaven.function.Basic
Returns the first value from an array.
floor(byte) - Static method in class io.deephaven.function.Numeric
Returns the floor.
floor(double) - Static method in class io.deephaven.function.Numeric
Returns the floor.
floor(float) - Static method in class io.deephaven.function.Numeric
Returns the floor.
floor(int) - Static method in class io.deephaven.function.Numeric
Returns the floor.
floor(long) - Static method in class io.deephaven.function.Numeric
Returns the floor.
floor(short) - Static method in class io.deephaven.function.Numeric
Returns the floor.
forwardFill(byte...) - Static method in class io.deephaven.function.Basic
Copies the specified array, replacing elements that represent null in the Deephaven convention by the most recently encountered non-null value if one exists.
forwardFill(char...) - Static method in class io.deephaven.function.Basic
Copies the specified array, replacing elements that represent null in the Deephaven convention by the most recently encountered non-null value if one exists.
forwardFill(double...) - Static method in class io.deephaven.function.Basic
Copies the specified array, replacing elements that represent null in the Deephaven convention by the most recently encountered non-null value if one exists.
forwardFill(float...) - Static method in class io.deephaven.function.Basic
Copies the specified array, replacing elements that represent null in the Deephaven convention by the most recently encountered non-null value if one exists.
forwardFill(int...) - Static method in class io.deephaven.function.Basic
Copies the specified array, replacing elements that represent null in the Deephaven convention by the most recently encountered non-null value if one exists.
forwardFill(long...) - Static method in class io.deephaven.function.Basic
Copies the specified array, replacing elements that represent null in the Deephaven convention by the most recently encountered non-null value if one exists.
forwardFill(short...) - Static method in class io.deephaven.function.Basic
Copies the specified array, replacing elements that represent null in the Deephaven convention by the most recently encountered non-null value if one exists.
forwardFill(ByteVector) - Static method in class io.deephaven.function.Basic
Copies the specified array, replacing elements that represent null in the Deephaven convention by the most recently encountered non-null value if one exists.
forwardFill(CharVector) - Static method in class io.deephaven.function.Basic
Copies the specified array, replacing elements that represent null in the Deephaven convention by the most recently encountered non-null value if one exists.
forwardFill(DoubleVector) - Static method in class io.deephaven.function.Basic
Copies the specified array, replacing elements that represent null in the Deephaven convention by the most recently encountered non-null value if one exists.
forwardFill(FloatVector) - Static method in class io.deephaven.function.Basic
Copies the specified array, replacing elements that represent null in the Deephaven convention by the most recently encountered non-null value if one exists.
forwardFill(IntVector) - Static method in class io.deephaven.function.Basic
Copies the specified array, replacing elements that represent null in the Deephaven convention by the most recently encountered non-null value if one exists.
forwardFill(LongVector) - Static method in class io.deephaven.function.Basic
Copies the specified array, replacing elements that represent null in the Deephaven convention by the most recently encountered non-null value if one exists.
forwardFill(ShortVector) - Static method in class io.deephaven.function.Basic
Copies the specified array, replacing elements that represent null in the Deephaven convention by the most recently encountered non-null value if one exists.
forwardFillObj(ObjectVector<T>) - Static method in class io.deephaven.function.Basic
Copies the specified array, replacing elements that represent null in the Deephaven convention by the most recently encountered non-null value if one exists.
forwardFillObj(T...) - Static method in class io.deephaven.function.Basic
Copies the specified array, replacing elements that represent null in the Deephaven convention by the most recently encountered non-null value if one exists.

I

ifelse(ObjectVector<Boolean>, byte, byte) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelse(ObjectVector<Boolean>, char, char) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelse(ObjectVector<Boolean>, double, double) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelse(ObjectVector<Boolean>, float, float) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelse(ObjectVector<Boolean>, int, int) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelse(ObjectVector<Boolean>, long, long) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelse(ObjectVector<Boolean>, short, short) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelse(ObjectVector<Boolean>, ByteVector, ByteVector) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelse(ObjectVector<Boolean>, CharVector, CharVector) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelse(ObjectVector<Boolean>, DoubleVector, DoubleVector) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelse(ObjectVector<Boolean>, FloatVector, FloatVector) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelse(ObjectVector<Boolean>, IntVector, IntVector) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelse(ObjectVector<Boolean>, LongVector, LongVector) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelse(ObjectVector<Boolean>, ShortVector, ShortVector) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelse(Boolean[], byte[], byte[]) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelse(Boolean[], byte, byte) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelse(Boolean[], char[], char[]) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelse(Boolean[], char, char) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelse(Boolean[], double[], double[]) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelse(Boolean[], double, double) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelse(Boolean[], float[], float[]) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelse(Boolean[], float, float) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelse(Boolean[], int[], int[]) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelse(Boolean[], int, int) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelse(Boolean[], long[], long[]) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelse(Boolean[], long, long) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelse(Boolean[], short[], short[]) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelse(Boolean[], short, short) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelse(Boolean, byte, byte) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelse(Boolean, char, char) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelse(Boolean, double, double) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelse(Boolean, float, float) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelse(Boolean, int, int) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelse(Boolean, long, long) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelse(Boolean, short, short) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelseObj(ObjectVector<Boolean>, ObjectVector<T>, ObjectVector<T>) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelseObj(ObjectVector<Boolean>, T, T) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelseObj(Boolean[], T[], T[]) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelseObj(Boolean[], T, T) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
ifelseObj(Boolean, T, T) - Static method in class io.deephaven.function.Basic
Returns elements from either trueCase or falseCase, depending on condition.
in(byte, byte...) - Static method in class io.deephaven.function.Basic
Checks if a value is within a discrete set of possible values.
in(char, char...) - Static method in class io.deephaven.function.Basic
Checks if a value is within a discrete set of possible values.
in(double, double...) - Static method in class io.deephaven.function.Basic
Checks if a value is within a discrete set of possible values.
in(float, float...) - Static method in class io.deephaven.function.Basic
Checks if a value is within a discrete set of possible values.
in(int, int...) - Static method in class io.deephaven.function.Basic
Checks if a value is within a discrete set of possible values.
in(long, long...) - Static method in class io.deephaven.function.Basic
Checks if a value is within a discrete set of possible values.
in(short, short...) - Static method in class io.deephaven.function.Basic
Checks if a value is within a discrete set of possible values.
indexOfMax(byte...) - Static method in class io.deephaven.function.Numeric
Returns the index of the maximum value.
indexOfMax(double...) - Static method in class io.deephaven.function.Numeric
Returns the index of the maximum value.
indexOfMax(float...) - Static method in class io.deephaven.function.Numeric
Returns the index of the maximum value.
indexOfMax(int...) - Static method in class io.deephaven.function.Numeric
Returns the index of the maximum value.
indexOfMax(long...) - Static method in class io.deephaven.function.Numeric
Returns the index of the maximum value.
indexOfMax(short...) - Static method in class io.deephaven.function.Numeric
Returns the index of the maximum value.
indexOfMax(ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the index of the maximum value.
indexOfMax(DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the index of the maximum value.
indexOfMax(FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the index of the maximum value.
indexOfMax(IntVector) - Static method in class io.deephaven.function.Numeric
Returns the index of the maximum value.
indexOfMax(LongVector) - Static method in class io.deephaven.function.Numeric
Returns the index of the maximum value.
indexOfMax(ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the index of the maximum value.
indexOfMax(Byte[]) - Static method in class io.deephaven.function.Numeric
Returns the index of the maximum value.
indexOfMax(Double[]) - Static method in class io.deephaven.function.Numeric
Returns the index of the maximum value.
indexOfMax(Float[]) - Static method in class io.deephaven.function.Numeric
Returns the index of the maximum value.
indexOfMax(Integer[]) - Static method in class io.deephaven.function.Numeric
Returns the index of the maximum value.
indexOfMax(Long[]) - Static method in class io.deephaven.function.Numeric
Returns the index of the maximum value.
indexOfMax(Short[]) - Static method in class io.deephaven.function.Numeric
Returns the index of the maximum value.
indexOfMaxObj(ObjectVector<T>) - Static method in class io.deephaven.function.Numeric
Returns the index of the maximum value.
indexOfMaxObj(T...) - Static method in class io.deephaven.function.Numeric
Returns the index of the maximum value.
indexOfMin(byte...) - Static method in class io.deephaven.function.Numeric
Returns the index of the minimum value.
indexOfMin(double...) - Static method in class io.deephaven.function.Numeric
Returns the index of the minimum value.
indexOfMin(float...) - Static method in class io.deephaven.function.Numeric
Returns the index of the minimum value.
indexOfMin(int...) - Static method in class io.deephaven.function.Numeric
Returns the index of the minimum value.
indexOfMin(long...) - Static method in class io.deephaven.function.Numeric
Returns the index of the minimum value.
indexOfMin(short...) - Static method in class io.deephaven.function.Numeric
Returns the index of the minimum value.
indexOfMin(ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the index of the minimum value.
indexOfMin(DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the index of the minimum value.
indexOfMin(FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the index of the minimum value.
indexOfMin(IntVector) - Static method in class io.deephaven.function.Numeric
Returns the index of the minimum value.
indexOfMin(LongVector) - Static method in class io.deephaven.function.Numeric
Returns the index of the minimum value.
indexOfMin(ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the index of the minimum value.
indexOfMin(Byte[]) - Static method in class io.deephaven.function.Numeric
Returns the index of the minimum value.
indexOfMin(Double[]) - Static method in class io.deephaven.function.Numeric
Returns the index of the minimum value.
indexOfMin(Float[]) - Static method in class io.deephaven.function.Numeric
Returns the index of the minimum value.
indexOfMin(Integer[]) - Static method in class io.deephaven.function.Numeric
Returns the index of the minimum value.
indexOfMin(Long[]) - Static method in class io.deephaven.function.Numeric
Returns the index of the minimum value.
indexOfMin(Short[]) - Static method in class io.deephaven.function.Numeric
Returns the index of the minimum value.
indexOfMinObj(ObjectVector<T>) - Static method in class io.deephaven.function.Numeric
Returns the index of the minimum value.
indexOfMinObj(T...) - Static method in class io.deephaven.function.Numeric
Returns the index of the minimum value.
inObj(T, ObjectVector<T>) - Static method in class io.deephaven.function.Basic
Checks if a value is within a discrete set of possible values.
inObj(T, T...) - Static method in class io.deephaven.function.Basic
Checks if a value is within a discrete set of possible values.
inRange(byte, byte, byte) - Static method in class io.deephaven.function.Basic
Checks if a value is within a range.
inRange(char, char, char) - Static method in class io.deephaven.function.Basic
Checks if a value is within a range.
inRange(double, double, double) - Static method in class io.deephaven.function.Basic
Checks if a value is within a range.
inRange(float, float, float) - Static method in class io.deephaven.function.Basic
Checks if a value is within a range.
inRange(int, int, int) - Static method in class io.deephaven.function.Basic
Checks if a value is within a range.
inRange(long, long, long) - Static method in class io.deephaven.function.Basic
Checks if a value is within a range.
inRange(short, short, short) - Static method in class io.deephaven.function.Basic
Checks if a value is within a range.
inRange(T, T, T) - Static method in class io.deephaven.function.Basic
Checks if a value is within a range.
io.deephaven.function - package io.deephaven.function
 
io.deephaven.function.comparators - package io.deephaven.function.comparators
 
isFinite(byte) - Static method in class io.deephaven.function.Numeric
Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not null.
isFinite(double) - Static method in class io.deephaven.function.Numeric
Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not null.
isFinite(float) - Static method in class io.deephaven.function.Numeric
Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not null.
isFinite(int) - Static method in class io.deephaven.function.Numeric
Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not null.
isFinite(long) - Static method in class io.deephaven.function.Numeric
Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not null.
isFinite(short) - Static method in class io.deephaven.function.Numeric
Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not null.
isFinite(Byte) - Static method in class io.deephaven.function.Numeric
Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not null.
isFinite(Double) - Static method in class io.deephaven.function.Numeric
Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not null.
isFinite(Float) - Static method in class io.deephaven.function.Numeric
Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not null.
isFinite(Integer) - Static method in class io.deephaven.function.Numeric
Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not null.
isFinite(Long) - Static method in class io.deephaven.function.Numeric
Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not null.
isFinite(Short) - Static method in class io.deephaven.function.Numeric
Returns true if the value is finite, where "finite" is defined as not infinite, not NaN, and not null.
isInf(byte) - Static method in class io.deephaven.function.Numeric
Returns true if the value is infinite and false otherwise.
isInf(double) - Static method in class io.deephaven.function.Numeric
Returns true if the value is infinite and false otherwise.
isInf(float) - Static method in class io.deephaven.function.Numeric
Returns true if the value is infinite and false otherwise.
isInf(int) - Static method in class io.deephaven.function.Numeric
Returns true if the value is infinite and false otherwise.
isInf(long) - Static method in class io.deephaven.function.Numeric
Returns true if the value is infinite and false otherwise.
isInf(short) - Static method in class io.deephaven.function.Numeric
Returns true if the value is infinite and false otherwise.
isInf(Byte) - Static method in class io.deephaven.function.Numeric
Returns true if the value is infinite and false otherwise.
isInf(Double) - Static method in class io.deephaven.function.Numeric
Returns true if the value is infinite and false otherwise.
isInf(Float) - Static method in class io.deephaven.function.Numeric
Returns true if the value is infinite and false otherwise.
isInf(Integer) - Static method in class io.deephaven.function.Numeric
Returns true if the value is infinite and false otherwise.
isInf(Long) - Static method in class io.deephaven.function.Numeric
Returns true if the value is infinite and false otherwise.
isInf(Short) - Static method in class io.deephaven.function.Numeric
Returns true if the value is infinite and false otherwise.
isNaN(byte) - Static method in class io.deephaven.function.Numeric
Returns true if the value is NaN and false otherwise.
isNaN(double) - Static method in class io.deephaven.function.Numeric
Returns true if the value is NaN and false otherwise.
isNaN(float) - Static method in class io.deephaven.function.Numeric
Returns true if the value is NaN and false otherwise.
isNaN(int) - Static method in class io.deephaven.function.Numeric
Returns true if the value is NaN and false otherwise.
isNaN(long) - Static method in class io.deephaven.function.Numeric
Returns true if the value is NaN and false otherwise.
isNaN(short) - Static method in class io.deephaven.function.Numeric
Returns true if the value is NaN and false otherwise.
isNaN(Byte) - Static method in class io.deephaven.function.Numeric
Returns true if the value is NaN and false otherwise.
isNaN(Double) - Static method in class io.deephaven.function.Numeric
Returns true if the value is NaN and false otherwise.
isNaN(Float) - Static method in class io.deephaven.function.Numeric
Returns true if the value is NaN and false otherwise.
isNaN(Integer) - Static method in class io.deephaven.function.Numeric
Returns true if the value is NaN and false otherwise.
isNaN(Long) - Static method in class io.deephaven.function.Numeric
Returns true if the value is NaN and false otherwise.
isNaN(Short) - Static method in class io.deephaven.function.Numeric
Returns true if the value is NaN and false otherwise.
isNull(byte) - Static method in class io.deephaven.function.Basic
Determines if a value is considered by the Deephaven convention to be null.
isNull(char) - Static method in class io.deephaven.function.Basic
Determines if a value is considered by the Deephaven convention to be null.
isNull(double) - Static method in class io.deephaven.function.Basic
Determines if a value is considered by the Deephaven convention to be null.
isNull(float) - Static method in class io.deephaven.function.Basic
Determines if a value is considered by the Deephaven convention to be null.
isNull(int) - Static method in class io.deephaven.function.Basic
Determines if a value is considered by the Deephaven convention to be null.
isNull(long) - Static method in class io.deephaven.function.Basic
Determines if a value is considered by the Deephaven convention to be null.
isNull(short) - Static method in class io.deephaven.function.Basic
Determines if a value is considered by the Deephaven convention to be null.
isNull(T) - Static method in class io.deephaven.function.Basic
Determines if a value is considered by the Deephaven convention to be null.

L

last(byte...) - Static method in class io.deephaven.function.Basic
Returns the last value from an array.
last(char...) - Static method in class io.deephaven.function.Basic
Returns the last value from an array.
last(double...) - Static method in class io.deephaven.function.Basic
Returns the last value from an array.
last(float...) - Static method in class io.deephaven.function.Basic
Returns the last value from an array.
last(int...) - Static method in class io.deephaven.function.Basic
Returns the last value from an array.
last(long...) - Static method in class io.deephaven.function.Basic
Returns the last value from an array.
last(short...) - Static method in class io.deephaven.function.Basic
Returns the last value from an array.
last(ByteVector) - Static method in class io.deephaven.function.Basic
Returns the last value from an array.
last(CharVector) - Static method in class io.deephaven.function.Basic
Returns the last value from an array.
last(DoubleVector) - Static method in class io.deephaven.function.Basic
Returns the last value from an array.
last(FloatVector) - Static method in class io.deephaven.function.Basic
Returns the last value from an array.
last(IntVector) - Static method in class io.deephaven.function.Basic
Returns the last value from an array.
last(LongVector) - Static method in class io.deephaven.function.Basic
Returns the last value from an array.
last(ShortVector) - Static method in class io.deephaven.function.Basic
Returns the last value from an array.
lastObj(ObjectVector<T>) - Static method in class io.deephaven.function.Basic
Returns the last value from an array.
lastObj(T...) - Static method in class io.deephaven.function.Basic
Returns the last value from an array.
len(byte[]) - Static method in class io.deephaven.function.Basic
Returns the length of the input.
len(char[]) - Static method in class io.deephaven.function.Basic
Returns the length of the input.
len(double[]) - Static method in class io.deephaven.function.Basic
Returns the length of the input.
len(float[]) - Static method in class io.deephaven.function.Basic
Returns the length of the input.
len(int[]) - Static method in class io.deephaven.function.Basic
Returns the length of the input.
len(long[]) - Static method in class io.deephaven.function.Basic
Returns the length of the input.
len(short[]) - Static method in class io.deephaven.function.Basic
Returns the length of the input.
len(LongSizedDataStructure) - Static method in class io.deephaven.function.Basic
Returns the length of the input.
len(T[]) - Static method in class io.deephaven.function.Basic
Returns the length of the input.
log(byte) - Static method in class io.deephaven.function.Numeric
Returns the natural logarithm (base e).
log(double) - Static method in class io.deephaven.function.Numeric
Returns the natural logarithm (base e).
log(float) - Static method in class io.deephaven.function.Numeric
Returns the natural logarithm (base e).
log(int) - Static method in class io.deephaven.function.Numeric
Returns the natural logarithm (base e).
log(long) - Static method in class io.deephaven.function.Numeric
Returns the natural logarithm (base e).
log(short) - Static method in class io.deephaven.function.Numeric
Returns the natural logarithm (base e).
Logic - Class in io.deephaven.function
Logic functions.
Logic() - Constructor for class io.deephaven.function.Logic
 
lowerBin(byte, byte) - Static method in class io.deephaven.function.Numeric
Returns the lower bound of the bin containing the value.
lowerBin(byte, byte, byte) - Static method in class io.deephaven.function.Numeric
Returns the lower bound of the bin containing the value.
lowerBin(double, double) - Static method in class io.deephaven.function.Numeric
Returns the lower bound of the bin containing the value.
lowerBin(double, double, double) - Static method in class io.deephaven.function.Numeric
Returns the lower bound of the bin containing the value.
lowerBin(float, float) - Static method in class io.deephaven.function.Numeric
Returns the lower bound of the bin containing the value.
lowerBin(float, float, float) - Static method in class io.deephaven.function.Numeric
Returns the lower bound of the bin containing the value.
lowerBin(int, int) - Static method in class io.deephaven.function.Numeric
Returns the lower bound of the bin containing the value.
lowerBin(int, int, int) - Static method in class io.deephaven.function.Numeric
Returns the lower bound of the bin containing the value.
lowerBin(long, long) - Static method in class io.deephaven.function.Numeric
Returns the lower bound of the bin containing the value.
lowerBin(long, long, long) - Static method in class io.deephaven.function.Numeric
Returns the lower bound of the bin containing the value.
lowerBin(short, short) - Static method in class io.deephaven.function.Numeric
Returns the lower bound of the bin containing the value.
lowerBin(short, short, short) - Static method in class io.deephaven.function.Numeric
Returns the lower bound of the bin containing the value.

M

max(byte...) - Static method in class io.deephaven.function.Numeric
Returns the maximum.
max(double...) - Static method in class io.deephaven.function.Numeric
Returns the maximum.
max(float...) - Static method in class io.deephaven.function.Numeric
Returns the maximum.
max(int...) - Static method in class io.deephaven.function.Numeric
Returns the maximum.
max(long...) - Static method in class io.deephaven.function.Numeric
Returns the maximum.
max(short...) - Static method in class io.deephaven.function.Numeric
Returns the maximum.
max(ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the maximum.
max(DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the maximum.
max(FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the maximum.
max(IntVector) - Static method in class io.deephaven.function.Numeric
Returns the maximum.
max(LongVector) - Static method in class io.deephaven.function.Numeric
Returns the maximum.
max(ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the maximum.
max(Byte[]) - Static method in class io.deephaven.function.Numeric
Returns the maximum.
max(Double[]) - Static method in class io.deephaven.function.Numeric
Returns the maximum.
max(Float[]) - Static method in class io.deephaven.function.Numeric
Returns the maximum.
max(Integer[]) - Static method in class io.deephaven.function.Numeric
Returns the maximum.
max(Long[]) - Static method in class io.deephaven.function.Numeric
Returns the maximum.
max(Short[]) - Static method in class io.deephaven.function.Numeric
Returns the maximum.
maxObj(ObjectVector<T>) - Static method in class io.deephaven.function.Numeric
Returns the maximum.
maxObj(T...) - Static method in class io.deephaven.function.Numeric
Returns the maximum.
median(byte...) - Static method in class io.deephaven.function.Numeric
Returns the median.
median(double...) - Static method in class io.deephaven.function.Numeric
Returns the median.
median(float...) - Static method in class io.deephaven.function.Numeric
Returns the median.
median(int...) - Static method in class io.deephaven.function.Numeric
Returns the median.
median(long...) - Static method in class io.deephaven.function.Numeric
Returns the median.
median(short...) - Static method in class io.deephaven.function.Numeric
Returns the median.
median(ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the median.
median(DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the median.
median(FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the median.
median(IntVector) - Static method in class io.deephaven.function.Numeric
Returns the median.
median(LongVector) - Static method in class io.deephaven.function.Numeric
Returns the median.
median(ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the median.
median(Byte[]) - Static method in class io.deephaven.function.Numeric
Returns the median.
median(Double[]) - Static method in class io.deephaven.function.Numeric
Returns the median.
median(Float[]) - Static method in class io.deephaven.function.Numeric
Returns the median.
median(Integer[]) - Static method in class io.deephaven.function.Numeric
Returns the median.
median(Long[]) - Static method in class io.deephaven.function.Numeric
Returns the median.
median(Short[]) - Static method in class io.deephaven.function.Numeric
Returns the median.
min(byte...) - Static method in class io.deephaven.function.Numeric
Returns the minimum.
min(double...) - Static method in class io.deephaven.function.Numeric
Returns the minimum.
min(float...) - Static method in class io.deephaven.function.Numeric
Returns the minimum.
min(int...) - Static method in class io.deephaven.function.Numeric
Returns the minimum.
min(long...) - Static method in class io.deephaven.function.Numeric
Returns the minimum.
min(short...) - Static method in class io.deephaven.function.Numeric
Returns the minimum.
min(ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the minimum.
min(DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the minimum.
min(FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the minimum.
min(IntVector) - Static method in class io.deephaven.function.Numeric
Returns the minimum.
min(LongVector) - Static method in class io.deephaven.function.Numeric
Returns the minimum.
min(ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the minimum.
min(Byte[]) - Static method in class io.deephaven.function.Numeric
Returns the minimum.
min(Double[]) - Static method in class io.deephaven.function.Numeric
Returns the minimum.
min(Float[]) - Static method in class io.deephaven.function.Numeric
Returns the minimum.
min(Integer[]) - Static method in class io.deephaven.function.Numeric
Returns the minimum.
min(Long[]) - Static method in class io.deephaven.function.Numeric
Returns the minimum.
min(Short[]) - Static method in class io.deephaven.function.Numeric
Returns the minimum.
minObj(ObjectVector<T>) - Static method in class io.deephaven.function.Numeric
Returns the minimum.
minObj(T...) - Static method in class io.deephaven.function.Numeric
Returns the minimum.

N

not(boolean...) - Static method in class io.deephaven.function.Logic
Not of all values in an array.
not(Boolean...) - Static method in class io.deephaven.function.Logic
Not of all values in an array.
nth(long, byte...) - Static method in class io.deephaven.function.Basic
Returns the nth value from an array.
nth(long, char...) - Static method in class io.deephaven.function.Basic
Returns the nth value from an array.
nth(long, double...) - Static method in class io.deephaven.function.Basic
Returns the nth value from an array.
nth(long, float...) - Static method in class io.deephaven.function.Basic
Returns the nth value from an array.
nth(long, int...) - Static method in class io.deephaven.function.Basic
Returns the nth value from an array.
nth(long, long...) - Static method in class io.deephaven.function.Basic
Returns the nth value from an array.
nth(long, short...) - Static method in class io.deephaven.function.Basic
Returns the nth value from an array.
nth(long, ByteVector) - Static method in class io.deephaven.function.Basic
Returns the nth value from an array.
nth(long, CharVector) - Static method in class io.deephaven.function.Basic
Returns the nth value from an array.
nth(long, DoubleVector) - Static method in class io.deephaven.function.Basic
Returns the nth value from an array.
nth(long, FloatVector) - Static method in class io.deephaven.function.Basic
Returns the nth value from an array.
nth(long, IntVector) - Static method in class io.deephaven.function.Basic
Returns the nth value from an array.
nth(long, LongVector) - Static method in class io.deephaven.function.Basic
Returns the nth value from an array.
nth(long, ShortVector) - Static method in class io.deephaven.function.Basic
Returns the nth value from an array.
nthObj(long, ObjectVector<T>) - Static method in class io.deephaven.function.Basic
Returns the nth value from an array.
nthObj(long, T...) - Static method in class io.deephaven.function.Basic
Returns the nth value from an array.
NullNaNAwareComparator<T extends Comparable<? super T>> - Class in io.deephaven.function.comparators
Comparator which is aware of NaN and Null values, in the Deephaven convention.
NullNaNAwareComparator() - Constructor for class io.deephaven.function.comparators.NullNaNAwareComparator
Creates a comparator.
nullValueFor(Class<T>) - Static method in class io.deephaven.function.Basic
Returns the null value in the Deephaven convention that corresponds to type T.
Numeric - Class in io.deephaven.function
A set of commonly used numeric functions that can be applied to numeric types.
Numeric() - Constructor for class io.deephaven.function.Numeric
 

O

or(boolean...) - Static method in class io.deephaven.function.Logic
Ors all of the values in the array together.
or(Boolean...) - Static method in class io.deephaven.function.Logic
Ors all of the values in the array together.
or(Boolean[], Boolean) - Static method in class io.deephaven.function.Logic
Ors all of the values in the array together.

P

Parse - Class in io.deephaven.function
Functions for parsing strings to primitive values.
Parse() - Constructor for class io.deephaven.function.Parse
 
parseBoolean(String) - Static method in class io.deephaven.function.Parse
Parses the string argument as a boolean.
parseByte(String) - Static method in class io.deephaven.function.Parse
Parses the string argument as a byte.
parseByte(String, int) - Static method in class io.deephaven.function.Parse
Parses the string argument as a byte.
parseDouble(String) - Static method in class io.deephaven.function.Parse
Parses the string argument as a double.
parseFloat(String) - Static method in class io.deephaven.function.Parse
Parses the string argument as a float.
parseInt(String) - Static method in class io.deephaven.function.Parse
Parses the string argument as an int.
parseInt(String, int) - Static method in class io.deephaven.function.Parse
Parses the string argument as an int.
parseLong(String) - Static method in class io.deephaven.function.Parse
Parses the string argument as a long.
parseLong(String, int) - Static method in class io.deephaven.function.Parse
Parses the string argument as a long.
parseShort(String) - Static method in class io.deephaven.function.Parse
Parses the string argument as a short.
parseShort(String, int) - Static method in class io.deephaven.function.Parse
Parses the string argument as a short.
parseUnsignedInt(String) - Static method in class io.deephaven.function.Parse
Parses the string argument as an unsigned int.
parseUnsignedInt(String, int) - Static method in class io.deephaven.function.Parse
Parses the string argument as an unsigned int.
parseUnsignedLong(String) - Static method in class io.deephaven.function.Parse
Parses the string argument as an unsigned long.
parseUnsignedLong(String, int) - Static method in class io.deephaven.function.Parse
Parses the string argument as an unsigned long.
percentile(double, byte...) - Static method in class io.deephaven.function.Numeric
Returns the percentile.
percentile(double, double...) - Static method in class io.deephaven.function.Numeric
Returns the percentile.
percentile(double, float...) - Static method in class io.deephaven.function.Numeric
Returns the percentile.
percentile(double, int...) - Static method in class io.deephaven.function.Numeric
Returns the percentile.
percentile(double, long...) - Static method in class io.deephaven.function.Numeric
Returns the percentile.
percentile(double, short...) - Static method in class io.deephaven.function.Numeric
Returns the percentile.
percentile(double, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the percentile.
percentile(double, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the percentile.
percentile(double, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the percentile.
percentile(double, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the percentile.
percentile(double, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the percentile.
percentile(double, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the percentile.
pow(byte, byte) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(byte, double) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(byte, float) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(byte, int) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(byte, long) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(byte, short) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(double, byte) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(double, double) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(double, float) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(double, int) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(double, long) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(double, short) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(float, byte) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(float, double) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(float, float) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(float, int) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(float, long) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(float, short) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(int, byte) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(int, double) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(int, float) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(int, int) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(int, long) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(int, short) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(long, byte) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(long, double) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(long, float) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(long, int) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(long, long) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(long, short) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(short, byte) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(short, double) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(short, float) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(short, int) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(short, long) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
pow(short, short) - Static method in class io.deephaven.function.Numeric
Returns the value of the first argument raised to the second argument.
product(byte...) - Static method in class io.deephaven.function.Numeric
Returns the product.
product(double...) - Static method in class io.deephaven.function.Numeric
Returns the product.
product(float...) - Static method in class io.deephaven.function.Numeric
Returns the product.
product(int...) - Static method in class io.deephaven.function.Numeric
Returns the product.
product(long...) - Static method in class io.deephaven.function.Numeric
Returns the product.
product(short...) - Static method in class io.deephaven.function.Numeric
Returns the product.
product(ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the product.
product(DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the product.
product(FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the product.
product(IntVector) - Static method in class io.deephaven.function.Numeric
Returns the product.
product(LongVector) - Static method in class io.deephaven.function.Numeric
Returns the product.
product(ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the product.

R

random() - Static method in class io.deephaven.function.Random
Returns a uniform random number between 0.0 (inclusive) and 1.0 (exclusive).
Random - Class in io.deephaven.function
Functions for the generation random numbers.
Random() - Constructor for class io.deephaven.function.Random
 
randomBool() - Static method in class io.deephaven.function.Random
Returns a random boolean.
randomBool(int) - Static method in class io.deephaven.function.Random
Returns an array of random booleans.
randomDouble(double, double) - Static method in class io.deephaven.function.Random
Returns a uniform random number.
randomDouble(double, double, int) - Static method in class io.deephaven.function.Random
Returns an array of uniform random numbers.
randomFloat(float, float) - Static method in class io.deephaven.function.Random
Returns a uniform random number.
randomFloat(float, float, int) - Static method in class io.deephaven.function.Random
Returns an array of uniform random numbers.
randomGaussian(double, double) - Static method in class io.deephaven.function.Random
Returns a Gaussian random number.
randomGaussian(double, double, int) - Static method in class io.deephaven.function.Random
Returns an array of Gaussian random numbers.
randomInt(int, int) - Static method in class io.deephaven.function.Random
Returns a uniform random number.
randomInt(int, int, int) - Static method in class io.deephaven.function.Random
Returns an array of uniform random numbers.
randomLong(long, long) - Static method in class io.deephaven.function.Random
Returns a uniform random number.
randomLong(long, long, int) - Static method in class io.deephaven.function.Random
Returns an array of uniform random numbers.
rawBinSearchIndex(byte[], byte, BinSearchAlgo) - Static method in class io.deephaven.function.BinSearch
Performs a binary search to find a key.
rawBinSearchIndex(char[], char, BinSearchAlgo) - Static method in class io.deephaven.function.BinSearch
Performs a binary search to find a key.
rawBinSearchIndex(double[], double, BinSearchAlgo) - Static method in class io.deephaven.function.BinSearch
Performs a binary search to find a key.
rawBinSearchIndex(float[], float, BinSearchAlgo) - Static method in class io.deephaven.function.BinSearch
Performs a binary search to find a key.
rawBinSearchIndex(int[], int, BinSearchAlgo) - Static method in class io.deephaven.function.BinSearch
Performs a binary search to find a key.
rawBinSearchIndex(long[], long, BinSearchAlgo) - Static method in class io.deephaven.function.BinSearch
Performs a binary search to find a key.
rawBinSearchIndex(short[], short, BinSearchAlgo) - Static method in class io.deephaven.function.BinSearch
Performs a binary search to find a key.
rawBinSearchIndex(ByteVector, byte, BinSearchAlgo) - Static method in class io.deephaven.function.BinSearch
Performs a binary search to find a key.
rawBinSearchIndex(CharVector, char, BinSearchAlgo) - Static method in class io.deephaven.function.BinSearch
Performs a binary search to find a key.
rawBinSearchIndex(DoubleVector, double, BinSearchAlgo) - Static method in class io.deephaven.function.BinSearch
Performs a binary search to find a key.
rawBinSearchIndex(FloatVector, float, BinSearchAlgo) - Static method in class io.deephaven.function.BinSearch
Performs a binary search to find a key.
rawBinSearchIndex(IntVector, int, BinSearchAlgo) - Static method in class io.deephaven.function.BinSearch
Performs a binary search to find a key.
rawBinSearchIndex(LongVector, long, BinSearchAlgo) - Static method in class io.deephaven.function.BinSearch
Performs a binary search to find a key.
rawBinSearchIndex(ObjectVector<T>, T, BinSearchAlgo) - Static method in class io.deephaven.function.BinSearch
Performs a binary search to find a key.
rawBinSearchIndex(ShortVector, short, BinSearchAlgo) - Static method in class io.deephaven.function.BinSearch
Performs a binary search to find a key.
rawBinSearchIndex(T[], T, BinSearchAlgo) - Static method in class io.deephaven.function.BinSearch
Performs a binary search to find a key.
repeat(byte, int) - Static method in class io.deephaven.function.Basic
Returns an array with a value repeated.
repeat(char, int) - Static method in class io.deephaven.function.Basic
Returns an array with a value repeated.
repeat(double, int) - Static method in class io.deephaven.function.Basic
Returns an array with a value repeated.
repeat(float, int) - Static method in class io.deephaven.function.Basic
Returns an array with a value repeated.
repeat(int, int) - Static method in class io.deephaven.function.Basic
Returns an array with a value repeated.
repeat(long, int) - Static method in class io.deephaven.function.Basic
Returns an array with a value repeated.
repeat(short, int) - Static method in class io.deephaven.function.Basic
Returns an array with a value repeated.
repeat(T, int) - Static method in class io.deephaven.function.Basic
Returns an array with a value repeated.
replaceIfNaN(double[], double) - Static method in class io.deephaven.function.Numeric
Replaces values that are NaN with a specified value.
replaceIfNaN(double, double) - Static method in class io.deephaven.function.Numeric
Replaces values that are NaN with a specified value.
replaceIfNaN(float[], float) - Static method in class io.deephaven.function.Numeric
Replaces values that are NaN with a specified value.
replaceIfNaN(float, float) - Static method in class io.deephaven.function.Numeric
Replaces values that are NaN with a specified value.
replaceIfNaN(DoubleVector, double) - Static method in class io.deephaven.function.Numeric
Replaces values that are NaN with a specified value.
replaceIfNaN(FloatVector, float) - Static method in class io.deephaven.function.Numeric
Replaces values that are NaN with a specified value.
replaceIfNonFinite(double[], double) - Static method in class io.deephaven.function.Numeric
Replaces values that are not finite according to Deephaven convention with a specified value.
replaceIfNonFinite(double, double) - Static method in class io.deephaven.function.Numeric
Replaces values that are not finite according to Deephaven convention with a specified value.
replaceIfNonFinite(float[], float) - Static method in class io.deephaven.function.Numeric
Replaces values that are not finite according to Deephaven convention with a specified value.
replaceIfNonFinite(float, float) - Static method in class io.deephaven.function.Numeric
Replaces values that are not finite according to Deephaven convention with a specified value.
replaceIfNonFinite(DoubleVector, double) - Static method in class io.deephaven.function.Numeric
Replaces values that are not finite according to Deephaven convention with a specified value.
replaceIfNonFinite(FloatVector, float) - Static method in class io.deephaven.function.Numeric
Replaces values that are not finite according to Deephaven convention with a specified value.
replaceIfNull(byte[], byte) - Static method in class io.deephaven.function.Basic
Replaces values that are null according to Deephaven convention with a specified value.
replaceIfNull(byte, byte) - Static method in class io.deephaven.function.Basic
Replaces values that are null according to Deephaven convention with a specified value.
replaceIfNull(char[], char) - Static method in class io.deephaven.function.Basic
Replaces values that are null according to Deephaven convention with a specified value.
replaceIfNull(char, char) - Static method in class io.deephaven.function.Basic
Replaces values that are null according to Deephaven convention with a specified value.
replaceIfNull(double[], double) - Static method in class io.deephaven.function.Basic
Replaces values that are null according to Deephaven convention with a specified value.
replaceIfNull(double, double) - Static method in class io.deephaven.function.Basic
Replaces values that are null according to Deephaven convention with a specified value.
replaceIfNull(float[], float) - Static method in class io.deephaven.function.Basic
Replaces values that are null according to Deephaven convention with a specified value.
replaceIfNull(float, float) - Static method in class io.deephaven.function.Basic
Replaces values that are null according to Deephaven convention with a specified value.
replaceIfNull(int[], int) - Static method in class io.deephaven.function.Basic
Replaces values that are null according to Deephaven convention with a specified value.
replaceIfNull(int, int) - Static method in class io.deephaven.function.Basic
Replaces values that are null according to Deephaven convention with a specified value.
replaceIfNull(long[], long) - Static method in class io.deephaven.function.Basic
Replaces values that are null according to Deephaven convention with a specified value.
replaceIfNull(long, long) - Static method in class io.deephaven.function.Basic
Replaces values that are null according to Deephaven convention with a specified value.
replaceIfNull(short[], short) - Static method in class io.deephaven.function.Basic
Replaces values that are null according to Deephaven convention with a specified value.
replaceIfNull(short, short) - Static method in class io.deephaven.function.Basic
Replaces values that are null according to Deephaven convention with a specified value.
replaceIfNull(ByteVector, byte) - Static method in class io.deephaven.function.Basic
Replaces values that are null according to Deephaven convention with a specified value.
replaceIfNull(CharVector, char) - Static method in class io.deephaven.function.Basic
Replaces values that are null according to Deephaven convention with a specified value.
replaceIfNull(DoubleVector, double) - Static method in class io.deephaven.function.Basic
Replaces values that are null according to Deephaven convention with a specified value.
replaceIfNull(FloatVector, float) - Static method in class io.deephaven.function.Basic
Replaces values that are null according to Deephaven convention with a specified value.
replaceIfNull(IntVector, int) - Static method in class io.deephaven.function.Basic
Replaces values that are null according to Deephaven convention with a specified value.
replaceIfNull(LongVector, long) - Static method in class io.deephaven.function.Basic
Replaces values that are null according to Deephaven convention with a specified value.
replaceIfNull(ObjectVector<T>, T) - Static method in class io.deephaven.function.Basic
Replaces values that are null according to Deephaven convention with a specified value.
replaceIfNull(ShortVector, short) - Static method in class io.deephaven.function.Basic
Replaces values that are null according to Deephaven convention with a specified value.
replaceIfNull(T[], T) - Static method in class io.deephaven.function.Basic
Replaces values that are null according to Deephaven convention with a specified value.
replaceIfNull(T, T) - Static method in class io.deephaven.function.Basic
Replaces values that are null according to Deephaven convention with a specified value.
replaceIfNullNaN(double[], double) - Static method in class io.deephaven.function.Numeric
Replaces values that are NaN or null according to Deephaven convention with a specified value.
replaceIfNullNaN(double, double) - Static method in class io.deephaven.function.Numeric
Replaces values that are NaN or null according to Deephaven convention with a specified value.
replaceIfNullNaN(float[], float) - Static method in class io.deephaven.function.Numeric
Replaces values that are NaN or null according to Deephaven convention with a specified value.
replaceIfNullNaN(float, float) - Static method in class io.deephaven.function.Numeric
Replaces values that are NaN or null according to Deephaven convention with a specified value.
replaceIfNullNaN(DoubleVector, double) - Static method in class io.deephaven.function.Numeric
Replaces values that are NaN or null according to Deephaven convention with a specified value.
replaceIfNullNaN(FloatVector, float) - Static method in class io.deephaven.function.Numeric
Replaces values that are NaN or null according to Deephaven convention with a specified value.
reverse(byte...) - Static method in class io.deephaven.function.Basic
Returns an array with the values reversed.
reverse(char...) - Static method in class io.deephaven.function.Basic
Returns an array with the values reversed.
reverse(double...) - Static method in class io.deephaven.function.Basic
Returns an array with the values reversed.
reverse(float...) - Static method in class io.deephaven.function.Basic
Returns an array with the values reversed.
reverse(int...) - Static method in class io.deephaven.function.Basic
Returns an array with the values reversed.
reverse(long...) - Static method in class io.deephaven.function.Basic
Returns an array with the values reversed.
reverse(short...) - Static method in class io.deephaven.function.Basic
Returns an array with the values reversed.
reverse(ByteVector) - Static method in class io.deephaven.function.Basic
Returns an array with the values reversed.
reverse(CharVector) - Static method in class io.deephaven.function.Basic
Returns an array with the values reversed.
reverse(DoubleVector) - Static method in class io.deephaven.function.Basic
Returns an array with the values reversed.
reverse(FloatVector) - Static method in class io.deephaven.function.Basic
Returns an array with the values reversed.
reverse(IntVector) - Static method in class io.deephaven.function.Basic
Returns an array with the values reversed.
reverse(LongVector) - Static method in class io.deephaven.function.Basic
Returns an array with the values reversed.
reverse(ShortVector) - Static method in class io.deephaven.function.Basic
Returns an array with the values reversed.
reverseObj(ObjectVector<T>) - Static method in class io.deephaven.function.Basic
Returns an array with the values reversed.
reverseObj(T...) - Static method in class io.deephaven.function.Basic
Returns an array with the values reversed.
rint(byte) - Static method in class io.deephaven.function.Numeric
Returns the integer closest to the input value.
rint(double) - Static method in class io.deephaven.function.Numeric
Returns the integer closest to the input value.
rint(float) - Static method in class io.deephaven.function.Numeric
Returns the integer closest to the input value.
rint(int) - Static method in class io.deephaven.function.Numeric
Returns the integer closest to the input value.
rint(long) - Static method in class io.deephaven.function.Numeric
Returns the integer closest to the input value.
rint(short) - Static method in class io.deephaven.function.Numeric
Returns the integer closest to the input value.
round(byte) - Static method in class io.deephaven.function.Numeric
Returns the closest integer to the argument.
round(double) - Static method in class io.deephaven.function.Numeric
Returns the closest integer to the argument.
round(float) - Static method in class io.deephaven.function.Numeric
Returns the closest integer to the argument.
round(int) - Static method in class io.deephaven.function.Numeric
Returns the closest integer to the argument.
round(long) - Static method in class io.deephaven.function.Numeric
Returns the closest integer to the argument.
round(short) - Static method in class io.deephaven.function.Numeric
Returns the closest integer to the argument.

S

sequence(byte, byte, byte) - Static method in class io.deephaven.function.Numeric
Returns a sequence of values.
sequence(double, double, double) - Static method in class io.deephaven.function.Numeric
Returns a sequence of values.
sequence(float, float, float) - Static method in class io.deephaven.function.Numeric
Returns a sequence of values.
sequence(int, int, int) - Static method in class io.deephaven.function.Numeric
Returns a sequence of values.
sequence(long, long, long) - Static method in class io.deephaven.function.Numeric
Returns a sequence of values.
sequence(short, short, short) - Static method in class io.deephaven.function.Numeric
Returns a sequence of values.
signum(byte) - Static method in class io.deephaven.function.Numeric
Returns the signum function.
signum(double) - Static method in class io.deephaven.function.Numeric
Returns the signum function.
signum(float) - Static method in class io.deephaven.function.Numeric
Returns the signum function.
signum(int) - Static method in class io.deephaven.function.Numeric
Returns the signum function.
signum(long) - Static method in class io.deephaven.function.Numeric
Returns the signum function.
signum(short) - Static method in class io.deephaven.function.Numeric
Returns the signum function.
sin(byte) - Static method in class io.deephaven.function.Numeric
Returns the sine.
sin(double) - Static method in class io.deephaven.function.Numeric
Returns the sine.
sin(float) - Static method in class io.deephaven.function.Numeric
Returns the sine.
sin(int) - Static method in class io.deephaven.function.Numeric
Returns the sine.
sin(long) - Static method in class io.deephaven.function.Numeric
Returns the sine.
sin(short) - Static method in class io.deephaven.function.Numeric
Returns the sine.
sort(byte...) - Static method in class io.deephaven.function.Sort
Returns sorted values from smallest to largest.
sort(double...) - Static method in class io.deephaven.function.Sort
Returns sorted values from smallest to largest.
sort(float...) - Static method in class io.deephaven.function.Sort
Returns sorted values from smallest to largest.
sort(int...) - Static method in class io.deephaven.function.Sort
Returns sorted values from smallest to largest.
sort(long...) - Static method in class io.deephaven.function.Sort
Returns sorted values from smallest to largest.
sort(short...) - Static method in class io.deephaven.function.Sort
Returns sorted values from smallest to largest.
sort(ByteVector) - Static method in class io.deephaven.function.Sort
Returns sorted values from smallest to largest.
sort(DoubleVector) - Static method in class io.deephaven.function.Sort
Returns sorted values from smallest to largest.
sort(FloatVector) - Static method in class io.deephaven.function.Sort
Returns sorted values from smallest to largest.
sort(IntVector) - Static method in class io.deephaven.function.Sort
Returns sorted values from smallest to largest.
sort(LongVector) - Static method in class io.deephaven.function.Sort
Returns sorted values from smallest to largest.
sort(ShortVector) - Static method in class io.deephaven.function.Sort
Returns sorted values from smallest to largest.
sort(Byte[]) - Static method in class io.deephaven.function.Sort
Returns sorted values from smallest to largest.
sort(Double[]) - Static method in class io.deephaven.function.Sort
Returns sorted values from smallest to largest.
sort(Float[]) - Static method in class io.deephaven.function.Sort
Returns sorted values from smallest to largest.
sort(Integer[]) - Static method in class io.deephaven.function.Sort
Returns sorted values from smallest to largest.
sort(Long[]) - Static method in class io.deephaven.function.Sort
Returns sorted values from smallest to largest.
sort(Short[]) - Static method in class io.deephaven.function.Sort
Returns sorted values from smallest to largest.
Sort - Class in io.deephaven.function
Functions for sorting primitive types.
Sort() - Constructor for class io.deephaven.function.Sort
 
sortDescending(byte...) - Static method in class io.deephaven.function.Sort
Returns sorted values from largest to smallest.
sortDescending(double...) - Static method in class io.deephaven.function.Sort
Returns sorted values from largest to smallest.
sortDescending(float...) - Static method in class io.deephaven.function.Sort
Returns sorted values from largest to smallest.
sortDescending(int...) - Static method in class io.deephaven.function.Sort
Returns sorted values from largest to smallest.
sortDescending(long...) - Static method in class io.deephaven.function.Sort
Returns sorted values from largest to smallest.
sortDescending(short...) - Static method in class io.deephaven.function.Sort
Returns sorted values from largest to smallest.
sortDescending(ByteVector) - Static method in class io.deephaven.function.Sort
Returns sorted values from largest to smallest.
sortDescending(DoubleVector) - Static method in class io.deephaven.function.Sort
Returns sorted values from largest to smallest.
sortDescending(FloatVector) - Static method in class io.deephaven.function.Sort
Returns sorted values from largest to smallest.
sortDescending(IntVector) - Static method in class io.deephaven.function.Sort
Returns sorted values from largest to smallest.
sortDescending(LongVector) - Static method in class io.deephaven.function.Sort
Returns sorted values from largest to smallest.
sortDescending(ShortVector) - Static method in class io.deephaven.function.Sort
Returns sorted values from largest to smallest.
sortDescending(Byte[]) - Static method in class io.deephaven.function.Sort
Returns sorted values from largest to smallest.
sortDescending(Double[]) - Static method in class io.deephaven.function.Sort
Returns sorted values from largest to smallest.
sortDescending(Float[]) - Static method in class io.deephaven.function.Sort
Returns sorted values from largest to smallest.
sortDescending(Integer[]) - Static method in class io.deephaven.function.Sort
Returns sorted values from largest to smallest.
sortDescending(Long[]) - Static method in class io.deephaven.function.Sort
Returns sorted values from largest to smallest.
sortDescending(Short[]) - Static method in class io.deephaven.function.Sort
Returns sorted values from largest to smallest.
sortDescendingObj(ObjectVector<T>) - Static method in class io.deephaven.function.Sort
Returns sorted values from largest to smallest.
sortDescendingObj(ObjectVector<T>, Comparator<T>) - Static method in class io.deephaven.function.Sort
Returns sorted values from largest to smallest.
sortDescendingObj(T...) - Static method in class io.deephaven.function.Sort
Returns sorted values from largest to smallest.
sortDescendingObj(T[], Comparator<T>) - Static method in class io.deephaven.function.Sort
Returns sorted values from largest to smallest.
sortObj(ObjectVector<T>) - Static method in class io.deephaven.function.Sort
Returns sorted values from smallest to largest.
sortObj(ObjectVector<T>, Comparator<T>) - Static method in class io.deephaven.function.Sort
Returns sorted values from smallest to largest.
sortObj(T...) - Static method in class io.deephaven.function.Sort
Returns sorted values from smallest to largest.
sortObj(T[], Comparator<T>) - Static method in class io.deephaven.function.Sort
Returns sorted values from smallest to largest.
sqrt(byte) - Static method in class io.deephaven.function.Numeric
Returns the square root.
sqrt(double) - Static method in class io.deephaven.function.Numeric
Returns the square root.
sqrt(float) - Static method in class io.deephaven.function.Numeric
Returns the square root.
sqrt(int) - Static method in class io.deephaven.function.Numeric
Returns the square root.
sqrt(long) - Static method in class io.deephaven.function.Numeric
Returns the square root.
sqrt(short) - Static method in class io.deephaven.function.Numeric
Returns the square root.
std(byte...) - Static method in class io.deephaven.function.Numeric
Returns the standard deviation.
std(double...) - Static method in class io.deephaven.function.Numeric
Returns the standard deviation.
std(float...) - Static method in class io.deephaven.function.Numeric
Returns the standard deviation.
std(int...) - Static method in class io.deephaven.function.Numeric
Returns the standard deviation.
std(long...) - Static method in class io.deephaven.function.Numeric
Returns the standard deviation.
std(short...) - Static method in class io.deephaven.function.Numeric
Returns the standard deviation.
std(ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the standard deviation.
std(DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the standard deviation.
std(FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the standard deviation.
std(IntVector) - Static method in class io.deephaven.function.Numeric
Returns the standard deviation.
std(LongVector) - Static method in class io.deephaven.function.Numeric
Returns the standard deviation.
std(ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the standard deviation.
std(Byte[]) - Static method in class io.deephaven.function.Numeric
Returns the standard deviation.
std(Double[]) - Static method in class io.deephaven.function.Numeric
Returns the standard deviation.
std(Float[]) - Static method in class io.deephaven.function.Numeric
Returns the standard deviation.
std(Integer[]) - Static method in class io.deephaven.function.Numeric
Returns the standard deviation.
std(Long[]) - Static method in class io.deephaven.function.Numeric
Returns the standard deviation.
std(Short[]) - Static method in class io.deephaven.function.Numeric
Returns the standard deviation.
ste(byte...) - Static method in class io.deephaven.function.Numeric
Returns the standard error.
ste(double...) - Static method in class io.deephaven.function.Numeric
Returns the standard error.
ste(float...) - Static method in class io.deephaven.function.Numeric
Returns the standard error.
ste(int...) - Static method in class io.deephaven.function.Numeric
Returns the standard error.
ste(long...) - Static method in class io.deephaven.function.Numeric
Returns the standard error.
ste(short...) - Static method in class io.deephaven.function.Numeric
Returns the standard error.
ste(ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the standard error.
ste(DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the standard error.
ste(FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the standard error.
ste(IntVector) - Static method in class io.deephaven.function.Numeric
Returns the standard error.
ste(LongVector) - Static method in class io.deephaven.function.Numeric
Returns the standard error.
ste(ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the standard error.
ste(Byte[]) - Static method in class io.deephaven.function.Numeric
Returns the standard error.
ste(Double[]) - Static method in class io.deephaven.function.Numeric
Returns the standard error.
ste(Float[]) - Static method in class io.deephaven.function.Numeric
Returns the standard error.
ste(Integer[]) - Static method in class io.deephaven.function.Numeric
Returns the standard error.
ste(Long[]) - Static method in class io.deephaven.function.Numeric
Returns the standard error.
ste(Short[]) - Static method in class io.deephaven.function.Numeric
Returns the standard error.
sum(byte...) - Static method in class io.deephaven.function.Numeric
Returns the sum.
sum(double...) - Static method in class io.deephaven.function.Numeric
Returns the sum.
sum(float...) - Static method in class io.deephaven.function.Numeric
Returns the sum.
sum(int...) - Static method in class io.deephaven.function.Numeric
Returns the sum.
sum(long...) - Static method in class io.deephaven.function.Numeric
Returns the sum.
sum(short...) - Static method in class io.deephaven.function.Numeric
Returns the sum.
sum(ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the sum.
sum(DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the sum.
sum(FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the sum.
sum(IntVector) - Static method in class io.deephaven.function.Numeric
Returns the sum.
sum(LongVector) - Static method in class io.deephaven.function.Numeric
Returns the sum.
sum(ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the sum.

T

tan(byte) - Static method in class io.deephaven.function.Numeric
Returns the tangent.
tan(double) - Static method in class io.deephaven.function.Numeric
Returns the tangent.
tan(float) - Static method in class io.deephaven.function.Numeric
Returns the tangent.
tan(int) - Static method in class io.deephaven.function.Numeric
Returns the tangent.
tan(long) - Static method in class io.deephaven.function.Numeric
Returns the tangent.
tan(short) - Static method in class io.deephaven.function.Numeric
Returns the tangent.
tstat(byte...) - Static method in class io.deephaven.function.Numeric
Returns the t-statistic.
tstat(double...) - Static method in class io.deephaven.function.Numeric
Returns the t-statistic.
tstat(float...) - Static method in class io.deephaven.function.Numeric
Returns the t-statistic.
tstat(int...) - Static method in class io.deephaven.function.Numeric
Returns the t-statistic.
tstat(long...) - Static method in class io.deephaven.function.Numeric
Returns the t-statistic.
tstat(short...) - Static method in class io.deephaven.function.Numeric
Returns the t-statistic.
tstat(ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the t-statistic.
tstat(DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the t-statistic.
tstat(FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the t-statistic.
tstat(IntVector) - Static method in class io.deephaven.function.Numeric
Returns the t-statistic.
tstat(LongVector) - Static method in class io.deephaven.function.Numeric
Returns the t-statistic.
tstat(ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the t-statistic.
tstat(Byte[]) - Static method in class io.deephaven.function.Numeric
Returns the t-statistic.
tstat(Double[]) - Static method in class io.deephaven.function.Numeric
Returns the t-statistic.
tstat(Float[]) - Static method in class io.deephaven.function.Numeric
Returns the t-statistic.
tstat(Integer[]) - Static method in class io.deephaven.function.Numeric
Returns the t-statistic.
tstat(Long[]) - Static method in class io.deephaven.function.Numeric
Returns the t-statistic.
tstat(Short[]) - Static method in class io.deephaven.function.Numeric
Returns the t-statistic.

U

unbox(Byte...) - Static method in class io.deephaven.function.Basic
Unboxes an array of values.
unbox(Character...) - Static method in class io.deephaven.function.Basic
Unboxes an array of values.
unbox(Double...) - Static method in class io.deephaven.function.Basic
Unboxes an array of values.
unbox(Float...) - Static method in class io.deephaven.function.Basic
Unboxes an array of values.
unbox(Integer...) - Static method in class io.deephaven.function.Basic
Unboxes an array of values.
unbox(Long...) - Static method in class io.deephaven.function.Basic
Unboxes an array of values.
unbox(Short...) - Static method in class io.deephaven.function.Basic
Unboxes an array of values.
upperBin(byte, byte) - Static method in class io.deephaven.function.Numeric
Returns the upper bound of the bin containing the value.
upperBin(byte, byte, byte) - Static method in class io.deephaven.function.Numeric
Returns the upper bound of the bin containing the value.
upperBin(double, double) - Static method in class io.deephaven.function.Numeric
Returns the upper bound of the bin containing the value.
upperBin(double, double, double) - Static method in class io.deephaven.function.Numeric
Returns the upper bound of the bin containing the value.
upperBin(float, float) - Static method in class io.deephaven.function.Numeric
Returns the upper bound of the bin containing the value.
upperBin(float, float, float) - Static method in class io.deephaven.function.Numeric
Returns the upper bound of the bin containing the value.
upperBin(int, int) - Static method in class io.deephaven.function.Numeric
Returns the upper bound of the bin containing the value.
upperBin(int, int, int) - Static method in class io.deephaven.function.Numeric
Returns the upper bound of the bin containing the value.
upperBin(long, long) - Static method in class io.deephaven.function.Numeric
Returns the upper bound of the bin containing the value.
upperBin(long, long, long) - Static method in class io.deephaven.function.Numeric
Returns the upper bound of the bin containing the value.
upperBin(short, short) - Static method in class io.deephaven.function.Numeric
Returns the upper bound of the bin containing the value.
upperBin(short, short, short) - Static method in class io.deephaven.function.Numeric
Returns the upper bound of the bin containing the value.

V

valueOf(String) - Static method in enum class io.deephaven.function.BinSearchAlgo
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.deephaven.function.BinSearchAlgo
Returns an array containing the constants of this enum class, in the order they are declared.
var(byte...) - Static method in class io.deephaven.function.Numeric
Returns the variance.
var(double...) - Static method in class io.deephaven.function.Numeric
Returns the variance.
var(float...) - Static method in class io.deephaven.function.Numeric
Returns the variance.
var(int...) - Static method in class io.deephaven.function.Numeric
Returns the variance.
var(long...) - Static method in class io.deephaven.function.Numeric
Returns the variance.
var(short...) - Static method in class io.deephaven.function.Numeric
Returns the variance.
var(ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the variance.
var(DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the variance.
var(FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the variance.
var(IntVector) - Static method in class io.deephaven.function.Numeric
Returns the variance.
var(LongVector) - Static method in class io.deephaven.function.Numeric
Returns the variance.
var(ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the variance.
var(Byte[]) - Static method in class io.deephaven.function.Numeric
Returns the variance.
var(Double[]) - Static method in class io.deephaven.function.Numeric
Returns the variance.
var(Float[]) - Static method in class io.deephaven.function.Numeric
Returns the variance.
var(Integer[]) - Static method in class io.deephaven.function.Numeric
Returns the variance.
var(Long[]) - Static method in class io.deephaven.function.Numeric
Returns the variance.
var(Short[]) - Static method in class io.deephaven.function.Numeric
Returns the variance.
vec(byte...) - Static method in class io.deephaven.function.Basic
Converts a primitive array to a Deephaven vector.
vec(char...) - Static method in class io.deephaven.function.Basic
Converts a primitive array to a Deephaven vector.
vec(double...) - Static method in class io.deephaven.function.Basic
Converts a primitive array to a Deephaven vector.
vec(float...) - Static method in class io.deephaven.function.Basic
Converts a primitive array to a Deephaven vector.
vec(int...) - Static method in class io.deephaven.function.Basic
Converts a primitive array to a Deephaven vector.
vec(long...) - Static method in class io.deephaven.function.Basic
Converts a primitive array to a Deephaven vector.
vec(short...) - Static method in class io.deephaven.function.Basic
Converts a primitive array to a Deephaven vector.
vecObj(T...) - Static method in class io.deephaven.function.Basic
Converts an array to a Deephaven vector.

W

wavg(byte[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(byte[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(byte[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(byte[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(byte[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(byte[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(byte[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(byte[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(byte[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(byte[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(byte[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(byte[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(double[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(double[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(double[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(double[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(double[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(double[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(double[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(double[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(double[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(double[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(double[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(double[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(float[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(float[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(float[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(float[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(float[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(float[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(float[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(float[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(float[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(float[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(float[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(float[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(int[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(int[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(int[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(int[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(int[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(int[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(int[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(int[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(int[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(int[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(int[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(int[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(long[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(long[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(long[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(long[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(long[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(long[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(long[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(long[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(long[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(long[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(long[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(long[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(short[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(short[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(short[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(short[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(short[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(short[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(short[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(short[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(short[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(short[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(short[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(short[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(ByteVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(ByteVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(ByteVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(ByteVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(ByteVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(ByteVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(ByteVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(ByteVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(ByteVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(ByteVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(ByteVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(ByteVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(DoubleVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(DoubleVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(DoubleVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(DoubleVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(DoubleVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(DoubleVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(DoubleVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(DoubleVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(DoubleVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(DoubleVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(DoubleVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(DoubleVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(FloatVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(FloatVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(FloatVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(FloatVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(FloatVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(FloatVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(FloatVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(FloatVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(FloatVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(FloatVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(FloatVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(FloatVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(IntVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(IntVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(IntVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(IntVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(IntVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(IntVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(IntVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(IntVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(IntVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(IntVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(IntVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(IntVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(LongVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(LongVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(LongVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(LongVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(LongVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(LongVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(LongVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(LongVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(LongVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(LongVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(LongVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(LongVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(ShortVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(ShortVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(ShortVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(ShortVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(ShortVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(ShortVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(ShortVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(ShortVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(ShortVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(ShortVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(ShortVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wavg(ShortVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted average.
wstd(byte[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(byte[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(byte[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(byte[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(byte[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(byte[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(byte[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(byte[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(byte[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(byte[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(byte[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(byte[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(double[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(double[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(double[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(double[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(double[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(double[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(double[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(double[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(double[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(double[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(double[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(double[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(float[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(float[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(float[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(float[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(float[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(float[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(float[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(float[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(float[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(float[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(float[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(float[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(int[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(int[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(int[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(int[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(int[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(int[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(int[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(int[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(int[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(int[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(int[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(int[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(long[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(long[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(long[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(long[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(long[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(long[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(long[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(long[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(long[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(long[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(long[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(long[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(short[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(short[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(short[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(short[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(short[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(short[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(short[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(short[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(short[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(short[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(short[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(short[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(ByteVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(ByteVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(ByteVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(ByteVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(ByteVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(ByteVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(ByteVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(ByteVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(ByteVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(ByteVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(ByteVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(ByteVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(DoubleVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(DoubleVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(DoubleVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(DoubleVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(DoubleVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(DoubleVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(DoubleVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(DoubleVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(DoubleVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(DoubleVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(DoubleVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(DoubleVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(FloatVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(FloatVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(FloatVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(FloatVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(FloatVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(FloatVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(FloatVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(FloatVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(FloatVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(FloatVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(FloatVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(FloatVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(IntVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(IntVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(IntVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(IntVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(IntVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(IntVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(IntVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(IntVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(IntVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(IntVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(IntVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(IntVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(LongVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(LongVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(LongVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(LongVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(LongVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(LongVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(LongVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(LongVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(LongVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(LongVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(LongVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(LongVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(ShortVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(ShortVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(ShortVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(ShortVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(ShortVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(ShortVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(ShortVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(ShortVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(ShortVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(ShortVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(ShortVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wstd(ShortVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard deviation.
wste(byte[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(byte[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(byte[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(byte[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(byte[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(byte[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(byte[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(byte[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(byte[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(byte[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(byte[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(byte[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(double[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(double[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(double[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(double[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(double[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(double[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(double[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(double[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(double[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(double[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(double[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(double[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(float[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(float[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(float[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(float[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(float[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(float[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(float[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(float[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(float[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(float[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(float[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(float[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(int[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(int[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(int[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(int[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(int[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(int[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(int[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(int[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(int[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(int[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(int[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(int[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(long[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(long[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(long[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(long[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(long[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(long[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(long[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(long[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(long[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(long[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(long[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(long[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(short[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(short[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(short[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(short[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(short[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(short[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(short[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(short[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(short[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(short[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(short[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(short[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(ByteVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(ByteVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(ByteVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(ByteVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(ByteVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(ByteVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(ByteVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(ByteVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(ByteVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(ByteVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(ByteVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(ByteVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(DoubleVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(DoubleVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(DoubleVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(DoubleVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(DoubleVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(DoubleVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(DoubleVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(DoubleVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(DoubleVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(DoubleVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(DoubleVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(DoubleVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(FloatVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(FloatVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(FloatVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(FloatVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(FloatVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(FloatVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(FloatVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(FloatVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(FloatVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(FloatVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(FloatVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(FloatVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(IntVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(IntVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(IntVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(IntVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(IntVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(IntVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(IntVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(IntVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(IntVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(IntVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(IntVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(IntVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(LongVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(LongVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(LongVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(LongVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(LongVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(LongVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(LongVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(LongVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(LongVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(LongVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(LongVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(LongVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(ShortVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(ShortVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(ShortVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(ShortVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(ShortVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(ShortVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(ShortVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(ShortVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(ShortVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(ShortVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(ShortVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wste(ShortVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted standard error.
wsum(byte[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(byte[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(byte[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(byte[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(byte[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(byte[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(byte[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(byte[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(byte[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(byte[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(byte[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(byte[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(double[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(double[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(double[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(double[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(double[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(double[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(double[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(double[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(double[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(double[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(double[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(double[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(float[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(float[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(float[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(float[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(float[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(float[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(float[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(float[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(float[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(float[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(float[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(float[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(int[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(int[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(int[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(int[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(int[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(int[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(int[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(int[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(int[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(int[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(int[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(int[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(long[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(long[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(long[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(long[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(long[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(long[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(long[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(long[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(long[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(long[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(long[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(long[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(short[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(short[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(short[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(short[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(short[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(short[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(short[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(short[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(short[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(short[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(short[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(short[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(ByteVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(ByteVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(ByteVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(ByteVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(ByteVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(ByteVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(ByteVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(ByteVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(ByteVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(ByteVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(ByteVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(ByteVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(DoubleVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(DoubleVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(DoubleVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(DoubleVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(DoubleVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(DoubleVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(DoubleVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(DoubleVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(DoubleVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(DoubleVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(DoubleVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(DoubleVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(FloatVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(FloatVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(FloatVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(FloatVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(FloatVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(FloatVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(FloatVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(FloatVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(FloatVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(FloatVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(FloatVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(FloatVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(IntVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(IntVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(IntVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(IntVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(IntVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(IntVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(IntVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(IntVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(IntVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(IntVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(IntVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(IntVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(LongVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(LongVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(LongVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(LongVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(LongVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(LongVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(LongVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(LongVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(LongVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(LongVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(LongVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(LongVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(ShortVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(ShortVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(ShortVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(ShortVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(ShortVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(ShortVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(ShortVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(ShortVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(ShortVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(ShortVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(ShortVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wsum(ShortVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted sum.
wtstat(byte[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(byte[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(byte[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(byte[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(byte[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(byte[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(byte[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(byte[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(byte[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(byte[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(byte[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(byte[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(double[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(double[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(double[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(double[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(double[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(double[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(double[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(double[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(double[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(double[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(double[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(double[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(float[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(float[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(float[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(float[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(float[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(float[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(float[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(float[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(float[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(float[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(float[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(float[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(int[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(int[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(int[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(int[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(int[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(int[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(int[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(int[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(int[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(int[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(int[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(int[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(long[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(long[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(long[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(long[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(long[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(long[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(long[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(long[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(long[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(long[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(long[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(long[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(short[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(short[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(short[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(short[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(short[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(short[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(short[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(short[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(short[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(short[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(short[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(short[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(ByteVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(ByteVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(ByteVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(ByteVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(ByteVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(ByteVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(ByteVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(ByteVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(ByteVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(ByteVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(ByteVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(ByteVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(DoubleVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(DoubleVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(DoubleVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(DoubleVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(DoubleVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(DoubleVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(DoubleVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(DoubleVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(DoubleVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(DoubleVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(DoubleVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(DoubleVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(FloatVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(FloatVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(FloatVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(FloatVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(FloatVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(FloatVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(FloatVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(FloatVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(FloatVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(FloatVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(FloatVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(FloatVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(IntVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(IntVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(IntVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(IntVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(IntVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(IntVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(IntVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(IntVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(IntVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(IntVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(IntVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(IntVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(LongVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(LongVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(LongVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(LongVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(LongVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(LongVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(LongVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(LongVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(LongVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(LongVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(LongVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(LongVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(ShortVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(ShortVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(ShortVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(ShortVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(ShortVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(ShortVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(ShortVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(ShortVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(ShortVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(ShortVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(ShortVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wtstat(ShortVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted t-statistic.
wvar(byte[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(byte[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(byte[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(byte[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(byte[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(byte[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(byte[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(byte[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(byte[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(byte[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(byte[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(byte[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(double[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(double[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(double[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(double[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(double[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(double[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(double[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(double[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(double[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(double[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(double[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(double[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(float[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(float[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(float[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(float[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(float[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(float[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(float[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(float[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(float[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(float[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(float[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(float[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(int[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(int[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(int[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(int[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(int[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(int[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(int[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(int[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(int[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(int[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(int[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(int[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(long[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(long[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(long[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(long[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(long[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(long[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(long[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(long[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(long[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(long[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(long[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(long[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(short[], byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(short[], double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(short[], float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(short[], int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(short[], long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(short[], short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(short[], ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(short[], DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(short[], FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(short[], IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(short[], LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(short[], ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(ByteVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(ByteVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(ByteVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(ByteVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(ByteVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(ByteVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(ByteVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(ByteVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(ByteVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(ByteVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(ByteVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(ByteVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(DoubleVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(DoubleVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(DoubleVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(DoubleVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(DoubleVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(DoubleVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(DoubleVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(DoubleVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(DoubleVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(DoubleVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(DoubleVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(DoubleVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(FloatVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(FloatVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(FloatVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(FloatVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(FloatVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(FloatVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(FloatVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(FloatVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(FloatVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(FloatVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(FloatVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(FloatVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(IntVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(IntVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(IntVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(IntVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(IntVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(IntVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(IntVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(IntVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(IntVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(IntVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(IntVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(IntVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(LongVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(LongVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(LongVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(LongVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(LongVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(LongVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(LongVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(LongVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(LongVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(LongVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(LongVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(LongVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(ShortVector, byte[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(ShortVector, double[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(ShortVector, float[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(ShortVector, int[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(ShortVector, long[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(ShortVector, short[]) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(ShortVector, ByteVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(ShortVector, DoubleVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(ShortVector, FloatVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(ShortVector, IntVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(ShortVector, LongVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
wvar(ShortVector, ShortVector) - Static method in class io.deephaven.function.Numeric
Returns the weighted variance.
A B C D E F I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form