Package io.deephaven.libs
Class GroovyStaticImports
java.lang.Object
io.deephaven.libs.GroovyStaticImports
Functions statically imported into Groovy.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte
abs
(byte value) static double
abs
(double value) static float
abs
(float value) static int
abs
(int value) static long
abs
(long value) static short
abs
(short value) static double
absAvg
(byte... values) static double
absAvg
(double... values) static double
absAvg
(float... values) static double
absAvg
(int... values) static double
absAvg
(long... values) static double
absAvg
(short... values) static double
absAvg
(ByteVector values) static double
absAvg
(DoubleVector values) static double
absAvg
(FloatVector values) static double
static double
absAvg
(LongVector values) static double
absAvg
(ShortVector values) static double
static double
static double
static double
static double
static double
static double
acos
(byte value) static double
acos
(double value) static double
acos
(float value) static double
acos
(int value) static double
acos
(long value) static double
acos
(short value) static Boolean
and
(boolean... values) static Boolean
and
(ObjectVector<Boolean> values) static Boolean
and
(ObjectVector<Boolean> values, Boolean nullValue) static Boolean
static Boolean
static byte[]
array
(ByteVector values) static char[]
array
(CharVector values) static double[]
array
(DoubleVector values) static float[]
array
(FloatVector values) static int[]
static long[]
array
(LongVector values) static short[]
array
(ShortVector values) static <T> T[]
arrayObj
(ObjectVector<T> values) static double
asin
(byte value) static double
asin
(double value) static double
asin
(float value) static double
asin
(int value) static double
asin
(long value) static double
asin
(short value) static double
atan
(byte value) static double
atan
(double value) static double
atan
(float value) static double
atan
(int value) static double
atan
(long value) static double
atan
(short value) static double
avg
(byte... values) static double
avg
(double... values) static double
avg
(float... values) static double
avg
(int... values) static double
avg
(long... values) static double
avg
(short... values) static double
avg
(ByteVector values) static double
avg
(DoubleVector values) static double
avg
(FloatVector values) static double
static double
avg
(LongVector values) static double
avg
(ShortVector values) static double
static double
static double
static double
static double
static double
static int
binSearchIndex
(byte[] values, byte key, BinSearchAlgo choiceWhenEquals) static int
binSearchIndex
(char[] values, char key, BinSearchAlgo choiceWhenEquals) static int
binSearchIndex
(double[] values, double key, BinSearchAlgo choiceWhenEquals) static int
binSearchIndex
(float[] values, float key, BinSearchAlgo choiceWhenEquals) static int
binSearchIndex
(int[] values, int key, BinSearchAlgo choiceWhenEquals) static int
binSearchIndex
(long[] values, long key, BinSearchAlgo choiceWhenEquals) static int
binSearchIndex
(short[] values, short key, BinSearchAlgo choiceWhenEquals) static int
binSearchIndex
(ByteVector values, byte key, BinSearchAlgo choiceWhenEquals) static int
binSearchIndex
(CharVector values, char key, BinSearchAlgo choiceWhenEquals) static int
binSearchIndex
(DoubleVector values, double key, BinSearchAlgo choiceWhenEquals) static int
binSearchIndex
(FloatVector values, float key, BinSearchAlgo choiceWhenEquals) static int
binSearchIndex
(IntVector values, int key, BinSearchAlgo choiceWhenEquals) static int
binSearchIndex
(LongVector values, long key, BinSearchAlgo choiceWhenEquals) static <T extends Comparable<? super T>>
intbinSearchIndex
(ObjectVector<T> values, T key, BinSearchAlgo choiceWhenEquals) static int
binSearchIndex
(ShortVector values, short key, BinSearchAlgo choiceWhenEquals) static <T extends Comparable<? super T>>
intbinSearchIndex
(T[] values, T key, BinSearchAlgo choiceWhenEquals) static double
castDouble
(byte value) static double[]
castDouble
(byte... values) static double[]
castDouble
(byte[] values, boolean checkFidelity) static double
castDouble
(byte value, boolean checkFidelity) static double
castDouble
(double value) static double[]
castDouble
(double... values) static double[]
castDouble
(double[] values, boolean checkFidelity) static double
castDouble
(double value, boolean checkFidelity) static double
castDouble
(float value) static double[]
castDouble
(float... values) static double[]
castDouble
(float[] values, boolean checkFidelity) static double
castDouble
(float value, boolean checkFidelity) static double
castDouble
(int value) static double[]
castDouble
(int... values) static double[]
castDouble
(int[] values, boolean checkFidelity) static double
castDouble
(int value, boolean checkFidelity) static double
castDouble
(long value) static double[]
castDouble
(long... values) static double[]
castDouble
(long[] values, boolean checkFidelity) static double
castDouble
(long value, boolean checkFidelity) static double
castDouble
(short value) static double[]
castDouble
(short... values) static double[]
castDouble
(short[] values, boolean checkFidelity) static double
castDouble
(short value, boolean checkFidelity) static double[]
castDouble
(ByteVector values) static double[]
castDouble
(ByteVector values, boolean checkFidelity) static double[]
castDouble
(DoubleVector values) static double[]
castDouble
(DoubleVector values, boolean checkFidelity) static double[]
castDouble
(FloatVector values) static double[]
castDouble
(FloatVector values, boolean checkFidelity) static double[]
castDouble
(IntVector values) static double[]
castDouble
(IntVector values, boolean checkFidelity) static double[]
castDouble
(LongVector values) static double[]
castDouble
(LongVector values, boolean checkFidelity) static double[]
castDouble
(ShortVector values) static double[]
castDouble
(ShortVector values, boolean checkFidelity) static int
castInt
(byte value) static int[]
castInt
(byte... values) static int[]
castInt
(byte[] values, boolean checkFidelity) static int
castInt
(byte value, boolean checkFidelity) static int
castInt
(int value) static int[]
castInt
(int... values) static int[]
castInt
(int[] values, boolean checkFidelity) static int
castInt
(int value, boolean checkFidelity) static int
castInt
(long value) static int[]
castInt
(long... values) static int[]
castInt
(long[] values, boolean checkFidelity) static int
castInt
(long value, boolean checkFidelity) static int
castInt
(short value) static int[]
castInt
(short... values) static int[]
castInt
(short[] values, boolean checkFidelity) static int
castInt
(short value, boolean checkFidelity) static int[]
castInt
(ByteVector values) static int[]
castInt
(ByteVector values, boolean checkFidelity) static int[]
static int[]
static int[]
castInt
(LongVector values) static int[]
castInt
(LongVector values, boolean checkFidelity) static int[]
castInt
(ShortVector values) static int[]
castInt
(ShortVector values, boolean checkFidelity) static long
castLong
(byte value) static long[]
castLong
(byte... values) static long[]
castLong
(byte[] values, boolean checkFidelity) static long
castLong
(byte value, boolean checkFidelity) static long
castLong
(int value) static long[]
castLong
(int... values) static long[]
castLong
(int[] values, boolean checkFidelity) static long
castLong
(int value, boolean checkFidelity) static long
castLong
(long value) static long[]
castLong
(long... values) static long[]
castLong
(long[] values, boolean checkFidelity) static long
castLong
(long value, boolean checkFidelity) static long
castLong
(short value) static long[]
castLong
(short... values) static long[]
castLong
(short[] values, boolean checkFidelity) static long
castLong
(short value, boolean checkFidelity) static long[]
castLong
(ByteVector values) static long[]
castLong
(ByteVector values, boolean checkFidelity) static long[]
static long[]
static long[]
castLong
(LongVector values) static long[]
castLong
(LongVector values, boolean checkFidelity) static long[]
castLong
(ShortVector values) static long[]
castLong
(ShortVector values, boolean checkFidelity) static double
ceil
(byte value) static double
ceil
(double value) static double
ceil
(float value) static double
ceil
(int value) static double
ceil
(long value) static double
ceil
(short value) static byte
clamp
(byte value, byte min, byte max) static double
clamp
(double value, double min, double max) static float
clamp
(float value, float min, float max) static int
clamp
(int value, int min, int max) static long
clamp
(long value, long min, long max) static short
clamp
(short value, short min, short max) static int
compare
(byte v1, byte v2) static int
compare
(double v1, double v2) static int
compare
(float v1, float v2) static int
compare
(int v1, int v2) static int
compare
(long v1, long v2) static int
compare
(short v1, short v2) static int
static int
static int
static int
static int
static int
static byte[]
concat
(byte[]... values) static char[]
concat
(char[]... values) static double[]
concat
(double[]... values) static float[]
concat
(float[]... values) static int[]
concat
(int[]... values) static long[]
concat
(long[]... values) static short[]
concat
(short[]... values) static byte[]
concat
(ByteVector... values) static char[]
concat
(CharVector... values) static double[]
concat
(DoubleVector... values) static float[]
concat
(FloatVector... values) static int[]
static long[]
concat
(LongVector... values) static <T> T[]
concat
(ObjectVector<T>... values) static short[]
concat
(ShortVector... values) static <T> T[]
concat
(T[]... values) static boolean
containsNonFinite
(byte... values) static boolean
containsNonFinite
(double... values) static boolean
containsNonFinite
(float... values) static boolean
containsNonFinite
(int... values) static boolean
containsNonFinite
(long... values) static boolean
containsNonFinite
(short... values) static boolean
containsNonFinite
(Byte[] values) static boolean
containsNonFinite
(Double[] values) static boolean
containsNonFinite
(Float[] values) static boolean
containsNonFinite
(Integer[] values) static boolean
containsNonFinite
(Long[] values) static boolean
containsNonFinite
(Short[] values) static double
cor
(byte[] values0, byte[] values1) static double
cor
(byte[] values0, double[] values1) static double
cor
(byte[] values0, float[] values1) static double
cor
(byte[] values0, int[] values1) static double
cor
(byte[] values0, long[] values1) static double
cor
(byte[] values0, short[] values1) static double
cor
(byte[] values0, ByteVector values1) static double
cor
(byte[] values0, DoubleVector values1) static double
cor
(byte[] values0, FloatVector values1) static double
static double
cor
(byte[] values0, LongVector values1) static double
cor
(byte[] values0, ShortVector values1) static double
cor
(double[] values0, byte[] values1) static double
cor
(double[] values0, double[] values1) static double
cor
(double[] values0, float[] values1) static double
cor
(double[] values0, int[] values1) static double
cor
(double[] values0, long[] values1) static double
cor
(double[] values0, short[] values1) static double
cor
(double[] values0, ByteVector values1) static double
cor
(double[] values0, DoubleVector values1) static double
cor
(double[] values0, FloatVector values1) static double
static double
cor
(double[] values0, LongVector values1) static double
cor
(double[] values0, ShortVector values1) static double
cor
(float[] values0, byte[] values1) static double
cor
(float[] values0, double[] values1) static double
cor
(float[] values0, float[] values1) static double
cor
(float[] values0, int[] values1) static double
cor
(float[] values0, long[] values1) static double
cor
(float[] values0, short[] values1) static double
cor
(float[] values0, ByteVector values1) static double
cor
(float[] values0, DoubleVector values1) static double
cor
(float[] values0, FloatVector values1) static double
static double
cor
(float[] values0, LongVector values1) static double
cor
(float[] values0, ShortVector values1) static double
cor
(int[] values0, byte[] values1) static double
cor
(int[] values0, double[] values1) static double
cor
(int[] values0, float[] values1) static double
cor
(int[] values0, int[] values1) static double
cor
(int[] values0, long[] values1) static double
cor
(int[] values0, short[] values1) static double
cor
(int[] values0, ByteVector values1) static double
cor
(int[] values0, DoubleVector values1) static double
cor
(int[] values0, FloatVector values1) static double
static double
cor
(int[] values0, LongVector values1) static double
cor
(int[] values0, ShortVector values1) static double
cor
(long[] values0, byte[] values1) static double
cor
(long[] values0, double[] values1) static double
cor
(long[] values0, float[] values1) static double
cor
(long[] values0, int[] values1) static double
cor
(long[] values0, long[] values1) static double
cor
(long[] values0, short[] values1) static double
cor
(long[] values0, ByteVector values1) static double
cor
(long[] values0, DoubleVector values1) static double
cor
(long[] values0, FloatVector values1) static double
static double
cor
(long[] values0, LongVector values1) static double
cor
(long[] values0, ShortVector values1) static double
cor
(short[] values0, byte[] values1) static double
cor
(short[] values0, double[] values1) static double
cor
(short[] values0, float[] values1) static double
cor
(short[] values0, int[] values1) static double
cor
(short[] values0, long[] values1) static double
cor
(short[] values0, short[] values1) static double
cor
(short[] values0, ByteVector values1) static double
cor
(short[] values0, DoubleVector values1) static double
cor
(short[] values0, FloatVector values1) static double
static double
cor
(short[] values0, LongVector values1) static double
cor
(short[] values0, ShortVector values1) static double
cor
(ByteVector values0, byte[] values1) static double
cor
(ByteVector values0, double[] values1) static double
cor
(ByteVector values0, float[] values1) static double
cor
(ByteVector values0, int[] values1) static double
cor
(ByteVector values0, long[] values1) static double
cor
(ByteVector values0, short[] values1) static double
cor
(ByteVector values0, ByteVector values1) static double
cor
(ByteVector values0, DoubleVector values1) static double
cor
(ByteVector values0, FloatVector values1) static double
cor
(ByteVector values0, IntVector values1) static double
cor
(ByteVector values0, LongVector values1) static double
cor
(ByteVector values0, ShortVector values1) static double
cor
(DoubleVector values0, byte[] values1) static double
cor
(DoubleVector values0, double[] values1) static double
cor
(DoubleVector values0, float[] values1) static double
cor
(DoubleVector values0, int[] values1) static double
cor
(DoubleVector values0, long[] values1) static double
cor
(DoubleVector values0, short[] values1) static double
cor
(DoubleVector values0, ByteVector values1) static double
cor
(DoubleVector values0, DoubleVector values1) static double
cor
(DoubleVector values0, FloatVector values1) static double
cor
(DoubleVector values0, IntVector values1) static double
cor
(DoubleVector values0, LongVector values1) static double
cor
(DoubleVector values0, ShortVector values1) static double
cor
(FloatVector values0, byte[] values1) static double
cor
(FloatVector values0, double[] values1) static double
cor
(FloatVector values0, float[] values1) static double
cor
(FloatVector values0, int[] values1) static double
cor
(FloatVector values0, long[] values1) static double
cor
(FloatVector values0, short[] values1) static double
cor
(FloatVector values0, ByteVector values1) static double
cor
(FloatVector values0, DoubleVector values1) static double
cor
(FloatVector values0, FloatVector values1) static double
cor
(FloatVector values0, IntVector values1) static double
cor
(FloatVector values0, LongVector values1) static double
cor
(FloatVector values0, ShortVector values1) static double
static double
static double
static double
static double
static double
static double
cor
(IntVector values0, ByteVector values1) static double
cor
(IntVector values0, DoubleVector values1) static double
cor
(IntVector values0, FloatVector values1) static double
static double
cor
(IntVector values0, LongVector values1) static double
cor
(IntVector values0, ShortVector values1) static double
cor
(LongVector values0, byte[] values1) static double
cor
(LongVector values0, double[] values1) static double
cor
(LongVector values0, float[] values1) static double
cor
(LongVector values0, int[] values1) static double
cor
(LongVector values0, long[] values1) static double
cor
(LongVector values0, short[] values1) static double
cor
(LongVector values0, ByteVector values1) static double
cor
(LongVector values0, DoubleVector values1) static double
cor
(LongVector values0, FloatVector values1) static double
cor
(LongVector values0, IntVector values1) static double
cor
(LongVector values0, LongVector values1) static double
cor
(LongVector values0, ShortVector values1) static double
cor
(ShortVector values0, byte[] values1) static double
cor
(ShortVector values0, double[] values1) static double
cor
(ShortVector values0, float[] values1) static double
cor
(ShortVector values0, int[] values1) static double
cor
(ShortVector values0, long[] values1) static double
cor
(ShortVector values0, short[] values1) static double
cor
(ShortVector values0, ByteVector values1) static double
cor
(ShortVector values0, DoubleVector values1) static double
cor
(ShortVector values0, FloatVector values1) static double
cor
(ShortVector values0, IntVector values1) static double
cor
(ShortVector values0, LongVector values1) static double
cor
(ShortVector values0, ShortVector values1) static double
cos
(byte value) static double
cos
(double value) static double
cos
(float value) static double
cos
(int value) static double
cos
(long value) static double
cos
(short value) static long
count
(byte... values) static long
count
(char... values) static long
count
(double... values) static long
count
(float... values) static long
count
(int... values) static long
count
(long... values) static long
count
(short... values) static long
count
(ByteVector values) static long
count
(CharVector values) static long
count
(DoubleVector values) static long
count
(FloatVector values) static long
static long
count
(LongVector values) static long
count
(ShortVector values) static long
countDistinct
(byte... values) static long
countDistinct
(byte[] values, boolean countNull) static long
countDistinct
(char... values) static long
countDistinct
(char[] values, boolean countNull) static long
countDistinct
(double... values) static long
countDistinct
(double[] values, boolean countNull) static long
countDistinct
(float... values) static long
countDistinct
(float[] values, boolean countNull) static long
countDistinct
(int... values) static long
countDistinct
(int[] values, boolean countNull) static long
countDistinct
(long... values) static long
countDistinct
(long[] values, boolean countNull) static long
countDistinct
(short... values) static long
countDistinct
(short[] values, boolean countNull) static long
countDistinct
(ByteVector values) static long
countDistinct
(ByteVector values, boolean countNull) static long
countDistinct
(CharVector values) static long
countDistinct
(CharVector values, boolean countNull) static long
countDistinct
(DoubleVector values) static long
countDistinct
(DoubleVector values, boolean countNull) static long
countDistinct
(FloatVector values) static long
countDistinct
(FloatVector values, boolean countNull) static long
countDistinct
(IntVector values) static long
countDistinct
(IntVector values, boolean countNull) static long
countDistinct
(LongVector values) static long
countDistinct
(LongVector values, boolean countNull) static long
countDistinct
(ShortVector values) static long
countDistinct
(ShortVector values, boolean countNull) static <T extends Comparable<? super T>>
longcountDistinctObj
(ObjectVector<T> values) static <T extends Comparable<? super T>>
longcountDistinctObj
(ObjectVector<T> values, boolean countNull) static <T extends Comparable<? super T>>
longcountDistinctObj
(T... values) static <T extends Comparable<? super T>>
longcountDistinctObj
(T[] values, boolean countNull) static long
countNeg
(byte... values) static long
countNeg
(double... values) static long
countNeg
(float... values) static long
countNeg
(int... values) static long
countNeg
(long... values) static long
countNeg
(short... values) static long
countNeg
(ByteVector values) static long
countNeg
(DoubleVector values) static long
countNeg
(FloatVector values) static long
static long
countNeg
(LongVector values) static long
countNeg
(ShortVector values) static long
static long
static long
static long
static long
static long
static <T> long
countObj
(ObjectVector<T> values) static <T> long
countObj
(T... values) static long
countPos
(byte... values) static long
countPos
(double... values) static long
countPos
(float... values) static long
countPos
(int... values) static long
countPos
(long... values) static long
countPos
(short... values) static long
countPos
(ByteVector values) static long
countPos
(DoubleVector values) static long
countPos
(FloatVector values) static long
static long
countPos
(LongVector values) static long
countPos
(ShortVector values) static long
static long
static long
static long
static long
static long
static long
countZero
(byte... values) static long
countZero
(double... values) static long
countZero
(float... values) static long
countZero
(int... values) static long
countZero
(long... values) static long
countZero
(short... values) static long
countZero
(ByteVector values) static long
countZero
(DoubleVector values) static long
countZero
(FloatVector values) static long
static long
countZero
(LongVector values) static long
countZero
(ShortVector values) static long
static long
static long
static long
static long
static long
static double
cov
(byte[] values0, byte[] values1) static double
cov
(byte[] values0, double[] values1) static double
cov
(byte[] values0, float[] values1) static double
cov
(byte[] values0, int[] values1) static double
cov
(byte[] values0, long[] values1) static double
cov
(byte[] values0, short[] values1) static double
cov
(byte[] values0, ByteVector values1) static double
cov
(byte[] values0, DoubleVector values1) static double
cov
(byte[] values0, FloatVector values1) static double
static double
cov
(byte[] values0, LongVector values1) static double
cov
(byte[] values0, ShortVector values1) static double
cov
(double[] values0, byte[] values1) static double
cov
(double[] values0, double[] values1) static double
cov
(double[] values0, float[] values1) static double
cov
(double[] values0, int[] values1) static double
cov
(double[] values0, long[] values1) static double
cov
(double[] values0, short[] values1) static double
cov
(double[] values0, ByteVector values1) static double
cov
(double[] values0, DoubleVector values1) static double
cov
(double[] values0, FloatVector values1) static double
static double
cov
(double[] values0, LongVector values1) static double
cov
(double[] values0, ShortVector values1) static double
cov
(float[] values0, byte[] values1) static double
cov
(float[] values0, double[] values1) static double
cov
(float[] values0, float[] values1) static double
cov
(float[] values0, int[] values1) static double
cov
(float[] values0, long[] values1) static double
cov
(float[] values0, short[] values1) static double
cov
(float[] values0, ByteVector values1) static double
cov
(float[] values0, DoubleVector values1) static double
cov
(float[] values0, FloatVector values1) static double
static double
cov
(float[] values0, LongVector values1) static double
cov
(float[] values0, ShortVector values1) static double
cov
(int[] values0, byte[] values1) static double
cov
(int[] values0, double[] values1) static double
cov
(int[] values0, float[] values1) static double
cov
(int[] values0, int[] values1) static double
cov
(int[] values0, long[] values1) static double
cov
(int[] values0, short[] values1) static double
cov
(int[] values0, ByteVector values1) static double
cov
(int[] values0, DoubleVector values1) static double
cov
(int[] values0, FloatVector values1) static double
static double
cov
(int[] values0, LongVector values1) static double
cov
(int[] values0, ShortVector values1) static double
cov
(long[] values0, byte[] values1) static double
cov
(long[] values0, double[] values1) static double
cov
(long[] values0, float[] values1) static double
cov
(long[] values0, int[] values1) static double
cov
(long[] values0, long[] values1) static double
cov
(long[] values0, short[] values1) static double
cov
(long[] values0, ByteVector values1) static double
cov
(long[] values0, DoubleVector values1) static double
cov
(long[] values0, FloatVector values1) static double
static double
cov
(long[] values0, LongVector values1) static double
cov
(long[] values0, ShortVector values1) static double
cov
(short[] values0, byte[] values1) static double
cov
(short[] values0, double[] values1) static double
cov
(short[] values0, float[] values1) static double
cov
(short[] values0, int[] values1) static double
cov
(short[] values0, long[] values1) static double
cov
(short[] values0, short[] values1) static double
cov
(short[] values0, ByteVector values1) static double
cov
(short[] values0, DoubleVector values1) static double
cov
(short[] values0, FloatVector values1) static double
static double
cov
(short[] values0, LongVector values1) static double
cov
(short[] values0, ShortVector values1) static double
cov
(ByteVector values0, byte[] values1) static double
cov
(ByteVector values0, double[] values1) static double
cov
(ByteVector values0, float[] values1) static double
cov
(ByteVector values0, int[] values1) static double
cov
(ByteVector values0, long[] values1) static double
cov
(ByteVector values0, short[] values1) static double
cov
(ByteVector values0, ByteVector values1) static double
cov
(ByteVector values0, DoubleVector values1) static double
cov
(ByteVector values0, FloatVector values1) static double
cov
(ByteVector values0, IntVector values1) static double
cov
(ByteVector values0, LongVector values1) static double
cov
(ByteVector values0, ShortVector values1) static double
cov
(DoubleVector values0, byte[] values1) static double
cov
(DoubleVector values0, double[] values1) static double
cov
(DoubleVector values0, float[] values1) static double
cov
(DoubleVector values0, int[] values1) static double
cov
(DoubleVector values0, long[] values1) static double
cov
(DoubleVector values0, short[] values1) static double
cov
(DoubleVector values0, ByteVector values1) static double
cov
(DoubleVector values0, DoubleVector values1) static double
cov
(DoubleVector values0, FloatVector values1) static double
cov
(DoubleVector values0, IntVector values1) static double
cov
(DoubleVector values0, LongVector values1) static double
cov
(DoubleVector values0, ShortVector values1) static double
cov
(FloatVector values0, byte[] values1) static double
cov
(FloatVector values0, double[] values1) static double
cov
(FloatVector values0, float[] values1) static double
cov
(FloatVector values0, int[] values1) static double
cov
(FloatVector values0, long[] values1) static double
cov
(FloatVector values0, short[] values1) static double
cov
(FloatVector values0, ByteVector values1) static double
cov
(FloatVector values0, DoubleVector values1) static double
cov
(FloatVector values0, FloatVector values1) static double
cov
(FloatVector values0, IntVector values1) static double
cov
(FloatVector values0, LongVector values1) static double
cov
(FloatVector values0, ShortVector values1) static double
static double
static double
static double
static double
static double
static double
cov
(IntVector values0, ByteVector values1) static double
cov
(IntVector values0, DoubleVector values1) static double
cov
(IntVector values0, FloatVector values1) static double
static double
cov
(IntVector values0, LongVector values1) static double
cov
(IntVector values0, ShortVector values1) static double
cov
(LongVector values0, byte[] values1) static double
cov
(LongVector values0, double[] values1) static double
cov
(LongVector values0, float[] values1) static double
cov
(LongVector values0, int[] values1) static double
cov
(LongVector values0, long[] values1) static double
cov
(LongVector values0, short[] values1) static double
cov
(LongVector values0, ByteVector values1) static double
cov
(LongVector values0, DoubleVector values1) static double
cov
(LongVector values0, FloatVector values1) static double
cov
(LongVector values0, IntVector values1) static double
cov
(LongVector values0, LongVector values1) static double
cov
(LongVector values0, ShortVector values1) static double
cov
(ShortVector values0, byte[] values1) static double
cov
(ShortVector values0, double[] values1) static double
cov
(ShortVector values0, float[] values1) static double
cov
(ShortVector values0, int[] values1) static double
cov
(ShortVector values0, long[] values1) static double
cov
(ShortVector values0, short[] values1) static double
cov
(ShortVector values0, ByteVector values1) static double
cov
(ShortVector values0, DoubleVector values1) static double
cov
(ShortVector values0, FloatVector values1) static double
cov
(ShortVector values0, IntVector values1) static double
cov
(ShortVector values0, LongVector values1) static double
cov
(ShortVector values0, ShortVector values1) static byte[]
cummax
(byte... values) static double[]
cummax
(double... values) static float[]
cummax
(float... values) static int[]
cummax
(int... values) static long[]
cummax
(long... values) static short[]
cummax
(short... values) static byte[]
cummax
(ByteVector values) static double[]
cummax
(DoubleVector values) static float[]
cummax
(FloatVector values) static int[]
static long[]
cummax
(LongVector values) static short[]
cummax
(ShortVector values) static byte[]
static double[]
static float[]
static int[]
static long[]
static short[]
static byte[]
cummin
(byte... values) static double[]
cummin
(double... values) static float[]
cummin
(float... values) static int[]
cummin
(int... values) static long[]
cummin
(long... values) static short[]
cummin
(short... values) static byte[]
cummin
(ByteVector values) static double[]
cummin
(DoubleVector values) static float[]
cummin
(FloatVector values) static int[]
static long[]
cummin
(LongVector values) static short[]
cummin
(ShortVector values) static byte[]
static double[]
static float[]
static int[]
static long[]
static short[]
static long[]
cumprod
(byte... values) static double[]
cumprod
(double... values) static double[]
cumprod
(float... values) static long[]
cumprod
(int... values) static long[]
cumprod
(long... values) static long[]
cumprod
(short... values) static long[]
cumprod
(ByteVector values) static double[]
cumprod
(DoubleVector values) static double[]
cumprod
(FloatVector values) static long[]
static long[]
cumprod
(LongVector values) static long[]
cumprod
(ShortVector values) static long[]
static double[]
static double[]
static long[]
static long[]
static long[]
static long[]
cumsum
(byte... values) static double[]
cumsum
(double... values) static double[]
cumsum
(float... values) static long[]
cumsum
(int... values) static long[]
cumsum
(long... values) static long[]
cumsum
(short... values) static long[]
cumsum
(ByteVector values) static double[]
cumsum
(DoubleVector values) static double[]
cumsum
(FloatVector values) static long[]
static long[]
cumsum
(LongVector values) static long[]
cumsum
(ShortVector values) static long[]
static double[]
static double[]
static long[]
static long[]
static long[]
static byte[]
diff
(int stride, byte... values) static double[]
diff
(int stride, double... values) static float[]
diff
(int stride, float... values) static int[]
diff
(int stride, int... values) static long[]
diff
(int stride, long... values) static short[]
diff
(int stride, short... values) static byte[]
diff
(int stride, ByteVector values) static double[]
diff
(int stride, DoubleVector values) static float[]
diff
(int stride, FloatVector values) static int[]
static long[]
diff
(int stride, LongVector values) static short[]
diff
(int stride, ShortVector values) static byte[]
static double[]
static float[]
static int[]
static long[]
static short[]
static byte[]
distinct
(byte... values) static byte[]
distinct
(byte[] values, boolean includeNull) static char[]
distinct
(char... values) static char[]
distinct
(char[] values, boolean includeNull) static double[]
distinct
(double... values) static double[]
distinct
(double[] values, boolean includeNull) static float[]
distinct
(float... values) static float[]
distinct
(float[] values, boolean includeNull) static int[]
distinct
(int... values) static int[]
distinct
(int[] values, boolean includeNull) static long[]
distinct
(long... values) static long[]
distinct
(long[] values, boolean includeNull) static short[]
distinct
(short... values) static short[]
distinct
(short[] values, boolean includeNull) static byte[]
distinct
(ByteVector values) static byte[]
distinct
(ByteVector values, boolean includeNull) static char[]
distinct
(CharVector values) static char[]
distinct
(CharVector values, boolean includeNull) static double[]
distinct
(DoubleVector values) static double[]
distinct
(DoubleVector values, boolean includeNull) static float[]
distinct
(FloatVector values) static float[]
distinct
(FloatVector values, boolean includeNull) static int[]
static int[]
static long[]
distinct
(LongVector values) static long[]
distinct
(LongVector values, boolean includeNull) static short[]
distinct
(ShortVector values) static short[]
distinct
(ShortVector values, boolean includeNull) static <T extends Comparable<? super T>>
T[]distinctObj
(ObjectVector<T> values) static <T extends Comparable<? super T>>
T[]distinctObj
(ObjectVector<T> values, boolean includeNull) static <T extends Comparable<? super T>>
T[]distinctObj
(T... values) static <T extends Comparable<? super T>>
T[]distinctObj
(T[] values, boolean includeNull) static byte[]
enlist
(byte... values) static char[]
enlist
(char... values) static double[]
enlist
(double... values) static float[]
enlist
(float... values) static int[]
enlist
(int... values) static long[]
enlist
(long... values) static short[]
enlist
(short... values) static double
exp
(byte value) static double
exp
(double value) static double
exp
(float value) static double
exp
(int value) static double
exp
(long value) static double
exp
(short value) static byte
first
(byte... values) static char
first
(char... values) static double
first
(double... values) static float
first
(float... values) static int
first
(int... values) static long
first
(long... values) static short
first
(short... values) static byte
first
(ByteVector values) static char
first
(CharVector values) static double
first
(DoubleVector values) static float
first
(FloatVector values) static int
static long
first
(LongVector values) static short
first
(ShortVector values) static long
firstIndexOf
(byte val, byte... values) static long
firstIndexOf
(byte val, ByteVector values) static long
firstIndexOf
(char val, char... values) static long
firstIndexOf
(char val, CharVector values) static long
firstIndexOf
(double val, double... values) static long
firstIndexOf
(double val, DoubleVector values) static long
firstIndexOf
(float val, float... values) static long
firstIndexOf
(float val, FloatVector values) static long
firstIndexOf
(int val, int... values) static long
firstIndexOf
(int val, IntVector values) static long
firstIndexOf
(long val, long... values) static long
firstIndexOf
(long val, LongVector values) static long
firstIndexOf
(short val, short... values) static long
firstIndexOf
(short val, ShortVector values) static <T> long
firstIndexOfObj
(T val, ObjectVector<T> values) static <T> long
firstIndexOfObj
(T val, T... values) static <T> T
firstObj
(ObjectVector<T> values) static <T> T
firstObj
(T... values) static double
floor
(byte value) static double
floor
(double value) static double
floor
(float value) static double
floor
(int value) static double
floor
(long value) static double
floor
(short value) static byte[]
forwardFill
(byte... values) static char[]
forwardFill
(char... values) static double[]
forwardFill
(double... values) static float[]
forwardFill
(float... values) static int[]
forwardFill
(int... values) static long[]
forwardFill
(long... values) static short[]
forwardFill
(short... values) static byte[]
forwardFill
(ByteVector values) static char[]
forwardFill
(CharVector values) static double[]
forwardFill
(DoubleVector values) static float[]
forwardFill
(FloatVector values) static int[]
forwardFill
(IntVector values) static long[]
forwardFill
(LongVector values) static short[]
forwardFill
(ShortVector values) static <T> T[]
forwardFillObj
(ObjectVector<T> values) static <T> T[]
forwardFillObj
(T... values) static byte[]
ifelse
(ObjectVector<Boolean> condition, byte trueCase, byte falseCase) static char[]
ifelse
(ObjectVector<Boolean> condition, char trueCase, char falseCase) static double[]
ifelse
(ObjectVector<Boolean> condition, double trueCase, double falseCase) static float[]
ifelse
(ObjectVector<Boolean> condition, float trueCase, float falseCase) static int[]
ifelse
(ObjectVector<Boolean> condition, int trueCase, int falseCase) static long[]
ifelse
(ObjectVector<Boolean> condition, long trueCase, long falseCase) static short[]
ifelse
(ObjectVector<Boolean> condition, short trueCase, short falseCase) static byte[]
ifelse
(ObjectVector<Boolean> condition, ByteVector trueCase, ByteVector falseCase) static char[]
ifelse
(ObjectVector<Boolean> condition, CharVector trueCase, CharVector falseCase) static double[]
ifelse
(ObjectVector<Boolean> condition, DoubleVector trueCase, DoubleVector falseCase) static float[]
ifelse
(ObjectVector<Boolean> condition, FloatVector trueCase, FloatVector falseCase) static int[]
ifelse
(ObjectVector<Boolean> condition, IntVector trueCase, IntVector falseCase) static long[]
ifelse
(ObjectVector<Boolean> condition, LongVector trueCase, LongVector falseCase) static short[]
ifelse
(ObjectVector<Boolean> condition, ShortVector trueCase, ShortVector falseCase) static byte[]
static byte[]
static char[]
static char[]
static double[]
static double[]
static float[]
static float[]
static int[]
static int[]
static long[]
static long[]
static short[]
static short[]
static byte
static char
static double
static float
static int
static long
static short
static <T> T[]
ifelseObj
(ObjectVector<Boolean> condition, ObjectVector<T> trueCase, ObjectVector<T> falseCase) static <T> T[]
ifelseObj
(ObjectVector<Boolean> condition, T trueCase, T falseCase) static <T> T[]
static <T> T[]
static <T> T
static boolean
in
(byte testedValues, byte... possibleValues) static boolean
in
(char testedValues, char... possibleValues) static boolean
in
(double testedValues, double... possibleValues) static boolean
in
(float testedValues, float... possibleValues) static boolean
in
(int testedValues, int... possibleValues) static boolean
in
(long testedValues, long... possibleValues) static boolean
in
(short testedValues, short... possibleValues) static long
indexOfMax
(byte... values) static long
indexOfMax
(double... values) static long
indexOfMax
(float... values) static long
indexOfMax
(int... values) static long
indexOfMax
(long... values) static long
indexOfMax
(short... values) static long
indexOfMax
(ByteVector values) static long
indexOfMax
(DoubleVector values) static long
indexOfMax
(FloatVector values) static long
indexOfMax
(IntVector values) static long
indexOfMax
(LongVector values) static long
indexOfMax
(ShortVector values) static long
indexOfMax
(Byte[] values) static long
indexOfMax
(Double[] values) static long
indexOfMax
(Float[] values) static long
indexOfMax
(Integer[] values) static long
indexOfMax
(Long[] values) static long
indexOfMax
(Short[] values) static <T extends Comparable<T>>
longindexOfMaxObj
(ObjectVector<T> values) static <T extends Comparable<T>>
longindexOfMaxObj
(T... values) static long
indexOfMin
(byte... values) static long
indexOfMin
(double... values) static long
indexOfMin
(float... values) static long
indexOfMin
(int... values) static long
indexOfMin
(long... values) static long
indexOfMin
(short... values) static long
indexOfMin
(ByteVector values) static long
indexOfMin
(DoubleVector values) static long
indexOfMin
(FloatVector values) static long
indexOfMin
(IntVector values) static long
indexOfMin
(LongVector values) static long
indexOfMin
(ShortVector values) static long
indexOfMin
(Byte[] values) static long
indexOfMin
(Double[] values) static long
indexOfMin
(Float[] values) static long
indexOfMin
(Integer[] values) static long
indexOfMin
(Long[] values) static long
indexOfMin
(Short[] values) static <T extends Comparable<T>>
longindexOfMinObj
(ObjectVector<T> values) static <T extends Comparable<T>>
longindexOfMinObj
(T... values) static <T> boolean
inObj
(T testedValue, ObjectVector<T> possibleValues) static <T> boolean
inObj
(T testedValue, T... possibleValues) static boolean
inRange
(byte testedValue, byte lowInclusiveValue, byte highInclusiveValue) static boolean
inRange
(char testedValue, char lowInclusiveValue, char highInclusiveValue) static boolean
inRange
(double testedValue, double lowInclusiveValue, double highInclusiveValue) static boolean
inRange
(float testedValue, float lowInclusiveValue, float highInclusiveValue) static boolean
inRange
(int testedValue, int lowInclusiveValue, int highInclusiveValue) static boolean
inRange
(long testedValue, long lowInclusiveValue, long highInclusiveValue) static boolean
inRange
(short testedValue, short lowInclusiveValue, short highInclusiveValue) static <T extends Comparable<? super T>>
booleaninRange
(T testedValue, T lowInclusiveValue, T highInclusiveValue) static boolean
isFinite
(byte value) static boolean
isFinite
(double value) static boolean
isFinite
(float value) static boolean
isFinite
(int value) static boolean
isFinite
(long value) static boolean
isFinite
(short value) static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
isInf
(byte value) static boolean
isInf
(double value) static boolean
isInf
(float value) static boolean
isInf
(int value) static boolean
isInf
(long value) static boolean
isInf
(short value) static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
isNaN
(byte value) static boolean
isNaN
(double value) static boolean
isNaN
(float value) static boolean
isNaN
(int value) static boolean
isNaN
(long value) static boolean
isNaN
(short value) static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
isNull
(byte value) static boolean
isNull
(char value) static boolean
isNull
(double value) static boolean
isNull
(float value) static boolean
isNull
(int value) static boolean
isNull
(long value) static boolean
isNull
(short value) static <T> boolean
isNull
(T value) static byte
last
(byte... values) static char
last
(char... values) static double
last
(double... values) static float
last
(float... values) static int
last
(int... values) static long
last
(long... values) static short
last
(short... values) static byte
last
(ByteVector values) static char
last
(CharVector values) static double
last
(DoubleVector values) static float
last
(FloatVector values) static int
static long
last
(LongVector values) static short
last
(ShortVector values) static <T> T
lastObj
(ObjectVector<T> values) static <T> T
lastObj
(T... values) static long
len
(byte[] values) static long
len
(char[] values) static long
len
(double[] values) static long
len
(float[] values) static long
len
(int[] values) static long
len
(long[] values) static long
len
(short[] values) static long
len
(LongSizedDataStructure values) static <T> long
len
(T[] values) static double
log
(byte value) static double
log
(double value) static double
log
(float value) static double
log
(int value) static double
log
(long value) static double
log
(short value) static byte
lowerBin
(byte value, byte interval) static byte
lowerBin
(byte value, byte interval, byte offset) static double
lowerBin
(double value, double interval) static double
lowerBin
(double value, double interval, double offset) static float
lowerBin
(float value, float interval) static float
lowerBin
(float value, float interval, float offset) static int
lowerBin
(int value, int interval) static int
lowerBin
(int value, int interval, int offset) static long
lowerBin
(long value, long interval) static long
lowerBin
(long value, long interval, long offset) static short
lowerBin
(short value, short interval) static short
lowerBin
(short value, short interval, short offset) static byte
max
(byte... values) static double
max
(double... values) static float
max
(float... values) static int
max
(int... values) static long
max
(long... values) static short
max
(short... values) static byte
max
(ByteVector values) static double
max
(DoubleVector values) static float
max
(FloatVector values) static int
static long
max
(LongVector values) static short
max
(ShortVector values) static byte
static double
static float
static int
static long
static short
static <T extends Comparable<T>>
TmaxObj
(ObjectVector<T> values) static <T extends Comparable<T>>
TmaxObj
(T... values) static double
median
(byte... values) static double
median
(double... values) static double
median
(float... values) static double
median
(int... values) static double
median
(long... values) static double
median
(short... values) static double
median
(ByteVector values) static double
median
(DoubleVector values) static double
median
(FloatVector values) static double
static double
median
(LongVector values) static double
median
(ShortVector values) static double
static double
static double
static double
static double
static double
static byte
min
(byte... values) static double
min
(double... values) static float
min
(float... values) static int
min
(int... values) static long
min
(long... values) static short
min
(short... values) static byte
min
(ByteVector values) static double
min
(DoubleVector values) static float
min
(FloatVector values) static int
static long
min
(LongVector values) static short
min
(ShortVector values) static byte
static double
static float
static int
static long
static short
static <T extends Comparable<T>>
TminObj
(ObjectVector<T> values) static <T extends Comparable<T>>
TminObj
(T... values) static Boolean[]
not
(boolean... values) static Boolean[]
static byte
nth
(long index, byte... values) static char
nth
(long index, char... values) static double
nth
(long index, double... values) static float
nth
(long index, float... values) static int
nth
(long index, int... values) static long
nth
(long index, long... values) static short
nth
(long index, short... values) static byte
nth
(long index, ByteVector values) static char
nth
(long index, CharVector values) static double
nth
(long index, DoubleVector values) static float
nth
(long index, FloatVector values) static int
static long
nth
(long index, LongVector values) static short
nth
(long index, ShortVector values) static <T> T
nthObj
(long index, ObjectVector<T> values) static <T> T
nthObj
(long index, T... values) static <T> T
nullValueFor
(Class<T> clazz) static Boolean
or
(boolean... values) static Boolean
static Boolean
static Boolean
static byte
static byte
static double
static float
parseFloat
(String s) static int
static int
static long
static long
static short
parseShort
(String s) static short
parseShort
(String s, int radix) static int
static int
parseUnsignedInt
(String s, int radix) static long
static long
parseUnsignedLong
(String s, int radix) static byte
percentile
(double percentile, byte... values) static double
percentile
(double percentile, double... values) static float
percentile
(double percentile, float... values) static int
percentile
(double percentile, int... values) static long
percentile
(double percentile, long... values) static short
percentile
(double percentile, short... values) static byte
percentile
(double percentile, ByteVector values) static double
percentile
(double percentile, DoubleVector values) static float
percentile
(double percentile, FloatVector values) static int
percentile
(double percentile, IntVector values) static long
percentile
(double percentile, LongVector values) static short
percentile
(double percentile, ShortVector values) static double
pow
(byte a, byte b) static double
pow
(byte a, double b) static double
pow
(byte a, float b) static double
pow
(byte a, int b) static double
pow
(byte a, long b) static double
pow
(byte a, short b) static double
pow
(double a, byte b) static double
pow
(double a, double b) static double
pow
(double a, float b) static double
pow
(double a, int b) static double
pow
(double a, long b) static double
pow
(double a, short b) static double
pow
(float a, byte b) static double
pow
(float a, double b) static double
pow
(float a, float b) static double
pow
(float a, int b) static double
pow
(float a, long b) static double
pow
(float a, short b) static double
pow
(int a, byte b) static double
pow
(int a, double b) static double
pow
(int a, float b) static double
pow
(int a, int b) static double
pow
(int a, long b) static double
pow
(int a, short b) static double
pow
(long a, byte b) static double
pow
(long a, double b) static double
pow
(long a, float b) static double
pow
(long a, int b) static double
pow
(long a, long b) static double
pow
(long a, short b) static double
pow
(short a, byte b) static double
pow
(short a, double b) static double
pow
(short a, float b) static double
pow
(short a, int b) static double
pow
(short a, long b) static double
pow
(short a, short b) static long
product
(byte... values) static double
product
(double... values) static double
product
(float... values) static long
product
(int... values) static long
product
(long... values) static long
product
(short... values) static long
product
(ByteVector values) static double
product
(DoubleVector values) static double
product
(FloatVector values) static long
static long
product
(LongVector values) static long
product
(ShortVector values) static double
random()
static boolean
static boolean[]
randomBool
(int size) static double
randomDouble
(double min, double max) static double[]
randomDouble
(double min, double max, int size) static float
randomFloat
(float min, float max) static float[]
randomFloat
(float min, float max, int size) static double
randomGaussian
(double mean, double std) static double[]
randomGaussian
(double mean, double std, int size) static int
randomInt
(int min, int max) static int[]
randomInt
(int min, int max, int size) static long
randomLong
(long min, long max) static long[]
randomLong
(long min, long max, int size) static int[]
rank
(byte... values) static int[]
rank
(double... values) static int[]
rank
(float... values) static int[]
rank
(int... values) static int[]
rank
(long... values) static int[]
rank
(short... values) static int[]
rank
(ByteVector values) static int[]
rank
(DoubleVector values) static int[]
rank
(FloatVector values) static int[]
static int[]
rank
(LongVector values) static int[]
rank
(ShortVector values) static int[]
static int[]
static int[]
static int[]
static int[]
static int[]
static int[]
rankDescending
(byte... values) static int[]
rankDescending
(double... values) static int[]
rankDescending
(float... values) static int[]
rankDescending
(int... values) static int[]
rankDescending
(long... values) static int[]
rankDescending
(short... values) static int[]
rankDescending
(ByteVector values) static int[]
rankDescending
(DoubleVector values) static int[]
rankDescending
(FloatVector values) static int[]
rankDescending
(IntVector values) static int[]
rankDescending
(LongVector values) static int[]
rankDescending
(ShortVector values) static int[]
rankDescending
(Byte[] values) static int[]
rankDescending
(Double[] values) static int[]
rankDescending
(Float[] values) static int[]
rankDescending
(Integer[] values) static int[]
rankDescending
(Long[] values) static int[]
rankDescending
(Short[] values) static <T extends Comparable<? super T>>
int[]rankDescendingObj
(ObjectVector<T> values) static <T extends Comparable<? super T>>
int[]rankDescendingObj
(ObjectVector<T> values, Comparator<T> comparator) static <T extends Comparable<? super T>>
int[]rankDescendingObj
(T... values) static <T extends Comparable<? super T>>
int[]rankDescendingObj
(T[] values, Comparator<T> comparator) static <T extends Comparable<? super T>>
int[]rankObj
(ObjectVector<T> values) static <T extends Comparable<? super T>>
int[]rankObj
(ObjectVector<T> values, Comparator<T> comparator) static <T extends Comparable<? super T>>
int[]rankObj
(T... values) static <T extends Comparable<? super T>>
int[]rankObj
(T[] values, Comparator<T> comparator) static int
rawBinSearchIndex
(byte[] values, byte key, BinSearchAlgo choiceWhenEquals) static int
rawBinSearchIndex
(char[] values, char key, BinSearchAlgo choiceWhenEquals) static int
rawBinSearchIndex
(double[] values, double key, BinSearchAlgo choiceWhenEquals) static int
rawBinSearchIndex
(float[] values, float key, BinSearchAlgo choiceWhenEquals) static int
rawBinSearchIndex
(int[] values, int key, BinSearchAlgo choiceWhenEquals) static int
rawBinSearchIndex
(long[] values, long key, BinSearchAlgo choiceWhenEquals) static int
rawBinSearchIndex
(short[] values, short key, BinSearchAlgo choiceWhenEquals) static int
rawBinSearchIndex
(ByteVector values, byte key, BinSearchAlgo choiceWhenEquals) static int
rawBinSearchIndex
(CharVector values, char key, BinSearchAlgo choiceWhenEquals) static int
rawBinSearchIndex
(DoubleVector values, double key, BinSearchAlgo choiceWhenEquals) static int
rawBinSearchIndex
(FloatVector values, float key, BinSearchAlgo choiceWhenEquals) static int
rawBinSearchIndex
(IntVector values, int key, BinSearchAlgo choiceWhenEquals) static int
rawBinSearchIndex
(LongVector values, long key, BinSearchAlgo choiceWhenEquals) static <T extends Comparable<? super T>>
intrawBinSearchIndex
(ObjectVector<T> values, T key, BinSearchAlgo choiceWhenEquals) static int
rawBinSearchIndex
(ShortVector values, short key, BinSearchAlgo choiceWhenEquals) static <T extends Comparable<? super T>>
intrawBinSearchIndex
(T[] values, T key, BinSearchAlgo choiceWhenEquals) static byte[]
repeat
(byte value, int size) static char[]
repeat
(char value, int size) static double[]
repeat
(double value, int size) static float[]
repeat
(float value, int size) static int[]
repeat
(int value, int size) static long[]
repeat
(long value, int size) static short[]
repeat
(short value, int size) static <T> T[]
repeat
(T value, int size) static double[]
replaceIfNaN
(double[] values, double replacement) static double
replaceIfNaN
(double value, double replacement) static float[]
replaceIfNaN
(float[] values, float replacement) static float
replaceIfNaN
(float value, float replacement) static double[]
replaceIfNaN
(DoubleVector values, double replacement) static float[]
replaceIfNaN
(FloatVector values, float replacement) static double[]
replaceIfNonFinite
(double[] values, double replacement) static double
replaceIfNonFinite
(double value, double replacement) static float[]
replaceIfNonFinite
(float[] values, float replacement) static float
replaceIfNonFinite
(float value, float replacement) static double[]
replaceIfNonFinite
(DoubleVector values, double replacement) static float[]
replaceIfNonFinite
(FloatVector values, float replacement) static byte[]
replaceIfNull
(byte[] values, byte replacement) static byte
replaceIfNull
(byte value, byte replacement) static char[]
replaceIfNull
(char[] values, char replacement) static char
replaceIfNull
(char value, char replacement) static double[]
replaceIfNull
(double[] values, double replacement) static double
replaceIfNull
(double value, double replacement) static float[]
replaceIfNull
(float[] values, float replacement) static float
replaceIfNull
(float value, float replacement) static int[]
replaceIfNull
(int[] values, int replacement) static int
replaceIfNull
(int value, int replacement) static long[]
replaceIfNull
(long[] values, long replacement) static long
replaceIfNull
(long value, long replacement) static short[]
replaceIfNull
(short[] values, short replacement) static short
replaceIfNull
(short value, short replacement) static byte[]
replaceIfNull
(ByteVector values, byte replacement) static char[]
replaceIfNull
(CharVector values, char replacement) static double[]
replaceIfNull
(DoubleVector values, double replacement) static float[]
replaceIfNull
(FloatVector values, float replacement) static int[]
replaceIfNull
(IntVector values, int replacement) static long[]
replaceIfNull
(LongVector values, long replacement) static <T> T[]
replaceIfNull
(ObjectVector<T> values, T replacement) static short[]
replaceIfNull
(ShortVector values, short replacement) static <T> T[]
replaceIfNull
(T[] values, T replacement) static <T> T
replaceIfNull
(T value, T replacement) static double[]
replaceIfNullNaN
(double[] values, double replacement) static double
replaceIfNullNaN
(double value, double replacement) static float[]
replaceIfNullNaN
(float[] values, float replacement) static float
replaceIfNullNaN
(float value, float replacement) static double[]
replaceIfNullNaN
(DoubleVector values, double replacement) static float[]
replaceIfNullNaN
(FloatVector values, float replacement) static byte[]
reverse
(byte... values) static char[]
reverse
(char... values) static double[]
reverse
(double... values) static float[]
reverse
(float... values) static int[]
reverse
(int... values) static long[]
reverse
(long... values) static short[]
reverse
(short... values) static byte[]
reverse
(ByteVector values) static char[]
reverse
(CharVector values) static double[]
reverse
(DoubleVector values) static float[]
reverse
(FloatVector values) static int[]
static long[]
reverse
(LongVector values) static short[]
reverse
(ShortVector values) static <T> T[]
reverseObj
(ObjectVector<T> values) static <T> T[]
reverseObj
(T... values) static double
rint
(byte value) static double
rint
(double value) static double
rint
(float value) static double
rint
(int value) static double
rint
(long value) static double
rint
(short value) static long
round
(byte value) static long
round
(double value) static long
round
(float value) static long
round
(int value) static long
round
(long value) static long
round
(short value) static byte[]
sequence
(byte start, byte end, byte step) static double[]
sequence
(double start, double end, double step) static float[]
sequence
(float start, float end, float step) static int[]
sequence
(int start, int end, int step) static long[]
sequence
(long start, long end, long step) static short[]
sequence
(short start, short end, short step) static int
signum
(byte value) static int
signum
(double value) static int
signum
(float value) static int
signum
(int value) static int
signum
(long value) static int
signum
(short value) static double
sin
(byte value) static double
sin
(double value) static double
sin
(float value) static double
sin
(int value) static double
sin
(long value) static double
sin
(short value) static byte[]
sort
(byte... values) static double[]
sort
(double... values) static float[]
sort
(float... values) static int[]
sort
(int... values) static long[]
sort
(long... values) static short[]
sort
(short... values) static byte[]
sort
(ByteVector values) static double[]
sort
(DoubleVector values) static float[]
sort
(FloatVector values) static int[]
static long[]
sort
(LongVector values) static short[]
sort
(ShortVector values) static byte[]
static double[]
static float[]
static int[]
static long[]
static short[]
static byte[]
sortDescending
(byte... values) static double[]
sortDescending
(double... values) static float[]
sortDescending
(float... values) static int[]
sortDescending
(int... values) static long[]
sortDescending
(long... values) static short[]
sortDescending
(short... values) static byte[]
sortDescending
(ByteVector values) static double[]
sortDescending
(DoubleVector values) static float[]
sortDescending
(FloatVector values) static int[]
sortDescending
(IntVector values) static long[]
sortDescending
(LongVector values) static short[]
sortDescending
(ShortVector values) static byte[]
sortDescending
(Byte[] values) static double[]
sortDescending
(Double[] values) static float[]
sortDescending
(Float[] values) static int[]
sortDescending
(Integer[] values) static long[]
sortDescending
(Long[] values) static short[]
sortDescending
(Short[] values) static <T extends Comparable<? super T>>
T[]sortDescendingObj
(ObjectVector<T> values) static <T extends Comparable<? super T>>
T[]sortDescendingObj
(ObjectVector<T> values, Comparator<T> comparator) static <T extends Comparable<? super T>>
T[]sortDescendingObj
(T... values) static <T extends Comparable<? super T>>
T[]sortDescendingObj
(T[] values, Comparator<T> comparator) static <T extends Comparable<? super T>>
T[]sortObj
(ObjectVector<T> values) static <T extends Comparable<? super T>>
T[]sortObj
(ObjectVector<T> values, Comparator<T> comparator) static <T extends Comparable<? super T>>
T[]sortObj
(T... values) static <T extends Comparable<? super T>>
T[]sortObj
(T[] values, Comparator<T> comparator) static double
sqrt
(byte value) static double
sqrt
(double value) static double
sqrt
(float value) static double
sqrt
(int value) static double
sqrt
(long value) static double
sqrt
(short value) static double
std
(byte... values) static double
std
(double... values) static double
std
(float... values) static double
std
(int... values) static double
std
(long... values) static double
std
(short... values) static double
std
(ByteVector values) static double
std
(DoubleVector values) static double
std
(FloatVector values) static double
static double
std
(LongVector values) static double
std
(ShortVector values) static double
static double
static double
static double
static double
static double
static double
ste
(byte... values) static double
ste
(double... values) static double
ste
(float... values) static double
ste
(int... values) static double
ste
(long... values) static double
ste
(short... values) static double
ste
(ByteVector values) static double
ste
(DoubleVector values) static double
ste
(FloatVector values) static double
static double
ste
(LongVector values) static double
ste
(ShortVector values) static double
static double
static double
static double
static double
static double
static long
sum
(byte... values) static double
sum
(double... values) static double
sum
(float... values) static long
sum
(int... values) static long
sum
(long... values) static long
sum
(short... values) static long
sum
(ByteVector values) static double
sum
(DoubleVector values) static double
sum
(FloatVector values) static long
static long
sum
(LongVector values) static long
sum
(ShortVector values) static double
tan
(byte value) static double
tan
(double value) static double
tan
(float value) static double
tan
(int value) static double
tan
(long value) static double
tan
(short value) static double
tstat
(byte... values) static double
tstat
(double... values) static double
tstat
(float... values) static double
tstat
(int... values) static double
tstat
(long... values) static double
tstat
(short... values) static double
tstat
(ByteVector values) static double
tstat
(DoubleVector values) static double
tstat
(FloatVector values) static double
static double
tstat
(LongVector values) static double
tstat
(ShortVector values) static double
static double
static double
static double
static double
static double
static byte[]
static char[]
static double[]
static float[]
static int[]
static long[]
static short[]
static byte
upperBin
(byte value, byte interval) static byte
upperBin
(byte value, byte interval, byte offset) static double
upperBin
(double value, double interval) static double
upperBin
(double value, double interval, double offset) static float
upperBin
(float value, float interval) static float
upperBin
(float value, float interval, float offset) static int
upperBin
(int value, int interval) static int
upperBin
(int value, int interval, int offset) static long
upperBin
(long value, long interval) static long
upperBin
(long value, long interval, long offset) static short
upperBin
(short value, short interval) static short
upperBin
(short value, short interval, short offset) static double
var
(byte... values) static double
var
(double... values) static double
var
(float... values) static double
var
(int... values) static double
var
(long... values) static double
var
(short... values) static double
var
(ByteVector values) static double
var
(DoubleVector values) static double
var
(FloatVector values) static double
static double
var
(LongVector values) static double
var
(ShortVector values) static double
static double
static double
static double
static double
static double
static ByteVector
vec
(byte... values) static CharVector
vec
(char... values) static DoubleVector
vec
(double... values) static FloatVector
vec
(float... values) static IntVector
vec
(int... values) static LongVector
vec
(long... values) static ShortVector
vec
(short... values) static <T> ObjectVector<T>
vecObj
(T... values) static double
wavg
(byte[] values, byte[] weights) static double
wavg
(byte[] values, double[] weights) static double
wavg
(byte[] values, float[] weights) static double
wavg
(byte[] values, int[] weights) static double
wavg
(byte[] values, long[] weights) static double
wavg
(byte[] values, short[] weights) static double
wavg
(byte[] values, ByteVector weights) static double
wavg
(byte[] values, DoubleVector weights) static double
wavg
(byte[] values, FloatVector weights) static double
static double
wavg
(byte[] values, LongVector weights) static double
wavg
(byte[] values, ShortVector weights) static double
wavg
(double[] values, byte[] weights) static double
wavg
(double[] values, double[] weights) static double
wavg
(double[] values, float[] weights) static double
wavg
(double[] values, int[] weights) static double
wavg
(double[] values, long[] weights) static double
wavg
(double[] values, short[] weights) static double
wavg
(double[] values, ByteVector weights) static double
wavg
(double[] values, DoubleVector weights) static double
wavg
(double[] values, FloatVector weights) static double
static double
wavg
(double[] values, LongVector weights) static double
wavg
(double[] values, ShortVector weights) static double
wavg
(float[] values, byte[] weights) static double
wavg
(float[] values, double[] weights) static double
wavg
(float[] values, float[] weights) static double
wavg
(float[] values, int[] weights) static double
wavg
(float[] values, long[] weights) static double
wavg
(float[] values, short[] weights) static double
wavg
(float[] values, ByteVector weights) static double
wavg
(float[] values, DoubleVector weights) static double
wavg
(float[] values, FloatVector weights) static double
static double
wavg
(float[] values, LongVector weights) static double
wavg
(float[] values, ShortVector weights) static double
wavg
(int[] values, byte[] weights) static double
wavg
(int[] values, double[] weights) static double
wavg
(int[] values, float[] weights) static double
wavg
(int[] values, int[] weights) static double
wavg
(int[] values, long[] weights) static double
wavg
(int[] values, short[] weights) static double
wavg
(int[] values, ByteVector weights) static double
wavg
(int[] values, DoubleVector weights) static double
wavg
(int[] values, FloatVector weights) static double
static double
wavg
(int[] values, LongVector weights) static double
wavg
(int[] values, ShortVector weights) static double
wavg
(long[] values, byte[] weights) static double
wavg
(long[] values, double[] weights) static double
wavg
(long[] values, float[] weights) static double
wavg
(long[] values, int[] weights) static double
wavg
(long[] values, long[] weights) static double
wavg
(long[] values, short[] weights) static double
wavg
(long[] values, ByteVector weights) static double
wavg
(long[] values, DoubleVector weights) static double
wavg
(long[] values, FloatVector weights) static double
static double
wavg
(long[] values, LongVector weights) static double
wavg
(long[] values, ShortVector weights) static double
wavg
(short[] values, byte[] weights) static double
wavg
(short[] values, double[] weights) static double
wavg
(short[] values, float[] weights) static double
wavg
(short[] values, int[] weights) static double
wavg
(short[] values, long[] weights) static double
wavg
(short[] values, short[] weights) static double
wavg
(short[] values, ByteVector weights) static double
wavg
(short[] values, DoubleVector weights) static double
wavg
(short[] values, FloatVector weights) static double
static double
wavg
(short[] values, LongVector weights) static double
wavg
(short[] values, ShortVector weights) static double
wavg
(ByteVector values, byte[] weights) static double
wavg
(ByteVector values, double[] weights) static double
wavg
(ByteVector values, float[] weights) static double
wavg
(ByteVector values, int[] weights) static double
wavg
(ByteVector values, long[] weights) static double
wavg
(ByteVector values, short[] weights) static double
wavg
(ByteVector values, ByteVector weights) static double
wavg
(ByteVector values, DoubleVector weights) static double
wavg
(ByteVector values, FloatVector weights) static double
wavg
(ByteVector values, IntVector weights) static double
wavg
(ByteVector values, LongVector weights) static double
wavg
(ByteVector values, ShortVector weights) static double
wavg
(DoubleVector values, byte[] weights) static double
wavg
(DoubleVector values, double[] weights) static double
wavg
(DoubleVector values, float[] weights) static double
wavg
(DoubleVector values, int[] weights) static double
wavg
(DoubleVector values, long[] weights) static double
wavg
(DoubleVector values, short[] weights) static double
wavg
(DoubleVector values, ByteVector weights) static double
wavg
(DoubleVector values, DoubleVector weights) static double
wavg
(DoubleVector values, FloatVector weights) static double
wavg
(DoubleVector values, IntVector weights) static double
wavg
(DoubleVector values, LongVector weights) static double
wavg
(DoubleVector values, ShortVector weights) static double
wavg
(FloatVector values, byte[] weights) static double
wavg
(FloatVector values, double[] weights) static double
wavg
(FloatVector values, float[] weights) static double
wavg
(FloatVector values, int[] weights) static double
wavg
(FloatVector values, long[] weights) static double
wavg
(FloatVector values, short[] weights) static double
wavg
(FloatVector values, ByteVector weights) static double
wavg
(FloatVector values, DoubleVector weights) static double
wavg
(FloatVector values, FloatVector weights) static double
wavg
(FloatVector values, IntVector weights) static double
wavg
(FloatVector values, LongVector weights) static double
wavg
(FloatVector values, ShortVector weights) static double
static double
static double
static double
static double
static double
static double
wavg
(IntVector values, ByteVector weights) static double
wavg
(IntVector values, DoubleVector weights) static double
wavg
(IntVector values, FloatVector weights) static double
static double
wavg
(IntVector values, LongVector weights) static double
wavg
(IntVector values, ShortVector weights) static double
wavg
(LongVector values, byte[] weights) static double
wavg
(LongVector values, double[] weights) static double
wavg
(LongVector values, float[] weights) static double
wavg
(LongVector values, int[] weights) static double
wavg
(LongVector values, long[] weights) static double
wavg
(LongVector values, short[] weights) static double
wavg
(LongVector values, ByteVector weights) static double
wavg
(LongVector values, DoubleVector weights) static double
wavg
(LongVector values, FloatVector weights) static double
wavg
(LongVector values, IntVector weights) static double
wavg
(LongVector values, LongVector weights) static double
wavg
(LongVector values, ShortVector weights) static double
wavg
(ShortVector values, byte[] weights) static double
wavg
(ShortVector values, double[] weights) static double
wavg
(ShortVector values, float[] weights) static double
wavg
(ShortVector values, int[] weights) static double
wavg
(ShortVector values, long[] weights) static double
wavg
(ShortVector values, short[] weights) static double
wavg
(ShortVector values, ByteVector weights) static double
wavg
(ShortVector values, DoubleVector weights) static double
wavg
(ShortVector values, FloatVector weights) static double
wavg
(ShortVector values, IntVector weights) static double
wavg
(ShortVector values, LongVector weights) static double
wavg
(ShortVector values, ShortVector weights) static double
wstd
(byte[] values, byte[] weights) static double
wstd
(byte[] values, double[] weights) static double
wstd
(byte[] values, float[] weights) static double
wstd
(byte[] values, int[] weights) static double
wstd
(byte[] values, long[] weights) static double
wstd
(byte[] values, short[] weights) static double
wstd
(byte[] values, ByteVector weights) static double
wstd
(byte[] values, DoubleVector weights) static double
wstd
(byte[] values, FloatVector weights) static double
static double
wstd
(byte[] values, LongVector weights) static double
wstd
(byte[] values, ShortVector weights) static double
wstd
(double[] values, byte[] weights) static double
wstd
(double[] values, double[] weights) static double
wstd
(double[] values, float[] weights) static double
wstd
(double[] values, int[] weights) static double
wstd
(double[] values, long[] weights) static double
wstd
(double[] values, short[] weights) static double
wstd
(double[] values, ByteVector weights) static double
wstd
(double[] values, DoubleVector weights) static double
wstd
(double[] values, FloatVector weights) static double
static double
wstd
(double[] values, LongVector weights) static double
wstd
(double[] values, ShortVector weights) static double
wstd
(float[] values, byte[] weights) static double
wstd
(float[] values, double[] weights) static double
wstd
(float[] values, float[] weights) static double
wstd
(float[] values, int[] weights) static double
wstd
(float[] values, long[] weights) static double
wstd
(float[] values, short[] weights) static double
wstd
(float[] values, ByteVector weights) static double
wstd
(float[] values, DoubleVector weights) static double
wstd
(float[] values, FloatVector weights) static double
static double
wstd
(float[] values, LongVector weights) static double
wstd
(float[] values, ShortVector weights) static double
wstd
(int[] values, byte[] weights) static double
wstd
(int[] values, double[] weights) static double
wstd
(int[] values, float[] weights) static double
wstd
(int[] values, int[] weights) static double
wstd
(int[] values, long[] weights) static double
wstd
(int[] values, short[] weights) static double
wstd
(int[] values, ByteVector weights) static double
wstd
(int[] values, DoubleVector weights) static double
wstd
(int[] values, FloatVector weights) static double
static double
wstd
(int[] values, LongVector weights) static double
wstd
(int[] values, ShortVector weights) static double
wstd
(long[] values, byte[] weights) static double
wstd
(long[] values, double[] weights) static double
wstd
(long[] values, float[] weights) static double
wstd
(long[] values, int[] weights) static double
wstd
(long[] values, long[] weights) static double
wstd
(long[] values, short[] weights) static double
wstd
(long[] values, ByteVector weights) static double
wstd
(long[] values, DoubleVector weights) static double
wstd
(long[] values, FloatVector weights) static double
static double
wstd
(long[] values, LongVector weights) static double
wstd
(long[] values, ShortVector weights) static double
wstd
(short[] values, byte[] weights) static double
wstd
(short[] values, double[] weights) static double
wstd
(short[] values, float[] weights) static double
wstd
(short[] values, int[] weights) static double
wstd
(short[] values, long[] weights) static double
wstd
(short[] values, short[] weights) static double
wstd
(short[] values, ByteVector weights) static double
wstd
(short[] values, DoubleVector weights) static double
wstd
(short[] values, FloatVector weights) static double
static double
wstd
(short[] values, LongVector weights) static double
wstd
(short[] values, ShortVector weights) static double
wstd
(ByteVector values, byte[] weights) static double
wstd
(ByteVector values, double[] weights) static double
wstd
(ByteVector values, float[] weights) static double
wstd
(ByteVector values, int[] weights) static double
wstd
(ByteVector values, long[] weights) static double
wstd
(ByteVector values, short[] weights) static double
wstd
(ByteVector values, ByteVector weights) static double
wstd
(ByteVector values, DoubleVector weights) static double
wstd
(ByteVector values, FloatVector weights) static double
wstd
(ByteVector values, IntVector weights) static double
wstd
(ByteVector values, LongVector weights) static double
wstd
(ByteVector values, ShortVector weights) static double
wstd
(DoubleVector values, byte[] weights) static double
wstd
(DoubleVector values, double[] weights) static double
wstd
(DoubleVector values, float[] weights) static double
wstd
(DoubleVector values, int[] weights) static double
wstd
(DoubleVector values, long[] weights) static double
wstd
(DoubleVector values, short[] weights) static double
wstd
(DoubleVector values, ByteVector weights) static double
wstd
(DoubleVector values, DoubleVector weights) static double
wstd
(DoubleVector values, FloatVector weights) static double
wstd
(DoubleVector values, IntVector weights) static double
wstd
(DoubleVector values, LongVector weights) static double
wstd
(DoubleVector values, ShortVector weights) static double
wstd
(FloatVector values, byte[] weights) static double
wstd
(FloatVector values, double[] weights) static double
wstd
(FloatVector values, float[] weights) static double
wstd
(FloatVector values, int[] weights) static double
wstd
(FloatVector values, long[] weights) static double
wstd
(FloatVector values, short[] weights) static double
wstd
(FloatVector values, ByteVector weights) static double
wstd
(FloatVector values, DoubleVector weights) static double
wstd
(FloatVector values, FloatVector weights) static double
wstd
(FloatVector values, IntVector weights) static double
wstd
(FloatVector values, LongVector weights) static double
wstd
(FloatVector values, ShortVector weights) static double
static double
static double
static double
static double
static double
static double
wstd
(IntVector values, ByteVector weights) static double
wstd
(IntVector values, DoubleVector weights) static double
wstd
(IntVector values, FloatVector weights) static double
static double
wstd
(IntVector values, LongVector weights) static double
wstd
(IntVector values, ShortVector weights) static double
wstd
(LongVector values, byte[] weights) static double
wstd
(LongVector values, double[] weights) static double
wstd
(LongVector values, float[] weights) static double
wstd
(LongVector values, int[] weights) static double
wstd
(LongVector values, long[] weights) static double
wstd
(LongVector values, short[] weights) static double
wstd
(LongVector values, ByteVector weights) static double
wstd
(LongVector values, DoubleVector weights) static double
wstd
(LongVector values, FloatVector weights) static double
wstd
(LongVector values, IntVector weights) static double
wstd
(LongVector values, LongVector weights) static double
wstd
(LongVector values, ShortVector weights) static double
wstd
(ShortVector values, byte[] weights) static double
wstd
(ShortVector values, double[] weights) static double
wstd
(ShortVector values, float[] weights) static double
wstd
(ShortVector values, int[] weights) static double
wstd
(ShortVector values, long[] weights) static double
wstd
(ShortVector values, short[] weights) static double
wstd
(ShortVector values, ByteVector weights) static double
wstd
(ShortVector values, DoubleVector weights) static double
wstd
(ShortVector values, FloatVector weights) static double
wstd
(ShortVector values, IntVector weights) static double
wstd
(ShortVector values, LongVector weights) static double
wstd
(ShortVector values, ShortVector weights) static double
wste
(byte[] values, byte[] weights) static double
wste
(byte[] values, double[] weights) static double
wste
(byte[] values, float[] weights) static double
wste
(byte[] values, int[] weights) static double
wste
(byte[] values, long[] weights) static double
wste
(byte[] values, short[] weights) static double
wste
(byte[] values, ByteVector weights) static double
wste
(byte[] values, DoubleVector weights) static double
wste
(byte[] values, FloatVector weights) static double
static double
wste
(byte[] values, LongVector weights) static double
wste
(byte[] values, ShortVector weights) static double
wste
(double[] values, byte[] weights) static double
wste
(double[] values, double[] weights) static double
wste
(double[] values, float[] weights) static double
wste
(double[] values, int[] weights) static double
wste
(double[] values, long[] weights) static double
wste
(double[] values, short[] weights) static double
wste
(double[] values, ByteVector weights) static double
wste
(double[] values, DoubleVector weights) static double
wste
(double[] values, FloatVector weights) static double
static double
wste
(double[] values, LongVector weights) static double
wste
(double[] values, ShortVector weights) static double
wste
(float[] values, byte[] weights) static double
wste
(float[] values, double[] weights) static double
wste
(float[] values, float[] weights) static double
wste
(float[] values, int[] weights) static double
wste
(float[] values, long[] weights) static double
wste
(float[] values, short[] weights) static double
wste
(float[] values, ByteVector weights) static double
wste
(float[] values, DoubleVector weights) static double
wste
(float[] values, FloatVector weights) static double
static double
wste
(float[] values, LongVector weights) static double
wste
(float[] values, ShortVector weights) static double
wste
(int[] values, byte[] weights) static double
wste
(int[] values, double[] weights) static double
wste
(int[] values, float[] weights) static double
wste
(int[] values, int[] weights) static double
wste
(int[] values, long[] weights) static double
wste
(int[] values, short[] weights) static double
wste
(int[] values, ByteVector weights) static double
wste
(int[] values, DoubleVector weights) static double
wste
(int[] values, FloatVector weights) static double
static double
wste
(int[] values, LongVector weights) static double
wste
(int[] values, ShortVector weights) static double
wste
(long[] values, byte[] weights) static double
wste
(long[] values, double[] weights) static double
wste
(long[] values, float[] weights) static double
wste
(long[] values, int[] weights) static double
wste
(long[] values, long[] weights) static double
wste
(long[] values, short[] weights) static double
wste
(long[] values, ByteVector weights) static double
wste
(long[] values, DoubleVector weights) static double
wste
(long[] values, FloatVector weights) static double
static double
wste
(long[] values, LongVector weights) static double
wste
(long[] values, ShortVector weights) static double
wste
(short[] values, byte[] weights) static double
wste
(short[] values, double[] weights) static double
wste
(short[] values, float[] weights) static double
wste
(short[] values, int[] weights) static double
wste
(short[] values, long[] weights) static double
wste
(short[] values, short[] weights) static double
wste
(short[] values, ByteVector weights) static double
wste
(short[] values, DoubleVector weights) static double
wste
(short[] values, FloatVector weights) static double
static double
wste
(short[] values, LongVector weights) static double
wste
(short[] values, ShortVector weights) static double
wste
(ByteVector values, byte[] weights) static double
wste
(ByteVector values, double[] weights) static double
wste
(ByteVector values, float[] weights) static double
wste
(ByteVector values, int[] weights) static double
wste
(ByteVector values, long[] weights) static double
wste
(ByteVector values, short[] weights) static double
wste
(ByteVector values, ByteVector weights) static double
wste
(ByteVector values, DoubleVector weights) static double
wste
(ByteVector values, FloatVector weights) static double
wste
(ByteVector values, IntVector weights) static double
wste
(ByteVector values, LongVector weights) static double
wste
(ByteVector values, ShortVector weights) static double
wste
(DoubleVector values, byte[] weights) static double
wste
(DoubleVector values, double[] weights) static double
wste
(DoubleVector values, float[] weights) static double
wste
(DoubleVector values, int[] weights) static double
wste
(DoubleVector values, long[] weights) static double
wste
(DoubleVector values, short[] weights) static double
wste
(DoubleVector values, ByteVector weights) static double
wste
(DoubleVector values, DoubleVector weights) static double
wste
(DoubleVector values, FloatVector weights) static double
wste
(DoubleVector values, IntVector weights) static double
wste
(DoubleVector values, LongVector weights) static double
wste
(DoubleVector values, ShortVector weights) static double
wste
(FloatVector values, byte[] weights) static double
wste
(FloatVector values, double[] weights) static double
wste
(FloatVector values, float[] weights) static double
wste
(FloatVector values, int[] weights) static double
wste
(FloatVector values, long[] weights) static double
wste
(FloatVector values, short[] weights) static double
wste
(FloatVector values, ByteVector weights) static double
wste
(FloatVector values, DoubleVector weights) static double
wste
(FloatVector values, FloatVector weights) static double
wste
(FloatVector values, IntVector weights) static double
wste
(FloatVector values, LongVector weights) static double
wste
(FloatVector values, ShortVector weights) static double
static double
static double
static double
static double
static double
static double
wste
(IntVector values, ByteVector weights) static double
wste
(IntVector values, DoubleVector weights) static double
wste
(IntVector values, FloatVector weights) static double
static double
wste
(IntVector values, LongVector weights) static double
wste
(IntVector values, ShortVector weights) static double
wste
(LongVector values, byte[] weights) static double
wste
(LongVector values, double[] weights) static double
wste
(LongVector values, float[] weights) static double
wste
(LongVector values, int[] weights) static double
wste
(LongVector values, long[] weights) static double
wste
(LongVector values, short[] weights) static double
wste
(LongVector values, ByteVector weights) static double
wste
(LongVector values, DoubleVector weights) static double
wste
(LongVector values, FloatVector weights) static double
wste
(LongVector values, IntVector weights) static double
wste
(LongVector values, LongVector weights) static double
wste
(LongVector values, ShortVector weights) static double
wste
(ShortVector values, byte[] weights) static double
wste
(ShortVector values, double[] weights) static double
wste
(ShortVector values, float[] weights) static double
wste
(ShortVector values, int[] weights) static double
wste
(ShortVector values, long[] weights) static double
wste
(ShortVector values, short[] weights) static double
wste
(ShortVector values, ByteVector weights) static double
wste
(ShortVector values, DoubleVector weights) static double
wste
(ShortVector values, FloatVector weights) static double
wste
(ShortVector values, IntVector weights) static double
wste
(ShortVector values, LongVector weights) static double
wste
(ShortVector values, ShortVector weights) static long
wsum
(byte[] values, byte[] weights) static double
wsum
(byte[] values, double[] weights) static double
wsum
(byte[] values, float[] weights) static long
wsum
(byte[] values, int[] weights) static long
wsum
(byte[] values, long[] weights) static long
wsum
(byte[] values, short[] weights) static long
wsum
(byte[] values, ByteVector weights) static double
wsum
(byte[] values, DoubleVector weights) static double
wsum
(byte[] values, FloatVector weights) static long
static long
wsum
(byte[] values, LongVector weights) static long
wsum
(byte[] values, ShortVector weights) static double
wsum
(double[] values, byte[] weights) static double
wsum
(double[] values, double[] weights) static double
wsum
(double[] values, float[] weights) static double
wsum
(double[] values, int[] weights) static double
wsum
(double[] values, long[] weights) static double
wsum
(double[] values, short[] weights) static double
wsum
(double[] values, ByteVector weights) static double
wsum
(double[] values, DoubleVector weights) static double
wsum
(double[] values, FloatVector weights) static double
static double
wsum
(double[] values, LongVector weights) static double
wsum
(double[] values, ShortVector weights) static double
wsum
(float[] values, byte[] weights) static double
wsum
(float[] values, double[] weights) static double
wsum
(float[] values, float[] weights) static double
wsum
(float[] values, int[] weights) static double
wsum
(float[] values, long[] weights) static double
wsum
(float[] values, short[] weights) static double
wsum
(float[] values, ByteVector weights) static double
wsum
(float[] values, DoubleVector weights) static double
wsum
(float[] values, FloatVector weights) static double
static double
wsum
(float[] values, LongVector weights) static double
wsum
(float[] values, ShortVector weights) static long
wsum
(int[] values, byte[] weights) static double
wsum
(int[] values, double[] weights) static double
wsum
(int[] values, float[] weights) static long
wsum
(int[] values, int[] weights) static long
wsum
(int[] values, long[] weights) static long
wsum
(int[] values, short[] weights) static long
wsum
(int[] values, ByteVector weights) static double
wsum
(int[] values, DoubleVector weights) static double
wsum
(int[] values, FloatVector weights) static long
static long
wsum
(int[] values, LongVector weights) static long
wsum
(int[] values, ShortVector weights) static long
wsum
(long[] values, byte[] weights) static double
wsum
(long[] values, double[] weights) static double
wsum
(long[] values, float[] weights) static long
wsum
(long[] values, int[] weights) static long
wsum
(long[] values, long[] weights) static long
wsum
(long[] values, short[] weights) static long
wsum
(long[] values, ByteVector weights) static double
wsum
(long[] values, DoubleVector weights) static double
wsum
(long[] values, FloatVector weights) static long
static long
wsum
(long[] values, LongVector weights) static long
wsum
(long[] values, ShortVector weights) static long
wsum
(short[] values, byte[] weights) static double
wsum
(short[] values, double[] weights) static double
wsum
(short[] values, float[] weights) static long
wsum
(short[] values, int[] weights) static long
wsum
(short[] values, long[] weights) static long
wsum
(short[] values, short[] weights) static long
wsum
(short[] values, ByteVector weights) static double
wsum
(short[] values, DoubleVector weights) static double
wsum
(short[] values, FloatVector weights) static long
static long
wsum
(short[] values, LongVector weights) static long
wsum
(short[] values, ShortVector weights) static long
wsum
(ByteVector values, byte[] weights) static double
wsum
(ByteVector values, double[] weights) static double
wsum
(ByteVector values, float[] weights) static long
wsum
(ByteVector values, int[] weights) static long
wsum
(ByteVector values, long[] weights) static long
wsum
(ByteVector values, short[] weights) static long
wsum
(ByteVector values, ByteVector weights) static double
wsum
(ByteVector values, DoubleVector weights) static double
wsum
(ByteVector values, FloatVector weights) static long
wsum
(ByteVector values, IntVector weights) static long
wsum
(ByteVector values, LongVector weights) static long
wsum
(ByteVector values, ShortVector weights) static double
wsum
(DoubleVector values, byte[] weights) static double
wsum
(DoubleVector values, double[] weights) static double
wsum
(DoubleVector values, float[] weights) static double
wsum
(DoubleVector values, int[] weights) static double
wsum
(DoubleVector values, long[] weights) static double
wsum
(DoubleVector values, short[] weights) static double
wsum
(DoubleVector values, ByteVector weights) static double
wsum
(DoubleVector values, DoubleVector weights) static double
wsum
(DoubleVector values, FloatVector weights) static double
wsum
(DoubleVector values, IntVector weights) static double
wsum
(DoubleVector values, LongVector weights) static double
wsum
(DoubleVector values, ShortVector weights) static double
wsum
(FloatVector values, byte[] weights) static double
wsum
(FloatVector values, double[] weights) static double
wsum
(FloatVector values, float[] weights) static double
wsum
(FloatVector values, int[] weights) static double
wsum
(FloatVector values, long[] weights) static double
wsum
(FloatVector values, short[] weights) static double
wsum
(FloatVector values, ByteVector weights) static double
wsum
(FloatVector values, DoubleVector weights) static double
wsum
(FloatVector values, FloatVector weights) static double
wsum
(FloatVector values, IntVector weights) static double
wsum
(FloatVector values, LongVector weights) static double
wsum
(FloatVector values, ShortVector weights) static long
static double
static double
static long
static long
static long
static long
wsum
(IntVector values, ByteVector weights) static double
wsum
(IntVector values, DoubleVector weights) static double
wsum
(IntVector values, FloatVector weights) static long
static long
wsum
(IntVector values, LongVector weights) static long
wsum
(IntVector values, ShortVector weights) static long
wsum
(LongVector values, byte[] weights) static double
wsum
(LongVector values, double[] weights) static double
wsum
(LongVector values, float[] weights) static long
wsum
(LongVector values, int[] weights) static long
wsum
(LongVector values, long[] weights) static long
wsum
(LongVector values, short[] weights) static long
wsum
(LongVector values, ByteVector weights) static double
wsum
(LongVector values, DoubleVector weights) static double
wsum
(LongVector values, FloatVector weights) static long
wsum
(LongVector values, IntVector weights) static long
wsum
(LongVector values, LongVector weights) static long
wsum
(LongVector values, ShortVector weights) static long
wsum
(ShortVector values, byte[] weights) static double
wsum
(ShortVector values, double[] weights) static double
wsum
(ShortVector values, float[] weights) static long
wsum
(ShortVector values, int[] weights) static long
wsum
(ShortVector values, long[] weights) static long
wsum
(ShortVector values, short[] weights) static long
wsum
(ShortVector values, ByteVector weights) static double
wsum
(ShortVector values, DoubleVector weights) static double
wsum
(ShortVector values, FloatVector weights) static long
wsum
(ShortVector values, IntVector weights) static long
wsum
(ShortVector values, LongVector weights) static long
wsum
(ShortVector values, ShortVector weights) static double
wtstat
(byte[] values, byte[] weights) static double
wtstat
(byte[] values, double[] weights) static double
wtstat
(byte[] values, float[] weights) static double
wtstat
(byte[] values, int[] weights) static double
wtstat
(byte[] values, long[] weights) static double
wtstat
(byte[] values, short[] weights) static double
wtstat
(byte[] values, ByteVector weights) static double
wtstat
(byte[] values, DoubleVector weights) static double
wtstat
(byte[] values, FloatVector weights) static double
static double
wtstat
(byte[] values, LongVector weights) static double
wtstat
(byte[] values, ShortVector weights) static double
wtstat
(double[] values, byte[] weights) static double
wtstat
(double[] values, double[] weights) static double
wtstat
(double[] values, float[] weights) static double
wtstat
(double[] values, int[] weights) static double
wtstat
(double[] values, long[] weights) static double
wtstat
(double[] values, short[] weights) static double
wtstat
(double[] values, ByteVector weights) static double
wtstat
(double[] values, DoubleVector weights) static double
wtstat
(double[] values, FloatVector weights) static double
static double
wtstat
(double[] values, LongVector weights) static double
wtstat
(double[] values, ShortVector weights) static double
wtstat
(float[] values, byte[] weights) static double
wtstat
(float[] values, double[] weights) static double
wtstat
(float[] values, float[] weights) static double
wtstat
(float[] values, int[] weights) static double
wtstat
(float[] values, long[] weights) static double
wtstat
(float[] values, short[] weights) static double
wtstat
(float[] values, ByteVector weights) static double
wtstat
(float[] values, DoubleVector weights) static double
wtstat
(float[] values, FloatVector weights) static double
static double
wtstat
(float[] values, LongVector weights) static double
wtstat
(float[] values, ShortVector weights) static double
wtstat
(int[] values, byte[] weights) static double
wtstat
(int[] values, double[] weights) static double
wtstat
(int[] values, float[] weights) static double
wtstat
(int[] values, int[] weights) static double
wtstat
(int[] values, long[] weights) static double
wtstat
(int[] values, short[] weights) static double
wtstat
(int[] values, ByteVector weights) static double
wtstat
(int[] values, DoubleVector weights) static double
wtstat
(int[] values, FloatVector weights) static double
static double
wtstat
(int[] values, LongVector weights) static double
wtstat
(int[] values, ShortVector weights) static double
wtstat
(long[] values, byte[] weights) static double
wtstat
(long[] values, double[] weights) static double
wtstat
(long[] values, float[] weights) static double
wtstat
(long[] values, int[] weights) static double
wtstat
(long[] values, long[] weights) static double
wtstat
(long[] values, short[] weights) static double
wtstat
(long[] values, ByteVector weights) static double
wtstat
(long[] values, DoubleVector weights) static double
wtstat
(long[] values, FloatVector weights) static double
static double
wtstat
(long[] values, LongVector weights) static double
wtstat
(long[] values, ShortVector weights) static double
wtstat
(short[] values, byte[] weights) static double
wtstat
(short[] values, double[] weights) static double
wtstat
(short[] values, float[] weights) static double
wtstat
(short[] values, int[] weights) static double
wtstat
(short[] values, long[] weights) static double
wtstat
(short[] values, short[] weights) static double
wtstat
(short[] values, ByteVector weights) static double
wtstat
(short[] values, DoubleVector weights) static double
wtstat
(short[] values, FloatVector weights) static double
static double
wtstat
(short[] values, LongVector weights) static double
wtstat
(short[] values, ShortVector weights) static double
wtstat
(ByteVector values, byte[] weights) static double
wtstat
(ByteVector values, double[] weights) static double
wtstat
(ByteVector values, float[] weights) static double
wtstat
(ByteVector values, int[] weights) static double
wtstat
(ByteVector values, long[] weights) static double
wtstat
(ByteVector values, short[] weights) static double
wtstat
(ByteVector values, ByteVector weights) static double
wtstat
(ByteVector values, DoubleVector weights) static double
wtstat
(ByteVector values, FloatVector weights) static double
wtstat
(ByteVector values, IntVector weights) static double
wtstat
(ByteVector values, LongVector weights) static double
wtstat
(ByteVector values, ShortVector weights) static double
wtstat
(DoubleVector values, byte[] weights) static double
wtstat
(DoubleVector values, double[] weights) static double
wtstat
(DoubleVector values, float[] weights) static double
wtstat
(DoubleVector values, int[] weights) static double
wtstat
(DoubleVector values, long[] weights) static double
wtstat
(DoubleVector values, short[] weights) static double
wtstat
(DoubleVector values, ByteVector weights) static double
wtstat
(DoubleVector values, DoubleVector weights) static double
wtstat
(DoubleVector values, FloatVector weights) static double
wtstat
(DoubleVector values, IntVector weights) static double
wtstat
(DoubleVector values, LongVector weights) static double
wtstat
(DoubleVector values, ShortVector weights) static double
wtstat
(FloatVector values, byte[] weights) static double
wtstat
(FloatVector values, double[] weights) static double
wtstat
(FloatVector values, float[] weights) static double
wtstat
(FloatVector values, int[] weights) static double
wtstat
(FloatVector values, long[] weights) static double
wtstat
(FloatVector values, short[] weights) static double
wtstat
(FloatVector values, ByteVector weights) static double
wtstat
(FloatVector values, DoubleVector weights) static double
wtstat
(FloatVector values, FloatVector weights) static double
wtstat
(FloatVector values, IntVector weights) static double
wtstat
(FloatVector values, LongVector weights) static double
wtstat
(FloatVector values, ShortVector weights) static double
static double
static double
static double
static double
static double
static double
wtstat
(IntVector values, ByteVector weights) static double
wtstat
(IntVector values, DoubleVector weights) static double
wtstat
(IntVector values, FloatVector weights) static double
static double
wtstat
(IntVector values, LongVector weights) static double
wtstat
(IntVector values, ShortVector weights) static double
wtstat
(LongVector values, byte[] weights) static double
wtstat
(LongVector values, double[] weights) static double
wtstat
(LongVector values, float[] weights) static double
wtstat
(LongVector values, int[] weights) static double
wtstat
(LongVector values, long[] weights) static double
wtstat
(LongVector values, short[] weights) static double
wtstat
(LongVector values, ByteVector weights) static double
wtstat
(LongVector values, DoubleVector weights) static double
wtstat
(LongVector values, FloatVector weights) static double
wtstat
(LongVector values, IntVector weights) static double
wtstat
(LongVector values, LongVector weights) static double
wtstat
(LongVector values, ShortVector weights) static double
wtstat
(ShortVector values, byte[] weights) static double
wtstat
(ShortVector values, double[] weights) static double
wtstat
(ShortVector values, float[] weights) static double
wtstat
(ShortVector values, int[] weights) static double
wtstat
(ShortVector values, long[] weights) static double
wtstat
(ShortVector values, short[] weights) static double
wtstat
(ShortVector values, ByteVector weights) static double
wtstat
(ShortVector values, DoubleVector weights) static double
wtstat
(ShortVector values, FloatVector weights) static double
wtstat
(ShortVector values, IntVector weights) static double
wtstat
(ShortVector values, LongVector weights) static double
wtstat
(ShortVector values, ShortVector weights) static double
wvar
(byte[] values, byte[] weights) static double
wvar
(byte[] values, double[] weights) static double
wvar
(byte[] values, float[] weights) static double
wvar
(byte[] values, int[] weights) static double
wvar
(byte[] values, long[] weights) static double
wvar
(byte[] values, short[] weights) static double
wvar
(byte[] values, ByteVector weights) static double
wvar
(byte[] values, DoubleVector weights) static double
wvar
(byte[] values, FloatVector weights) static double
static double
wvar
(byte[] values, LongVector weights) static double
wvar
(byte[] values, ShortVector weights) static double
wvar
(double[] values, byte[] weights) static double
wvar
(double[] values, double[] weights) static double
wvar
(double[] values, float[] weights) static double
wvar
(double[] values, int[] weights) static double
wvar
(double[] values, long[] weights) static double
wvar
(double[] values, short[] weights) static double
wvar
(double[] values, ByteVector weights) static double
wvar
(double[] values, DoubleVector weights) static double
wvar
(double[] values, FloatVector weights) static double
static double
wvar
(double[] values, LongVector weights) static double
wvar
(double[] values, ShortVector weights) static double
wvar
(float[] values, byte[] weights) static double
wvar
(float[] values, double[] weights) static double
wvar
(float[] values, float[] weights) static double
wvar
(float[] values, int[] weights) static double
wvar
(float[] values, long[] weights) static double
wvar
(float[] values, short[] weights) static double
wvar
(float[] values, ByteVector weights) static double
wvar
(float[] values, DoubleVector weights) static double
wvar
(float[] values, FloatVector weights) static double
static double
wvar
(float[] values, LongVector weights) static double
wvar
(float[] values, ShortVector weights) static double
wvar
(int[] values, byte[] weights) static double
wvar
(int[] values, double[] weights) static double
wvar
(int[] values, float[] weights) static double
wvar
(int[] values, int[] weights) static double
wvar
(int[] values, long[] weights) static double
wvar
(int[] values, short[] weights) static double
wvar
(int[] values, ByteVector weights) static double
wvar
(int[] values, DoubleVector weights) static double
wvar
(int[] values, FloatVector weights) static double
static double
wvar
(int[] values, LongVector weights) static double
wvar
(int[] values, ShortVector weights) static double
wvar
(long[] values, byte[] weights) static double
wvar
(long[] values, double[] weights) static double
wvar
(long[] values, float[] weights) static double
wvar
(long[] values, int[] weights) static double
wvar
(long[] values, long[] weights) static double
wvar
(long[] values, short[] weights) static double
wvar
(long[] values, ByteVector weights) static double
wvar
(long[] values, DoubleVector weights) static double
wvar
(long[] values, FloatVector weights) static double
static double
wvar
(long[] values, LongVector weights) static double
wvar
(long[] values, ShortVector weights) static double
wvar
(short[] values, byte[] weights) static double
wvar
(short[] values, double[] weights) static double
wvar
(short[] values, float[] weights) static double
wvar
(short[] values, int[] weights) static double
wvar
(short[] values, long[] weights) static double
wvar
(short[] values, short[] weights) static double
wvar
(short[] values, ByteVector weights) static double
wvar
(short[] values, DoubleVector weights) static double
wvar
(short[] values, FloatVector weights) static double
static double
wvar
(short[] values, LongVector weights) static double
wvar
(short[] values, ShortVector weights) static double
wvar
(ByteVector values, byte[] weights) static double
wvar
(ByteVector values, double[] weights) static double
wvar
(ByteVector values, float[] weights) static double
wvar
(ByteVector values, int[] weights) static double
wvar
(ByteVector values, long[] weights) static double
wvar
(ByteVector values, short[] weights) static double
wvar
(ByteVector values, ByteVector weights) static double
wvar
(ByteVector values, DoubleVector weights) static double
wvar
(ByteVector values, FloatVector weights) static double
wvar
(ByteVector values, IntVector weights) static double
wvar
(ByteVector values, LongVector weights) static double
wvar
(ByteVector values, ShortVector weights) static double
wvar
(DoubleVector values, byte[] weights) static double
wvar
(DoubleVector values, double[] weights) static double
wvar
(DoubleVector values, float[] weights) static double
wvar
(DoubleVector values, int[] weights) static double
wvar
(DoubleVector values, long[] weights) static double
wvar
(DoubleVector values, short[] weights) static double
wvar
(DoubleVector values, ByteVector weights) static double
wvar
(DoubleVector values, DoubleVector weights) static double
wvar
(DoubleVector values, FloatVector weights) static double
wvar
(DoubleVector values, IntVector weights) static double
wvar
(DoubleVector values, LongVector weights) static double
wvar
(DoubleVector values, ShortVector weights) static double
wvar
(FloatVector values, byte[] weights) static double
wvar
(FloatVector values, double[] weights) static double
wvar
(FloatVector values, float[] weights) static double
wvar
(FloatVector values, int[] weights) static double
wvar
(FloatVector values, long[] weights) static double
wvar
(FloatVector values, short[] weights) static double
wvar
(FloatVector values, ByteVector weights) static double
wvar
(FloatVector values, DoubleVector weights) static double
wvar
(FloatVector values, FloatVector weights) static double
wvar
(FloatVector values, IntVector weights) static double
wvar
(FloatVector values, LongVector weights) static double
wvar
(FloatVector values, ShortVector weights) static double
static double
static double
static double
static double
static double
static double
wvar
(IntVector values, ByteVector weights) static double
wvar
(IntVector values, DoubleVector weights) static double
wvar
(IntVector values, FloatVector weights) static double
static double
wvar
(IntVector values, LongVector weights) static double
wvar
(IntVector values, ShortVector weights) static double
wvar
(LongVector values, byte[] weights) static double
wvar
(LongVector values, double[] weights) static double
wvar
(LongVector values, float[] weights) static double
wvar
(LongVector values, int[] weights) static double
wvar
(LongVector values, long[] weights) static double
wvar
(LongVector values, short[] weights) static double
wvar
(LongVector values, ByteVector weights) static double
wvar
(LongVector values, DoubleVector weights) static double
wvar
(LongVector values, FloatVector weights) static double
wvar
(LongVector values, IntVector weights) static double
wvar
(LongVector values, LongVector weights) static double
wvar
(LongVector values, ShortVector weights) static double
wvar
(ShortVector values, byte[] weights) static double
wvar
(ShortVector values, double[] weights) static double
wvar
(ShortVector values, float[] weights) static double
wvar
(ShortVector values, int[] weights) static double
wvar
(ShortVector values, long[] weights) static double
wvar
(ShortVector values, short[] weights) static double
wvar
(ShortVector values, ByteVector weights) static double
wvar
(ShortVector values, DoubleVector weights) static double
wvar
(ShortVector values, FloatVector weights) static double
wvar
(ShortVector values, IntVector weights) static double
wvar
(ShortVector values, LongVector weights) static double
wvar
(ShortVector values, ShortVector weights)
-
Constructor Details
-
GroovyStaticImports
public GroovyStaticImports()
-
-
Method Details
-
abs
public static byte abs(byte value) - See Also:
-
abs
public static double abs(double value) - See Also:
-
abs
public static float abs(float value) - See Also:
-
abs
public static int abs(int value) - See Also:
-
abs
public static long abs(long value) - See Also:
-
abs
public static short abs(short value) - See Also:
-
absAvg
public static double absAvg(byte... values) - See Also:
-
absAvg
public static double absAvg(double... values) - See Also:
-
absAvg
public static double absAvg(float... values) - See Also:
-
absAvg
public static double absAvg(int... values) - See Also:
-
absAvg
public static double absAvg(long... values) - See Also:
-
absAvg
- See Also:
-
absAvg
- See Also:
-
absAvg
- See Also:
-
absAvg
- See Also:
-
absAvg
- See Also:
-
absAvg
- See Also:
-
absAvg
public static double absAvg(short... values) - See Also:
-
absAvg
-
absAvg
-
absAvg
-
absAvg
-
absAvg
-
absAvg
-
acos
public static double acos(byte value) - See Also:
-
acos
public static double acos(double value) - See Also:
-
acos
public static double acos(float value) - See Also:
-
acos
public static double acos(int value) - See Also:
-
acos
public static double acos(long value) - See Also:
-
acos
public static double acos(short value) - See Also:
-
and
- See Also:
-
and
- See Also:
-
and
-
and
-
and
-
array
-
array
-
array
-
array
-
array
-
array
-
array
-
arrayObj
-
asin
public static double asin(byte value) - See Also:
-
asin
public static double asin(double value) - See Also:
-
asin
public static double asin(float value) - See Also:
-
asin
public static double asin(int value) - See Also:
-
asin
public static double asin(long value) - See Also:
-
asin
public static double asin(short value) - See Also:
-
atan
public static double atan(byte value) - See Also:
-
atan
public static double atan(double value) - See Also:
-
atan
public static double atan(float value) - See Also:
-
atan
public static double atan(int value) - See Also:
-
atan
public static double atan(long value) - See Also:
-
atan
public static double atan(short value) - See Also:
-
avg
public static double avg(byte... values) - See Also:
-
avg
public static double avg(double... values) - See Also:
-
avg
public static double avg(float... values) - See Also:
-
avg
public static double avg(int... values) - See Also:
-
avg
public static double avg(long... values) - See Also:
-
avg
- See Also:
-
avg
- See Also:
-
avg
- See Also:
-
avg
- See Also:
-
avg
- See Also:
-
avg
- See Also:
-
avg
public static double avg(short... values) - See Also:
-
avg
-
avg
-
avg
-
avg
-
avg
-
avg
-
binSearchIndex
public static <T extends Comparable<? super T>> int binSearchIndex(T[] values, T key, BinSearchAlgo choiceWhenEquals) -
binSearchIndex
-
binSearchIndex
-
binSearchIndex
-
binSearchIndex
-
binSearchIndex
-
binSearchIndex
-
binSearchIndex
-
binSearchIndex
-
binSearchIndex
-
binSearchIndex
-
binSearchIndex
-
binSearchIndex
-
binSearchIndex
-
binSearchIndex
-
binSearchIndex
public static <T extends Comparable<? super T>> int binSearchIndex(ObjectVector<T> values, T key, BinSearchAlgo choiceWhenEquals) -
castDouble
public static double castDouble(byte value) - See Also:
-
castDouble
public static double[] castDouble(byte... values) - See Also:
-
castDouble
public static double[] castDouble(double... values) - See Also:
-
castDouble
public static double[] castDouble(float... values) - See Also:
-
castDouble
public static double[] castDouble(int... values) - See Also:
-
castDouble
public static double[] castDouble(long... values) - See Also:
-
castDouble
public static double[] castDouble(short... values) - See Also:
-
castDouble
public static double castDouble(double value) - See Also:
-
castDouble
public static double castDouble(float value) - See Also:
-
castDouble
public static double castDouble(int value) - See Also:
-
castDouble
-
castDouble
-
castDouble
-
castDouble
-
castDouble
-
castDouble
-
castDouble
public static double castDouble(long value) - See Also:
-
castDouble
public static double castDouble(short value) - See Also:
-
castDouble
public static double castDouble(byte value, boolean checkFidelity) - See Also:
-
castDouble
public static double[] castDouble(byte[] values, boolean checkFidelity) - See Also:
-
castDouble
public static double[] castDouble(double[] values, boolean checkFidelity) - See Also:
-
castDouble
public static double[] castDouble(float[] values, boolean checkFidelity) - See Also:
-
castDouble
public static double[] castDouble(int[] values, boolean checkFidelity) - See Also:
-
castDouble
public static double[] castDouble(long[] values, boolean checkFidelity) - See Also:
-
castDouble
public static double[] castDouble(short[] values, boolean checkFidelity) - See Also:
-
castDouble
public static double castDouble(double value, boolean checkFidelity) - See Also:
-
castDouble
public static double castDouble(float value, boolean checkFidelity) - See Also:
-
castDouble
public static double castDouble(int value, boolean checkFidelity) - See Also:
-
castDouble
-
castDouble
-
castDouble
-
castDouble
-
castDouble
-
castDouble
-
castDouble
public static double castDouble(long value, boolean checkFidelity) - See Also:
-
castDouble
public static double castDouble(short value, boolean checkFidelity) - See Also:
-
castInt
public static int castInt(byte value) - See Also:
-
castInt
public static int[] castInt(byte... values) - See Also:
-
castInt
public static int[] castInt(int... values) - See Also:
-
castInt
public static int[] castInt(long... values) - See Also:
-
castInt
public static int[] castInt(short... values) - See Also:
-
castInt
public static int castInt(int value) - See Also:
-
castInt
-
castInt
-
castInt
-
castInt
-
castInt
public static int castInt(long value) - See Also:
-
castInt
public static int castInt(short value) - See Also:
-
castInt
public static int castInt(byte value, boolean checkFidelity) - See Also:
-
castInt
public static int[] castInt(byte[] values, boolean checkFidelity) - See Also:
-
castInt
public static int[] castInt(int[] values, boolean checkFidelity) - See Also:
-
castInt
public static int[] castInt(long[] values, boolean checkFidelity) - See Also:
-
castInt
public static int[] castInt(short[] values, boolean checkFidelity) - See Also:
-
castInt
public static int castInt(int value, boolean checkFidelity) - See Also:
-
castInt
-
castInt
-
castInt
-
castInt
-
castInt
public static int castInt(long value, boolean checkFidelity) - See Also:
-
castInt
public static int castInt(short value, boolean checkFidelity) - See Also:
-
castLong
public static long castLong(byte value) - See Also:
-
castLong
public static long[] castLong(byte... values) - See Also:
-
castLong
public static long[] castLong(int... values) - See Also:
-
castLong
public static long[] castLong(long... values) - See Also:
-
castLong
public static long[] castLong(short... values) - See Also:
-
castLong
public static long castLong(int value) - See Also:
-
castLong
-
castLong
-
castLong
-
castLong
-
castLong
public static long castLong(long value) - See Also:
-
castLong
public static long castLong(short value) - See Also:
-
castLong
public static long castLong(byte value, boolean checkFidelity) - See Also:
-
castLong
public static long[] castLong(byte[] values, boolean checkFidelity) - See Also:
-
castLong
public static long[] castLong(int[] values, boolean checkFidelity) - See Also:
-
castLong
public static long[] castLong(long[] values, boolean checkFidelity) - See Also:
-
castLong
public static long[] castLong(short[] values, boolean checkFidelity) - See Also:
-
castLong
public static long castLong(int value, boolean checkFidelity) - See Also:
-
castLong
-
castLong
-
castLong
-
castLong
-
castLong
public static long castLong(long value, boolean checkFidelity) - See Also:
-
castLong
public static long castLong(short value, boolean checkFidelity) - See Also:
-
ceil
public static double ceil(byte value) - See Also:
-
ceil
public static double ceil(double value) - See Also:
-
ceil
public static double ceil(float value) - See Also:
-
ceil
public static double ceil(int value) - See Also:
-
ceil
public static double ceil(long value) - See Also:
-
ceil
public static double ceil(short value) - See Also:
-
clamp
public static byte clamp(byte value, byte min, byte max) - See Also:
-
clamp
public static double clamp(double value, double min, double max) - See Also:
-
clamp
public static float clamp(float value, float min, float max) - See Also:
-
clamp
public static int clamp(int value, int min, int max) - See Also:
-
clamp
public static long clamp(long value, long min, long max) - See Also:
-
clamp
public static short clamp(short value, short min, short max) - See Also:
-
compare
public static int compare(byte v1, byte v2) - See Also:
-
compare
-
compare
-
compare
-
compare
-
compare
-
compare
-
compare
public static int compare(double v1, double v2) - See Also:
-
compare
public static int compare(float v1, float v2) - See Also:
-
compare
public static int compare(int v1, int v2) - See Also:
-
compare
public static int compare(long v1, long v2) - See Also:
-
compare
public static int compare(short v1, short v2) - See Also:
-
concat
public static <T> T[] concat(T[]... values) - See Also:
-
concat
-
concat
-
concat
-
concat
-
concat
-
concat
-
concat
-
concat
public static byte[] concat(byte[]... values) - See Also:
-
concat
public static char[] concat(char[]... values) - See Also:
-
concat
public static double[] concat(double[]... values) - See Also:
-
concat
public static float[] concat(float[]... values) - See Also:
-
concat
public static int[] concat(int[]... values) - See Also:
-
concat
public static long[] concat(long[]... values) - See Also:
-
concat
public static short[] concat(short[]... values) - See Also:
-
concat
-
containsNonFinite
public static boolean containsNonFinite(byte... values) - See Also:
-
containsNonFinite
public static boolean containsNonFinite(double... values) - See Also:
-
containsNonFinite
public static boolean containsNonFinite(float... values) - See Also:
-
containsNonFinite
public static boolean containsNonFinite(int... values) - See Also:
-
containsNonFinite
public static boolean containsNonFinite(long... values) - See Also:
-
containsNonFinite
-
containsNonFinite
-
containsNonFinite
-
containsNonFinite
-
containsNonFinite
-
containsNonFinite
-
containsNonFinite
public static boolean containsNonFinite(short... values) - See Also:
-
cor
public static double cor(byte[] values0, byte[] values1) - See Also:
-
cor
public static double cor(byte[] values0, double[] values1) - See Also:
-
cor
public static double cor(byte[] values0, float[] values1) - See Also:
-
cor
public static double cor(byte[] values0, int[] values1) - See Also:
-
cor
public static double cor(byte[] values0, long[] values1) - See Also:
-
cor
public static double cor(byte[] values0, short[] values1) - See Also:
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
public static double cor(double[] values0, byte[] values1) - See Also:
-
cor
public static double cor(double[] values0, double[] values1) - See Also:
-
cor
public static double cor(double[] values0, float[] values1) - See Also:
-
cor
public static double cor(double[] values0, int[] values1) - See Also:
-
cor
public static double cor(double[] values0, long[] values1) - See Also:
-
cor
public static double cor(double[] values0, short[] values1) - See Also:
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
public static double cor(float[] values0, byte[] values1) - See Also:
-
cor
public static double cor(float[] values0, double[] values1) - See Also:
-
cor
public static double cor(float[] values0, float[] values1) - See Also:
-
cor
public static double cor(float[] values0, int[] values1) - See Also:
-
cor
public static double cor(float[] values0, long[] values1) - See Also:
-
cor
public static double cor(float[] values0, short[] values1) - See Also:
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
public static double cor(int[] values0, byte[] values1) - See Also:
-
cor
public static double cor(int[] values0, double[] values1) - See Also:
-
cor
public static double cor(int[] values0, float[] values1) - See Also:
-
cor
public static double cor(int[] values0, int[] values1) - See Also:
-
cor
public static double cor(int[] values0, long[] values1) - See Also:
-
cor
public static double cor(int[] values0, short[] values1) - See Also:
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
public static double cor(long[] values0, byte[] values1) - See Also:
-
cor
public static double cor(long[] values0, double[] values1) - See Also:
-
cor
public static double cor(long[] values0, float[] values1) - See Also:
-
cor
public static double cor(long[] values0, int[] values1) - See Also:
-
cor
public static double cor(long[] values0, long[] values1) - See Also:
-
cor
public static double cor(long[] values0, short[] values1) - See Also:
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
public static double cor(short[] values0, byte[] values1) - See Also:
-
cor
public static double cor(short[] values0, double[] values1) - See Also:
-
cor
public static double cor(short[] values0, float[] values1) - See Also:
-
cor
public static double cor(short[] values0, int[] values1) - See Also:
-
cor
public static double cor(short[] values0, long[] values1) - See Also:
-
cor
public static double cor(short[] values0, short[] values1) - See Also:
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cor
-
cos
public static double cos(byte value) - See Also:
-
cos
public static double cos(double value) - See Also:
-
cos
public static double cos(float value) - See Also:
-
cos
public static double cos(int value) - See Also:
-
cos
public static double cos(long value) - See Also:
-
cos
public static double cos(short value) - See Also:
-
count
public static long count(byte... values) - See Also:
-
count
public static long count(char... values) - See Also:
-
count
public static long count(double... values) - See Also:
-
count
public static long count(float... values) - See Also:
-
count
public static long count(int... values) - See Also:
-
count
public static long count(long... values) - See Also:
-
count
public static long count(short... values) - See Also:
-
count
-
count
-
count
-
count
-
count
-
count
-
count
-
countDistinct
public static long countDistinct(byte... values) - See Also:
-
countDistinct
public static long countDistinct(char... values) - See Also:
-
countDistinct
public static long countDistinct(double... values) - See Also:
-
countDistinct
public static long countDistinct(float... values) - See Also:
-
countDistinct
public static long countDistinct(int... values) - See Also:
-
countDistinct
public static long countDistinct(long... values) - See Also:
-
countDistinct
public static long countDistinct(short... values) - See Also:
-
countDistinct
-
countDistinct
-
countDistinct
-
countDistinct
-
countDistinct
-
countDistinct
-
countDistinct
-
countDistinct
public static long countDistinct(byte[] values, boolean countNull) - See Also:
-
countDistinct
public static long countDistinct(char[] values, boolean countNull) - See Also:
-
countDistinct
public static long countDistinct(double[] values, boolean countNull) - See Also:
-
countDistinct
public static long countDistinct(float[] values, boolean countNull) - See Also:
-
countDistinct
public static long countDistinct(int[] values, boolean countNull) - See Also:
-
countDistinct
public static long countDistinct(long[] values, boolean countNull) - See Also:
-
countDistinct
public static long countDistinct(short[] values, boolean countNull) - See Also:
-
countDistinct
-
countDistinct
-
countDistinct
-
countDistinct
-
countDistinct
-
countDistinct
-
countDistinct
-
countDistinctObj
-
countDistinctObj
-
countDistinctObj
public static <T extends Comparable<? super T>> long countDistinctObj(T[] values, boolean countNull) -
countDistinctObj
public static <T extends Comparable<? super T>> long countDistinctObj(ObjectVector<T> values, boolean countNull) -
countNeg
public static long countNeg(byte... values) - See Also:
-
countNeg
public static long countNeg(double... values) - See Also:
-
countNeg
public static long countNeg(float... values) - See Also:
-
countNeg
public static long countNeg(int... values) - See Also:
-
countNeg
public static long countNeg(long... values) - See Also:
-
countNeg
- See Also:
-
countNeg
- See Also:
-
countNeg
- See Also:
-
countNeg
- See Also:
-
countNeg
- See Also:
-
countNeg
- See Also:
-
countNeg
public static long countNeg(short... values) - See Also:
-
countNeg
-
countNeg
-
countNeg
-
countNeg
-
countNeg
-
countNeg
-
countObj
public static <T> long countObj(T... values) - See Also:
-
countObj
-
countPos
public static long countPos(byte... values) - See Also:
-
countPos
public static long countPos(double... values) - See Also:
-
countPos
public static long countPos(float... values) - See Also:
-
countPos
public static long countPos(int... values) - See Also:
-
countPos
public static long countPos(long... values) - See Also:
-
countPos
- See Also:
-
countPos
- See Also:
-
countPos
- See Also:
-
countPos
- See Also:
-
countPos
- See Also:
-
countPos
- See Also:
-
countPos
public static long countPos(short... values) - See Also:
-
countPos
-
countPos
-
countPos
-
countPos
-
countPos
-
countPos
-
countZero
public static long countZero(byte... values) - See Also:
-
countZero
public static long countZero(double... values) - See Also:
-
countZero
public static long countZero(float... values) - See Also:
-
countZero
public static long countZero(int... values) - See Also:
-
countZero
public static long countZero(long... values) - See Also:
-
countZero
- See Also:
-
countZero
- See Also:
-
countZero
- See Also:
-
countZero
- See Also:
-
countZero
- See Also:
-
countZero
- See Also:
-
countZero
public static long countZero(short... values) - See Also:
-
countZero
-
countZero
-
countZero
-
countZero
-
countZero
-
countZero
-
cov
public static double cov(byte[] values0, byte[] values1) - See Also:
-
cov
public static double cov(byte[] values0, double[] values1) - See Also:
-
cov
public static double cov(byte[] values0, float[] values1) - See Also:
-
cov
public static double cov(byte[] values0, int[] values1) - See Also:
-
cov
public static double cov(byte[] values0, long[] values1) - See Also:
-
cov
public static double cov(byte[] values0, short[] values1) - See Also:
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
public static double cov(double[] values0, byte[] values1) - See Also:
-
cov
public static double cov(double[] values0, double[] values1) - See Also:
-
cov
public static double cov(double[] values0, float[] values1) - See Also:
-
cov
public static double cov(double[] values0, int[] values1) - See Also:
-
cov
public static double cov(double[] values0, long[] values1) - See Also:
-
cov
public static double cov(double[] values0, short[] values1) - See Also:
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
public static double cov(float[] values0, byte[] values1) - See Also:
-
cov
public static double cov(float[] values0, double[] values1) - See Also:
-
cov
public static double cov(float[] values0, float[] values1) - See Also:
-
cov
public static double cov(float[] values0, int[] values1) - See Also:
-
cov
public static double cov(float[] values0, long[] values1) - See Also:
-
cov
public static double cov(float[] values0, short[] values1) - See Also:
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
public static double cov(int[] values0, byte[] values1) - See Also:
-
cov
public static double cov(int[] values0, double[] values1) - See Also:
-
cov
public static double cov(int[] values0, float[] values1) - See Also:
-
cov
public static double cov(int[] values0, int[] values1) - See Also:
-
cov
public static double cov(int[] values0, long[] values1) - See Also:
-
cov
public static double cov(int[] values0, short[] values1) - See Also:
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
public static double cov(long[] values0, byte[] values1) - See Also:
-
cov
public static double cov(long[] values0, double[] values1) - See Also:
-
cov
public static double cov(long[] values0, float[] values1) - See Also:
-
cov
public static double cov(long[] values0, int[] values1) - See Also:
-
cov
public static double cov(long[] values0, long[] values1) - See Also:
-
cov
public static double cov(long[] values0, short[] values1) - See Also:
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
public static double cov(short[] values0, byte[] values1) - See Also:
-
cov
public static double cov(short[] values0, double[] values1) - See Also:
-
cov
public static double cov(short[] values0, float[] values1) - See Also:
-
cov
public static double cov(short[] values0, int[] values1) - See Also:
-
cov
public static double cov(short[] values0, long[] values1) - See Also:
-
cov
public static double cov(short[] values0, short[] values1) - See Also:
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cov
-
cummax
public static byte[] cummax(byte... values) - See Also:
-
cummax
public static double[] cummax(double... values) - See Also:
-
cummax
public static float[] cummax(float... values) - See Also:
-
cummax
public static int[] cummax(int... values) - See Also:
-
cummax
public static long[] cummax(long... values) - See Also:
-
cummax
- See Also:
-
cummax
- See Also:
-
cummax
- See Also:
-
cummax
- See Also:
-
cummax
- See Also:
-
cummax
- See Also:
-
cummax
public static short[] cummax(short... values) - See Also:
-
cummax
-
cummax
-
cummax
-
cummax
-
cummax
-
cummax
-
cummin
public static byte[] cummin(byte... values) - See Also:
-
cummin
public static double[] cummin(double... values) - See Also:
-
cummin
public static float[] cummin(float... values) - See Also:
-
cummin
public static int[] cummin(int... values) - See Also:
-
cummin
public static long[] cummin(long... values) - See Also:
-
cummin
- See Also:
-
cummin
- See Also:
-
cummin
- See Also:
-
cummin
- See Also:
-
cummin
- See Also:
-
cummin
- See Also:
-
cummin
public static short[] cummin(short... values) - See Also:
-
cummin
-
cummin
-
cummin
-
cummin
-
cummin
-
cummin
-
cumprod
public static long[] cumprod(byte... values) - See Also:
-
cumprod
public static double[] cumprod(double... values) - See Also:
-
cumprod
public static double[] cumprod(float... values) - See Also:
-
cumprod
public static long[] cumprod(int... values) - See Also:
-
cumprod
public static long[] cumprod(long... values) - See Also:
-
cumprod
- See Also:
-
cumprod
- See Also:
-
cumprod
- See Also:
-
cumprod
- See Also:
-
cumprod
- See Also:
-
cumprod
- See Also:
-
cumprod
public static long[] cumprod(short... values) - See Also:
-
cumprod
-
cumprod
-
cumprod
-
cumprod
-
cumprod
-
cumprod
-
cumsum
public static long[] cumsum(byte... values) - See Also:
-
cumsum
public static double[] cumsum(double... values) - See Also:
-
cumsum
public static double[] cumsum(float... values) - See Also:
-
cumsum
public static long[] cumsum(int... values) - See Also:
-
cumsum
public static long[] cumsum(long... values) - See Also:
-
cumsum
- See Also:
-
cumsum
- See Also:
-
cumsum
- See Also:
-
cumsum
- See Also:
-
cumsum
- See Also:
-
cumsum
- See Also:
-
cumsum
public static long[] cumsum(short... values) - See Also:
-
cumsum
-
cumsum
-
cumsum
-
cumsum
-
cumsum
-
cumsum
-
diff
public static byte[] diff(int stride, byte... values) - See Also:
-
diff
public static double[] diff(int stride, double... values) - See Also:
-
diff
public static float[] diff(int stride, float... values) - See Also:
-
diff
public static int[] diff(int stride, int... values) - See Also:
-
diff
public static long[] diff(int stride, long... values) - See Also:
-
diff
- See Also:
-
diff
- See Also:
-
diff
- See Also:
-
diff
- See Also:
-
diff
- See Also:
-
diff
- See Also:
-
diff
public static short[] diff(int stride, short... values) - See Also:
-
diff
-
diff
-
diff
-
diff
-
diff
-
diff
-
distinct
public static byte[] distinct(byte... values) - See Also:
-
distinct
public static char[] distinct(char... values) - See Also:
-
distinct
public static double[] distinct(double... values) - See Also:
-
distinct
public static float[] distinct(float... values) - See Also:
-
distinct
public static int[] distinct(int... values) - See Also:
-
distinct
public static long[] distinct(long... values) - See Also:
-
distinct
public static short[] distinct(short... values) - See Also:
-
distinct
-
distinct
-
distinct
-
distinct
-
distinct
-
distinct
-
distinct
-
distinct
public static byte[] distinct(byte[] values, boolean includeNull) - See Also:
-
distinct
public static char[] distinct(char[] values, boolean includeNull) - See Also:
-
distinct
public static double[] distinct(double[] values, boolean includeNull) - See Also:
-
distinct
public static float[] distinct(float[] values, boolean includeNull) - See Also:
-
distinct
public static int[] distinct(int[] values, boolean includeNull) - See Also:
-
distinct
public static long[] distinct(long[] values, boolean includeNull) - See Also:
-
distinct
public static short[] distinct(short[] values, boolean includeNull) - See Also:
-
distinct
-
distinct
-
distinct
-
distinct
-
distinct
-
distinct
-
distinct
-
distinctObj
-
distinctObj
-
distinctObj
-
distinctObj
public static <T extends Comparable<? super T>> T[] distinctObj(ObjectVector<T> values, boolean includeNull) -
enlist
public static byte[] enlist(byte... values) - See Also:
-
enlist
public static char[] enlist(char... values) - See Also:
-
enlist
public static double[] enlist(double... values) - See Also:
-
enlist
public static float[] enlist(float... values) - See Also:
-
enlist
public static int[] enlist(int... values) - See Also:
-
enlist
public static long[] enlist(long... values) - See Also:
-
enlist
public static short[] enlist(short... values) - See Also:
-
exp
public static double exp(byte value) - See Also:
-
exp
public static double exp(double value) - See Also:
-
exp
public static double exp(float value) - See Also:
-
exp
public static double exp(int value) - See Also:
-
exp
public static double exp(long value) - See Also:
-
exp
public static double exp(short value) - See Also:
-
first
public static byte first(byte... values) - See Also:
-
first
public static char first(char... values) - See Also:
-
first
public static double first(double... values) - See Also:
-
first
public static float first(float... values) - See Also:
-
first
public static int first(int... values) - See Also:
-
first
public static long first(long... values) - See Also:
-
first
public static short first(short... values) - See Also:
-
first
-
first
-
first
-
first
-
first
-
first
-
first
-
firstIndexOf
public static long firstIndexOf(byte val, byte... values) - See Also:
-
firstIndexOf
-
firstIndexOf
public static long firstIndexOf(char val, char... values) - See Also:
-
firstIndexOf
-
firstIndexOf
public static long firstIndexOf(double val, double... values) - See Also:
-
firstIndexOf
-
firstIndexOf
public static long firstIndexOf(float val, float... values) - See Also:
-
firstIndexOf
-
firstIndexOf
public static long firstIndexOf(int val, int... values) - See Also:
-
firstIndexOf
-
firstIndexOf
public static long firstIndexOf(long val, long... values) - See Also:
-
firstIndexOf
-
firstIndexOf
public static long firstIndexOf(short val, short... values) - See Also:
-
firstIndexOf
-
firstIndexOfObj
public static <T> long firstIndexOfObj(T val, T... values) -
firstIndexOfObj
-
firstObj
public static <T> T firstObj(T... values) - See Also:
-
firstObj
-
floor
public static double floor(byte value) - See Also:
-
floor
public static double floor(double value) - See Also:
-
floor
public static double floor(float value) - See Also:
-
floor
public static double floor(int value) - See Also:
-
floor
public static double floor(long value) - See Also:
-
floor
public static double floor(short value) - See Also:
-
forwardFill
public static byte[] forwardFill(byte... values) - See Also:
-
forwardFill
public static char[] forwardFill(char... values) - See Also:
-
forwardFill
public static double[] forwardFill(double... values) - See Also:
-
forwardFill
public static float[] forwardFill(float... values) - See Also:
-
forwardFill
public static int[] forwardFill(int... values) - See Also:
-
forwardFill
public static long[] forwardFill(long... values) - See Also:
-
forwardFill
public static short[] forwardFill(short... values) - See Also:
-
forwardFill
-
forwardFill
-
forwardFill
-
forwardFill
-
forwardFill
-
forwardFill
-
forwardFill
-
forwardFillObj
public static <T> T[] forwardFillObj(T... values) - See Also:
-
forwardFillObj
-
ifelse
-
ifelse
-
ifelse
-
ifelse
-
ifelse
-
ifelse
-
ifelse
-
ifelse
-
ifelse
-
ifelse
-
ifelse
-
ifelse
-
ifelse
-
ifelse
-
ifelse
-
ifelse
-
ifelse
-
ifelse
-
ifelse
- See Also:
-
ifelse
-
ifelse
-
ifelse
-
ifelse
-
ifelse
-
ifelse
-
ifelse
-
ifelse
public static byte[] ifelse(ObjectVector<Boolean> condition, ByteVector trueCase, ByteVector falseCase) -
ifelse
public static char[] ifelse(ObjectVector<Boolean> condition, CharVector trueCase, CharVector falseCase) -
ifelse
public static double[] ifelse(ObjectVector<Boolean> condition, DoubleVector trueCase, DoubleVector falseCase) -
ifelse
public static float[] ifelse(ObjectVector<Boolean> condition, FloatVector trueCase, FloatVector falseCase) -
ifelse
public static int[] ifelse(ObjectVector<Boolean> condition, IntVector trueCase, IntVector falseCase) -
ifelse
public static long[] ifelse(ObjectVector<Boolean> condition, LongVector trueCase, LongVector falseCase) -
ifelse
public static short[] ifelse(ObjectVector<Boolean> condition, ShortVector trueCase, ShortVector falseCase) -
ifelse
-
ifelse
-
ifelseObj
-
ifelseObj
-
ifelseObj
-
ifelseObj
-
ifelseObj
public static <T> T[] ifelseObj(ObjectVector<Boolean> condition, ObjectVector<T> trueCase, ObjectVector<T> falseCase) -
in
public static boolean in(byte testedValues, byte... possibleValues) - See Also:
-
in
public static boolean in(char testedValues, char... possibleValues) - See Also:
-
in
public static boolean in(double testedValues, double... possibleValues) - See Also:
-
in
public static boolean in(float testedValues, float... possibleValues) - See Also:
-
in
public static boolean in(int testedValues, int... possibleValues) - See Also:
-
in
public static boolean in(long testedValues, long... possibleValues) - See Also:
-
in
public static boolean in(short testedValues, short... possibleValues) - See Also:
-
inObj
public static <T> boolean inObj(T testedValue, T... possibleValues) -
inObj
-
inRange
public static <T extends Comparable<? super T>> boolean inRange(T testedValue, T lowInclusiveValue, T highInclusiveValue) -
inRange
public static boolean inRange(byte testedValue, byte lowInclusiveValue, byte highInclusiveValue) - See Also:
-
inRange
public static boolean inRange(char testedValue, char lowInclusiveValue, char highInclusiveValue) - See Also:
-
inRange
public static boolean inRange(double testedValue, double lowInclusiveValue, double highInclusiveValue) - See Also:
-
inRange
public static boolean inRange(float testedValue, float lowInclusiveValue, float highInclusiveValue) - See Also:
-
inRange
public static boolean inRange(int testedValue, int lowInclusiveValue, int highInclusiveValue) - See Also:
-
inRange
public static boolean inRange(long testedValue, long lowInclusiveValue, long highInclusiveValue) - See Also:
-
inRange
public static boolean inRange(short testedValue, short lowInclusiveValue, short highInclusiveValue) - See Also:
-
indexOfMax
public static long indexOfMax(byte... values) - See Also:
-
indexOfMax
public static long indexOfMax(double... values) - See Also:
-
indexOfMax
public static long indexOfMax(float... values) - See Also:
-
indexOfMax
public static long indexOfMax(int... values) - See Also:
-
indexOfMax
public static long indexOfMax(long... values) - See Also:
-
indexOfMax
- See Also:
-
indexOfMax
- See Also:
-
indexOfMax
- See Also:
-
indexOfMax
- See Also:
-
indexOfMax
- See Also:
-
indexOfMax
- See Also:
-
indexOfMax
public static long indexOfMax(short... values) - See Also:
-
indexOfMax
-
indexOfMax
-
indexOfMax
-
indexOfMax
-
indexOfMax
-
indexOfMax
-
indexOfMaxObj
-
indexOfMaxObj
-
indexOfMin
public static long indexOfMin(byte... values) - See Also:
-
indexOfMin
public static long indexOfMin(double... values) - See Also:
-
indexOfMin
public static long indexOfMin(float... values) - See Also:
-
indexOfMin
public static long indexOfMin(int... values) - See Also:
-
indexOfMin
public static long indexOfMin(long... values) - See Also:
-
indexOfMin
- See Also:
-
indexOfMin
- See Also:
-
indexOfMin
- See Also:
-
indexOfMin
- See Also:
-
indexOfMin
- See Also:
-
indexOfMin
- See Also:
-
indexOfMin
public static long indexOfMin(short... values) - See Also:
-
indexOfMin
-
indexOfMin
-
indexOfMin
-
indexOfMin
-
indexOfMin
-
indexOfMin
-
indexOfMinObj
-
indexOfMinObj
-
isFinite
public static boolean isFinite(byte value) - See Also:
-
isFinite
- See Also:
-
isFinite
- See Also:
-
isFinite
- See Also:
-
isFinite
- See Also:
-
isFinite
- See Also:
-
isFinite
- See Also:
-
isFinite
public static boolean isFinite(double value) - See Also:
-
isFinite
public static boolean isFinite(float value) - See Also:
-
isFinite
public static boolean isFinite(int value) - See Also:
-
isFinite
public static boolean isFinite(long value) - See Also:
-
isFinite
public static boolean isFinite(short value) - See Also:
-
isInf
public static boolean isInf(byte value) - See Also:
-
isInf
- See Also:
-
isInf
- See Also:
-
isInf
- See Also:
-
isInf
- See Also:
-
isInf
- See Also:
-
isInf
- See Also:
-
isInf
public static boolean isInf(double value) - See Also:
-
isInf
public static boolean isInf(float value) - See Also:
-
isInf
public static boolean isInf(int value) - See Also:
-
isInf
public static boolean isInf(long value) - See Also:
-
isInf
public static boolean isInf(short value) - See Also:
-
isNaN
public static boolean isNaN(byte value) - See Also:
-
isNaN
- See Also:
-
isNaN
- See Also:
-
isNaN
- See Also:
-
isNaN
- See Also:
-
isNaN
- See Also:
-
isNaN
- See Also:
-
isNaN
public static boolean isNaN(double value) - See Also:
-
isNaN
public static boolean isNaN(float value) - See Also:
-
isNaN
public static boolean isNaN(int value) - See Also:
-
isNaN
public static boolean isNaN(long value) - See Also:
-
isNaN
public static boolean isNaN(short value) - See Also:
-
isNull
public static <T> boolean isNull(T value) - See Also:
-
isNull
public static boolean isNull(byte value) - See Also:
-
isNull
public static boolean isNull(char value) - See Also:
-
isNull
public static boolean isNull(double value) - See Also:
-
isNull
public static boolean isNull(float value) - See Also:
-
isNull
public static boolean isNull(int value) - See Also:
-
isNull
public static boolean isNull(long value) - See Also:
-
isNull
public static boolean isNull(short value) - See Also:
-
last
public static byte last(byte... values) - See Also:
-
last
public static char last(char... values) - See Also:
-
last
public static double last(double... values) - See Also:
-
last
public static float last(float... values) - See Also:
-
last
public static int last(int... values) - See Also:
-
last
public static long last(long... values) - See Also:
-
last
public static short last(short... values) - See Also:
-
last
-
last
-
last
-
last
-
last
-
last
-
last
-
lastObj
public static <T> T lastObj(T... values) - See Also:
-
lastObj
-
len
public static <T> long len(T[] values) - See Also:
-
len
public static long len(byte[] values) - See Also:
-
len
public static long len(char[] values) - See Also:
-
len
public static long len(double[] values) - See Also:
-
len
public static long len(float[] values) - See Also:
-
len
public static long len(int[] values) - See Also:
-
len
public static long len(long[] values) - See Also:
-
len
public static long len(short[] values) - See Also:
-
len
-
log
public static double log(byte value) - See Also:
-
log
public static double log(double value) - See Also:
-
log
public static double log(float value) - See Also:
-
log
public static double log(int value) - See Also:
-
log
public static double log(long value) - See Also:
-
log
public static double log(short value) - See Also:
-
lowerBin
public static byte lowerBin(byte value, byte interval) - See Also:
-
lowerBin
public static double lowerBin(double value, double interval) - See Also:
-
lowerBin
public static float lowerBin(float value, float interval) - See Also:
-
lowerBin
public static int lowerBin(int value, int interval) - See Also:
-
lowerBin
public static long lowerBin(long value, long interval) - See Also:
-
lowerBin
public static short lowerBin(short value, short interval) - See Also:
-
lowerBin
public static byte lowerBin(byte value, byte interval, byte offset) - See Also:
-
lowerBin
public static double lowerBin(double value, double interval, double offset) - See Also:
-
lowerBin
public static float lowerBin(float value, float interval, float offset) - See Also:
-
lowerBin
public static int lowerBin(int value, int interval, int offset) - See Also:
-
lowerBin
public static long lowerBin(long value, long interval, long offset) - See Also:
-
lowerBin
public static short lowerBin(short value, short interval, short offset) - See Also:
-
max
public static byte max(byte... values) - See Also:
-
max
public static double max(double... values) - See Also:
-
max
public static float max(float... values) - See Also:
-
max
public static int max(int... values) - See Also:
-
max
public static long max(long... values) - See Also:
-
max
- See Also:
-
max
- See Also:
-
max
- See Also:
-
max
- See Also:
-
max
- See Also:
-
max
- See Also:
-
max
public static short max(short... values) - See Also:
-
max
-
max
-
max
-
max
-
max
-
max
-
maxObj
- See Also:
-
maxObj
-
median
public static double median(byte... values) - See Also:
-
median
public static double median(double... values) - See Also:
-
median
public static double median(float... values) - See Also:
-
median
public static double median(int... values) - See Also:
-
median
public static double median(long... values) - See Also:
-
median
- See Also:
-
median
- See Also:
-
median
- See Also:
-
median
- See Also:
-
median
- See Also:
-
median
- See Also:
-
median
public static double median(short... values) - See Also:
-
median
-
median
-
median
-
median
-
median
-
median
-
min
public static byte min(byte... values) - See Also:
-
min
public static double min(double... values) - See Also:
-
min
public static float min(float... values) - See Also:
-
min
public static int min(int... values) - See Also:
-
min
public static long min(long... values) - See Also:
-
min
- See Also:
-
min
- See Also:
-
min
- See Also:
-
min
- See Also:
-
min
- See Also:
-
min
- See Also:
-
min
public static short min(short... values) - See Also:
-
min
-
min
-
min
-
min
-
min
-
min
-
minObj
- See Also:
-
minObj
-
not
- See Also:
-
not
- See Also:
-
nth
public static byte nth(long index, byte... values) - See Also:
-
nth
public static char nth(long index, char... values) - See Also:
-
nth
public static double nth(long index, double... values) - See Also:
-
nth
public static float nth(long index, float... values) - See Also:
-
nth
public static int nth(long index, int... values) - See Also:
-
nth
public static long nth(long index, long... values) - See Also:
-
nth
public static short nth(long index, short... values) - See Also:
-
nth
-
nth
-
nth
-
nth
-
nth
-
nth
-
nth
-
nthObj
public static <T> T nthObj(long index, T... values) - See Also:
-
nthObj
-
nullValueFor
- See Also:
-
or
- See Also:
-
or
- See Also:
-
or
-
parseBoolean
- See Also:
-
parseByte
- See Also:
-
parseByte
- See Also:
-
parseDouble
- See Also:
-
parseFloat
- See Also:
-
parseInt
- See Also:
-
parseInt
- See Also:
-
parseLong
- See Also:
-
parseLong
- See Also:
-
parseShort
- See Also:
-
parseShort
- See Also:
-
parseUnsignedInt
- See Also:
-
parseUnsignedInt
-
parseUnsignedLong
-
parseUnsignedLong
-
percentile
public static byte percentile(double percentile, byte... values) - See Also:
-
percentile
public static double percentile(double percentile, double... values) - See Also:
-
percentile
public static float percentile(double percentile, float... values) - See Also:
-
percentile
public static int percentile(double percentile, int... values) - See Also:
-
percentile
public static long percentile(double percentile, long... values) - See Also:
-
percentile
public static short percentile(double percentile, short... values) - See Also:
-
percentile
-
percentile
-
percentile
-
percentile
-
percentile
-
percentile
-
pow
public static double pow(byte a, byte b) - See Also:
-
pow
public static double pow(byte a, double b) - See Also:
-
pow
public static double pow(byte a, float b) - See Also:
-
pow
public static double pow(byte a, int b) - See Also:
-
pow
public static double pow(byte a, long b) - See Also:
-
pow
public static double pow(byte a, short b) - See Also:
-
pow
public static double pow(double a, byte b) - See Also:
-
pow
public static double pow(double a, double b) - See Also:
-
pow
public static double pow(double a, float b) - See Also:
-
pow
public static double pow(double a, int b) - See Also:
-
pow
public static double pow(double a, long b) - See Also:
-
pow
public static double pow(double a, short b) - See Also:
-
pow
public static double pow(float a, byte b) - See Also:
-
pow
public static double pow(float a, double b) - See Also:
-
pow
public static double pow(float a, float b) - See Also:
-
pow
public static double pow(float a, int b) - See Also:
-
pow
public static double pow(float a, long b) - See Also:
-
pow
public static double pow(float a, short b) - See Also:
-
pow
public static double pow(int a, byte b) - See Also:
-
pow
public static double pow(int a, double b) - See Also:
-
pow
public static double pow(int a, float b) - See Also:
-
pow
public static double pow(int a, int b) - See Also:
-
pow
public static double pow(int a, long b) - See Also:
-
pow
public static double pow(int a, short b) - See Also:
-
pow
public static double pow(long a, byte b) - See Also:
-
pow
public static double pow(long a, double b) - See Also:
-
pow
public static double pow(long a, float b) - See Also:
-
pow
public static double pow(long a, int b) - See Also:
-
pow
public static double pow(long a, long b) - See Also:
-
pow
public static double pow(long a, short b) - See Also:
-
pow
public static double pow(short a, byte b) - See Also:
-
pow
public static double pow(short a, double b) - See Also:
-
pow
public static double pow(short a, float b) - See Also:
-
pow
public static double pow(short a, int b) - See Also:
-
pow
public static double pow(short a, long b) - See Also:
-
pow
public static double pow(short a, short b) - See Also:
-
product
public static long product(byte... values) - See Also:
-
product
public static double product(double... values) - See Also:
-
product
public static double product(float... values) - See Also:
-
product
public static long product(int... values) - See Also:
-
product
public static long product(long... values) - See Also:
-
product
public static long product(short... values) - See Also:
-
product
-
product
-
product
-
product
-
product
-
product
-
random
public static double random()- See Also:
-
randomBool
public static boolean randomBool()- See Also:
-
randomBool
public static boolean[] randomBool(int size) - See Also:
-
randomDouble
public static double randomDouble(double min, double max) - See Also:
-
randomDouble
public static double[] randomDouble(double min, double max, int size) - See Also:
-
randomFloat
public static float randomFloat(float min, float max) - See Also:
-
randomFloat
public static float[] randomFloat(float min, float max, int size) - See Also:
-
randomGaussian
public static double randomGaussian(double mean, double std) - See Also:
-
randomGaussian
public static double[] randomGaussian(double mean, double std, int size) - See Also:
-
randomInt
public static int randomInt(int min, int max) - See Also:
-
randomInt
public static int[] randomInt(int min, int max, int size) - See Also:
-
randomLong
public static long randomLong(long min, long max) - See Also:
-
randomLong
public static long[] randomLong(long min, long max, int size) - See Also:
-
rank
public static int[] rank(byte... values) - See Also:
-
rank
public static int[] rank(double... values) - See Also:
-
rank
public static int[] rank(float... values) - See Also:
-
rank
public static int[] rank(int... values) - See Also:
-
rank
public static int[] rank(long... values) - See Also:
-
rank
- See Also:
-
rank
- See Also:
-
rank
- See Also:
-
rank
- See Also:
-
rank
- See Also:
-
rank
- See Also:
-
rank
public static int[] rank(short... values) - See Also:
-
rank
-
rank
-
rank
-
rank
- See Also:
-
rank
-
rank
-
rankDescending
public static int[] rankDescending(byte... values) - See Also:
-
rankDescending
public static int[] rankDescending(double... values) - See Also:
-
rankDescending
public static int[] rankDescending(float... values) - See Also:
-
rankDescending
public static int[] rankDescending(int... values) - See Also:
-
rankDescending
public static int[] rankDescending(long... values) - See Also:
-
rankDescending
- See Also:
-
rankDescending
- See Also:
-
rankDescending
- See Also:
-
rankDescending
- See Also:
-
rankDescending
- See Also:
-
rankDescending
- See Also:
-
rankDescending
public static int[] rankDescending(short... values) - See Also:
-
rankDescending
-
rankDescending
-
rankDescending
-
rankDescending
-
rankDescending
-
rankDescending
-
rankDescendingObj
-
rankDescendingObj
-
rankDescendingObj
public static <T extends Comparable<? super T>> int[] rankDescendingObj(T[] values, Comparator<T> comparator) -
rankDescendingObj
public static <T extends Comparable<? super T>> int[] rankDescendingObj(ObjectVector<T> values, Comparator<T> comparator) -
rankObj
- See Also:
-
rankObj
-
rankObj
-
rankObj
public static <T extends Comparable<? super T>> int[] rankObj(ObjectVector<T> values, Comparator<T> comparator) -
rawBinSearchIndex
public static <T extends Comparable<? super T>> int rawBinSearchIndex(T[] values, T key, BinSearchAlgo choiceWhenEquals) -
rawBinSearchIndex
-
rawBinSearchIndex
-
rawBinSearchIndex
-
rawBinSearchIndex
-
rawBinSearchIndex
-
rawBinSearchIndex
-
rawBinSearchIndex
-
rawBinSearchIndex
-
rawBinSearchIndex
-
rawBinSearchIndex
public static int rawBinSearchIndex(DoubleVector values, double key, BinSearchAlgo choiceWhenEquals) -
rawBinSearchIndex
-
rawBinSearchIndex
-
rawBinSearchIndex
-
rawBinSearchIndex
-
rawBinSearchIndex
public static <T extends Comparable<? super T>> int rawBinSearchIndex(ObjectVector<T> values, T key, BinSearchAlgo choiceWhenEquals) -
repeat
public static <T> T[] repeat(T value, int size) - See Also:
-
repeat
public static byte[] repeat(byte value, int size) - See Also:
-
repeat
public static char[] repeat(char value, int size) - See Also:
-
repeat
public static double[] repeat(double value, int size) - See Also:
-
repeat
public static float[] repeat(float value, int size) - See Also:
-
repeat
public static int[] repeat(int value, int size) - See Also:
-
repeat
public static long[] repeat(long value, int size) - See Also:
-
repeat
public static short[] repeat(short value, int size) - See Also:
-
replaceIfNaN
public static double[] replaceIfNaN(double[] values, double replacement) - See Also:
-
replaceIfNaN
public static float[] replaceIfNaN(float[] values, float replacement) - See Also:
-
replaceIfNaN
public static double replaceIfNaN(double value, double replacement) - See Also:
-
replaceIfNaN
public static float replaceIfNaN(float value, float replacement) - See Also:
-
replaceIfNaN
-
replaceIfNaN
-
replaceIfNonFinite
public static double[] replaceIfNonFinite(double[] values, double replacement) -
replaceIfNonFinite
public static float[] replaceIfNonFinite(float[] values, float replacement) -
replaceIfNonFinite
public static double replaceIfNonFinite(double value, double replacement) -
replaceIfNonFinite
public static float replaceIfNonFinite(float value, float replacement) - See Also:
-
replaceIfNonFinite
-
replaceIfNonFinite
-
replaceIfNull
public static <T> T replaceIfNull(T value, T replacement) -
replaceIfNull
public static <T> T[] replaceIfNull(T[] values, T replacement) -
replaceIfNull
public static byte replaceIfNull(byte value, byte replacement) - See Also:
-
replaceIfNull
public static char replaceIfNull(char value, char replacement) - See Also:
-
replaceIfNull
public static byte[] replaceIfNull(byte[] values, byte replacement) - See Also:
-
replaceIfNull
public static char[] replaceIfNull(char[] values, char replacement) - See Also:
-
replaceIfNull
public static double[] replaceIfNull(double[] values, double replacement) - See Also:
-
replaceIfNull
public static float[] replaceIfNull(float[] values, float replacement) - See Also:
-
replaceIfNull
public static int[] replaceIfNull(int[] values, int replacement) - See Also:
-
replaceIfNull
public static long[] replaceIfNull(long[] values, long replacement) - See Also:
-
replaceIfNull
public static short[] replaceIfNull(short[] values, short replacement) - See Also:
-
replaceIfNull
public static double replaceIfNull(double value, double replacement) - See Also:
-
replaceIfNull
public static float replaceIfNull(float value, float replacement) - See Also:
-
replaceIfNull
public static int replaceIfNull(int value, int replacement) - See Also:
-
replaceIfNull
-
replaceIfNull
-
replaceIfNull
-
replaceIfNull
-
replaceIfNull
-
replaceIfNull
-
replaceIfNull
-
replaceIfNull
-
replaceIfNull
public static long replaceIfNull(long value, long replacement) - See Also:
-
replaceIfNull
public static short replaceIfNull(short value, short replacement) - See Also:
-
replaceIfNullNaN
public static double[] replaceIfNullNaN(double[] values, double replacement) -
replaceIfNullNaN
public static float[] replaceIfNullNaN(float[] values, float replacement) - See Also:
-
replaceIfNullNaN
public static double replaceIfNullNaN(double value, double replacement) - See Also:
-
replaceIfNullNaN
public static float replaceIfNullNaN(float value, float replacement) - See Also:
-
replaceIfNullNaN
-
replaceIfNullNaN
-
reverse
public static byte[] reverse(byte... values) - See Also:
-
reverse
public static char[] reverse(char... values) - See Also:
-
reverse
public static double[] reverse(double... values) - See Also:
-
reverse
public static float[] reverse(float... values) - See Also:
-
reverse
public static int[] reverse(int... values) - See Also:
-
reverse
public static long[] reverse(long... values) - See Also:
-
reverse
public static short[] reverse(short... values) - See Also:
-
reverse
-
reverse
-
reverse
-
reverse
-
reverse
-
reverse
-
reverse
-
reverseObj
public static <T> T[] reverseObj(T... values) - See Also:
-
reverseObj
-
rint
public static double rint(byte value) - See Also:
-
rint
public static double rint(double value) - See Also:
-
rint
public static double rint(float value) - See Also:
-
rint
public static double rint(int value) - See Also:
-
rint
public static double rint(long value) - See Also:
-
rint
public static double rint(short value) - See Also:
-
round
public static long round(byte value) - See Also:
-
round
public static long round(double value) - See Also:
-
round
public static long round(float value) - See Also:
-
round
public static long round(int value) - See Also:
-
round
public static long round(long value) - See Also:
-
round
public static long round(short value) - See Also:
-
sequence
public static byte[] sequence(byte start, byte end, byte step) - See Also:
-
sequence
public static double[] sequence(double start, double end, double step) - See Also:
-
sequence
public static float[] sequence(float start, float end, float step) - See Also:
-
sequence
public static int[] sequence(int start, int end, int step) - See Also:
-
sequence
public static long[] sequence(long start, long end, long step) - See Also:
-
sequence
public static short[] sequence(short start, short end, short step) - See Also:
-
signum
public static int signum(byte value) - See Also:
-
signum
public static int signum(double value) - See Also:
-
signum
public static int signum(float value) - See Also:
-
signum
public static int signum(int value) - See Also:
-
signum
public static int signum(long value) - See Also:
-
signum
public static int signum(short value) - See Also:
-
sin
public static double sin(byte value) - See Also:
-
sin
public static double sin(double value) - See Also:
-
sin
public static double sin(float value) - See Also:
-
sin
public static double sin(int value) - See Also:
-
sin
public static double sin(long value) - See Also:
-
sin
public static double sin(short value) - See Also:
-
sort
public static byte[] sort(byte... values) - See Also:
-
sort
public static double[] sort(double... values) - See Also:
-
sort
public static float[] sort(float... values) - See Also:
-
sort
public static int[] sort(int... values) - See Also:
-
sort
public static long[] sort(long... values) - See Also:
-
sort
- See Also:
-
sort
- See Also:
-
sort
- See Also:
-
sort
- See Also:
-
sort
- See Also:
-
sort
- See Also:
-
sort
public static short[] sort(short... values) - See Also:
-
sort
-
sort
-
sort
-
sort
- See Also:
-
sort
-
sort
-
sortDescending
public static byte[] sortDescending(byte... values) - See Also:
-
sortDescending
public static double[] sortDescending(double... values) - See Also:
-
sortDescending
public static float[] sortDescending(float... values) - See Also:
-
sortDescending
public static int[] sortDescending(int... values) - See Also:
-
sortDescending
public static long[] sortDescending(long... values) - See Also:
-
sortDescending
- See Also:
-
sortDescending
- See Also:
-
sortDescending
- See Also:
-
sortDescending
- See Also:
-
sortDescending
- See Also:
-
sortDescending
- See Also:
-
sortDescending
public static short[] sortDescending(short... values) - See Also:
-
sortDescending
-
sortDescending
-
sortDescending
-
sortDescending
-
sortDescending
-
sortDescending
-
sortDescendingObj
-
sortDescendingObj
-
sortDescendingObj
public static <T extends Comparable<? super T>> T[] sortDescendingObj(T[] values, Comparator<T> comparator) -
sortDescendingObj
public static <T extends Comparable<? super T>> T[] sortDescendingObj(ObjectVector<T> values, Comparator<T> comparator) -
sortObj
- See Also:
-
sortObj
-
sortObj
-
sortObj
public static <T extends Comparable<? super T>> T[] sortObj(ObjectVector<T> values, Comparator<T> comparator) -
sqrt
public static double sqrt(byte value) - See Also:
-
sqrt
public static double sqrt(double value) - See Also:
-
sqrt
public static double sqrt(float value) - See Also:
-
sqrt
public static double sqrt(int value) - See Also:
-
sqrt
public static double sqrt(long value) - See Also:
-
sqrt
public static double sqrt(short value) - See Also:
-
std
public static double std(byte... values) - See Also:
-
std
public static double std(double... values) - See Also:
-
std
public static double std(float... values) - See Also:
-
std
public static double std(int... values) - See Also:
-
std
public static double std(long... values) - See Also:
-
std
- See Also:
-
std
- See Also:
-
std
- See Also:
-
std
- See Also:
-
std
- See Also:
-
std
- See Also:
-
std
public static double std(short... values) - See Also:
-
std
-
std
-
std
-
std
-
std
-
std
-
ste
public static double ste(byte... values) - See Also:
-
ste
public static double ste(double... values) - See Also:
-
ste
public static double ste(float... values) - See Also:
-
ste
public static double ste(int... values) - See Also:
-
ste
public static double ste(long... values) - See Also:
-
ste
- See Also:
-
ste
- See Also:
-
ste
- See Also:
-
ste
- See Also:
-
ste
- See Also:
-
ste
- See Also:
-
ste
public static double ste(short... values) - See Also:
-
ste
-
ste
-
ste
-
ste
-
ste
-
ste
-
sum
public static long sum(byte... values) - See Also:
-
sum
public static double sum(double... values) - See Also:
-
sum
public static double sum(float... values) - See Also:
-
sum
public static long sum(int... values) - See Also:
-
sum
public static long sum(long... values) - See Also:
-
sum
public static long sum(short... values) - See Also:
-
sum
-
sum
-
sum
-
sum
-
sum
-
sum
-
tan
public static double tan(byte value) - See Also:
-
tan
public static double tan(double value) - See Also:
-
tan
public static double tan(float value) - See Also:
-
tan
public static double tan(int value) - See Also:
-
tan
public static double tan(long value) - See Also:
-
tan
public static double tan(short value) - See Also:
-
tstat
public static double tstat(byte... values) - See Also:
-
tstat
public static double tstat(double... values) - See Also:
-
tstat
public static double tstat(float... values) - See Also:
-
tstat
public static double tstat(int... values) - See Also:
-
tstat
public static double tstat(long... values) - See Also:
-
tstat
- See Also:
-
tstat
- See Also:
-
tstat
- See Also:
-
tstat
- See Also:
-
tstat
- See Also:
-
tstat
- See Also:
-
tstat
public static double tstat(short... values) - See Also:
-
tstat
-
tstat
-
tstat
-
tstat
-
tstat
-
tstat
-
unbox
- See Also:
-
unbox
- See Also:
-
unbox
- See Also:
-
unbox
- See Also:
-
unbox
- See Also:
-
unbox
- See Also:
-
unbox
- See Also:
-
upperBin
public static byte upperBin(byte value, byte interval) - See Also:
-
upperBin
public static double upperBin(double value, double interval) - See Also:
-
upperBin
public static float upperBin(float value, float interval) - See Also:
-
upperBin
public static int upperBin(int value, int interval) - See Also:
-
upperBin
public static long upperBin(long value, long interval) - See Also:
-
upperBin
public static short upperBin(short value, short interval) - See Also:
-
upperBin
public static byte upperBin(byte value, byte interval, byte offset) - See Also:
-
upperBin
public static double upperBin(double value, double interval, double offset) - See Also:
-
upperBin
public static float upperBin(float value, float interval, float offset) - See Also:
-
upperBin
public static int upperBin(int value, int interval, int offset) - See Also:
-
upperBin
public static long upperBin(long value, long interval, long offset) - See Also:
-
upperBin
public static short upperBin(short value, short interval, short offset) - See Also:
-
var
public static double var(byte... values) - See Also:
-
var
public static double var(double... values) - See Also:
-
var
public static double var(float... values) - See Also:
-
var
public static double var(int... values) - See Also:
-
var
public static double var(long... values) - See Also:
-
var
- See Also:
-
var
- See Also:
-
var
- See Also:
-
var
- See Also:
-
var
- See Also:
-
var
- See Also:
-
var
public static double var(short... values) - See Also:
-
var
-
var
-
var
-
var
-
var
-
var
-
vec
- See Also:
-
vec
- See Also:
-
vec
- See Also:
-
vec
- See Also:
-
vec
- See Also:
-
vec
- See Also:
-
vec
- See Also:
-
vecObj
- See Also:
-
wavg
public static double wavg(byte[] values, byte[] weights) - See Also:
-
wavg
public static double wavg(byte[] values, double[] weights) - See Also:
-
wavg
public static double wavg(byte[] values, float[] weights) - See Also:
-
wavg
public static double wavg(byte[] values, int[] weights) - See Also:
-
wavg
public static double wavg(byte[] values, long[] weights) - See Also:
-
wavg
public static double wavg(byte[] values, short[] weights) - See Also:
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
public static double wavg(double[] values, byte[] weights) - See Also:
-
wavg
public static double wavg(double[] values, double[] weights) - See Also:
-
wavg
public static double wavg(double[] values, float[] weights) - See Also:
-
wavg
public static double wavg(double[] values, int[] weights) - See Also:
-
wavg
public static double wavg(double[] values, long[] weights) - See Also:
-
wavg
public static double wavg(double[] values, short[] weights) - See Also:
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
public static double wavg(float[] values, byte[] weights) - See Also:
-
wavg
public static double wavg(float[] values, double[] weights) - See Also:
-
wavg
public static double wavg(float[] values, float[] weights) - See Also:
-
wavg
public static double wavg(float[] values, int[] weights) - See Also:
-
wavg
public static double wavg(float[] values, long[] weights) - See Also:
-
wavg
public static double wavg(float[] values, short[] weights) - See Also:
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
public static double wavg(int[] values, byte[] weights) - See Also:
-
wavg
public static double wavg(int[] values, double[] weights) - See Also:
-
wavg
public static double wavg(int[] values, float[] weights) - See Also:
-
wavg
public static double wavg(int[] values, int[] weights) - See Also:
-
wavg
public static double wavg(int[] values, long[] weights) - See Also:
-
wavg
public static double wavg(int[] values, short[] weights) - See Also:
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
public static double wavg(long[] values, byte[] weights) - See Also:
-
wavg
public static double wavg(long[] values, double[] weights) - See Also:
-
wavg
public static double wavg(long[] values, float[] weights) - See Also:
-
wavg
public static double wavg(long[] values, int[] weights) - See Also:
-
wavg
public static double wavg(long[] values, long[] weights) - See Also:
-
wavg
public static double wavg(long[] values, short[] weights) - See Also:
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
public static double wavg(short[] values, byte[] weights) - See Also:
-
wavg
public static double wavg(short[] values, double[] weights) - See Also:
-
wavg
public static double wavg(short[] values, float[] weights) - See Also:
-
wavg
public static double wavg(short[] values, int[] weights) - See Also:
-
wavg
public static double wavg(short[] values, long[] weights) - See Also:
-
wavg
public static double wavg(short[] values, short[] weights) - See Also:
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wavg
-
wstd
public static double wstd(byte[] values, byte[] weights) - See Also:
-
wstd
public static double wstd(byte[] values, double[] weights) - See Also:
-
wstd
public static double wstd(byte[] values, float[] weights) - See Also:
-
wstd
public static double wstd(byte[] values, int[] weights) - See Also:
-
wstd
public static double wstd(byte[] values, long[] weights) - See Also:
-
wstd
public static double wstd(byte[] values, short[] weights) - See Also:
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
public static double wstd(double[] values, byte[] weights) - See Also:
-
wstd
public static double wstd(double[] values, double[] weights) - See Also:
-
wstd
public static double wstd(double[] values, float[] weights) - See Also:
-
wstd
public static double wstd(double[] values, int[] weights) - See Also:
-
wstd
public static double wstd(double[] values, long[] weights) - See Also:
-
wstd
public static double wstd(double[] values, short[] weights) - See Also:
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
public static double wstd(float[] values, byte[] weights) - See Also:
-
wstd
public static double wstd(float[] values, double[] weights) - See Also:
-
wstd
public static double wstd(float[] values, float[] weights) - See Also:
-
wstd
public static double wstd(float[] values, int[] weights) - See Also:
-
wstd
public static double wstd(float[] values, long[] weights) - See Also:
-
wstd
public static double wstd(float[] values, short[] weights) - See Also:
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
public static double wstd(int[] values, byte[] weights) - See Also:
-
wstd
public static double wstd(int[] values, double[] weights) - See Also:
-
wstd
public static double wstd(int[] values, float[] weights) - See Also:
-
wstd
public static double wstd(int[] values, int[] weights) - See Also:
-
wstd
public static double wstd(int[] values, long[] weights) - See Also:
-
wstd
public static double wstd(int[] values, short[] weights) - See Also:
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
public static double wstd(long[] values, byte[] weights) - See Also:
-
wstd
public static double wstd(long[] values, double[] weights) - See Also:
-
wstd
public static double wstd(long[] values, float[] weights) - See Also:
-
wstd
public static double wstd(long[] values, int[] weights) - See Also:
-
wstd
public static double wstd(long[] values, long[] weights) - See Also:
-
wstd
public static double wstd(long[] values, short[] weights) - See Also:
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
public static double wstd(short[] values, byte[] weights) - See Also:
-
wstd
public static double wstd(short[] values, double[] weights) - See Also:
-
wstd
public static double wstd(short[] values, float[] weights) - See Also:
-
wstd
public static double wstd(short[] values, int[] weights) - See Also:
-
wstd
public static double wstd(short[] values, long[] weights) - See Also:
-
wstd
public static double wstd(short[] values, short[] weights) - See Also:
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wstd
-
wste
public static double wste(byte[] values, byte[] weights) - See Also:
-
wste
public static double wste(byte[] values, double[] weights) - See Also:
-
wste
public static double wste(byte[] values, float[] weights) - See Also:
-
wste
public static double wste(byte[] values, int[] weights) - See Also:
-
wste
public static double wste(byte[] values, long[] weights) - See Also:
-
wste
public static double wste(byte[] values, short[] weights) - See Also:
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
public static double wste(double[] values, byte[] weights) - See Also:
-
wste
public static double wste(double[] values, double[] weights) - See Also:
-
wste
public static double wste(double[] values, float[] weights) - See Also:
-
wste
public static double wste(double[] values, int[] weights) - See Also:
-
wste
public static double wste(double[] values, long[] weights) - See Also:
-
wste
public static double wste(double[] values, short[] weights) - See Also:
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
public static double wste(float[] values, byte[] weights) - See Also:
-
wste
public static double wste(float[] values, double[] weights) - See Also:
-
wste
public static double wste(float[] values, float[] weights) - See Also:
-
wste
public static double wste(float[] values, int[] weights) - See Also:
-
wste
public static double wste(float[] values, long[] weights) - See Also:
-
wste
public static double wste(float[] values, short[] weights) - See Also:
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
public static double wste(int[] values, byte[] weights) - See Also:
-
wste
public static double wste(int[] values, double[] weights) - See Also:
-
wste
public static double wste(int[] values, float[] weights) - See Also:
-
wste
public static double wste(int[] values, int[] weights) - See Also:
-
wste
public static double wste(int[] values, long[] weights) - See Also:
-
wste
public static double wste(int[] values, short[] weights) - See Also:
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
public static double wste(long[] values, byte[] weights) - See Also:
-
wste
public static double wste(long[] values, double[] weights) - See Also:
-
wste
public static double wste(long[] values, float[] weights) - See Also:
-
wste
public static double wste(long[] values, int[] weights) - See Also:
-
wste
public static double wste(long[] values, long[] weights) - See Also:
-
wste
public static double wste(long[] values, short[] weights) - See Also:
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
public static double wste(short[] values, byte[] weights) - See Also:
-
wste
public static double wste(short[] values, double[] weights) - See Also:
-
wste
public static double wste(short[] values, float[] weights) - See Also:
-
wste
public static double wste(short[] values, int[] weights) - See Also:
-
wste
public static double wste(short[] values, long[] weights) - See Also:
-
wste
public static double wste(short[] values, short[] weights) - See Also:
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wste
-
wsum
public static long wsum(byte[] values, byte[] weights) - See Also:
-
wsum
public static double wsum(byte[] values, double[] weights) - See Also:
-
wsum
public static double wsum(byte[] values, float[] weights) - See Also:
-
wsum
public static long wsum(byte[] values, int[] weights) - See Also:
-
wsum
public static long wsum(byte[] values, long[] weights) - See Also:
-
wsum
public static long wsum(byte[] values, short[] weights) - See Also:
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
public static double wsum(double[] values, byte[] weights) - See Also:
-
wsum
public static double wsum(double[] values, double[] weights) - See Also:
-
wsum
public static double wsum(double[] values, float[] weights) - See Also:
-
wsum
public static double wsum(double[] values, int[] weights) - See Also:
-
wsum
public static double wsum(double[] values, long[] weights) - See Also:
-
wsum
public static double wsum(double[] values, short[] weights) - See Also:
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
public static double wsum(float[] values, byte[] weights) - See Also:
-
wsum
public static double wsum(float[] values, double[] weights) - See Also:
-
wsum
public static double wsum(float[] values, float[] weights) - See Also:
-
wsum
public static double wsum(float[] values, int[] weights) - See Also:
-
wsum
public static double wsum(float[] values, long[] weights) - See Also:
-
wsum
public static double wsum(float[] values, short[] weights) - See Also:
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
public static long wsum(int[] values, byte[] weights) - See Also:
-
wsum
public static double wsum(int[] values, double[] weights) - See Also:
-
wsum
public static double wsum(int[] values, float[] weights) - See Also:
-
wsum
public static long wsum(int[] values, int[] weights) - See Also:
-
wsum
public static long wsum(int[] values, long[] weights) - See Also:
-
wsum
public static long wsum(int[] values, short[] weights) - See Also:
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
public static long wsum(long[] values, byte[] weights) - See Also:
-
wsum
public static double wsum(long[] values, double[] weights) - See Also:
-
wsum
public static double wsum(long[] values, float[] weights) - See Also:
-
wsum
public static long wsum(long[] values, int[] weights) - See Also:
-
wsum
public static long wsum(long[] values, long[] weights) - See Also:
-
wsum
public static long wsum(long[] values, short[] weights) - See Also:
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
public static long wsum(short[] values, byte[] weights) - See Also:
-
wsum
public static double wsum(short[] values, double[] weights) - See Also:
-
wsum
public static double wsum(short[] values, float[] weights) - See Also:
-
wsum
public static long wsum(short[] values, int[] weights) - See Also:
-
wsum
public static long wsum(short[] values, long[] weights) - See Also:
-
wsum
public static long wsum(short[] values, short[] weights) - See Also:
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wsum
-
wtstat
public static double wtstat(byte[] values, byte[] weights) - See Also:
-
wtstat
public static double wtstat(byte[] values, double[] weights) - See Also:
-
wtstat
public static double wtstat(byte[] values, float[] weights) - See Also:
-
wtstat
public static double wtstat(byte[] values, int[] weights) - See Also:
-
wtstat
public static double wtstat(byte[] values, long[] weights) - See Also:
-
wtstat
public static double wtstat(byte[] values, short[] weights) - See Also:
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
public static double wtstat(double[] values, byte[] weights) - See Also:
-
wtstat
public static double wtstat(double[] values, double[] weights) - See Also:
-
wtstat
public static double wtstat(double[] values, float[] weights) - See Also:
-
wtstat
public static double wtstat(double[] values, int[] weights) - See Also:
-
wtstat
public static double wtstat(double[] values, long[] weights) - See Also:
-
wtstat
public static double wtstat(double[] values, short[] weights) - See Also:
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
public static double wtstat(float[] values, byte[] weights) - See Also:
-
wtstat
public static double wtstat(float[] values, double[] weights) - See Also:
-
wtstat
public static double wtstat(float[] values, float[] weights) - See Also:
-
wtstat
public static double wtstat(float[] values, int[] weights) - See Also:
-
wtstat
public static double wtstat(float[] values, long[] weights) - See Also:
-
wtstat
public static double wtstat(float[] values, short[] weights) - See Also:
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
public static double wtstat(int[] values, byte[] weights) - See Also:
-
wtstat
public static double wtstat(int[] values, double[] weights) - See Also:
-
wtstat
public static double wtstat(int[] values, float[] weights) - See Also:
-
wtstat
public static double wtstat(int[] values, int[] weights) - See Also:
-
wtstat
public static double wtstat(int[] values, long[] weights) - See Also:
-
wtstat
public static double wtstat(int[] values, short[] weights) - See Also:
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
public static double wtstat(long[] values, byte[] weights) - See Also:
-
wtstat
public static double wtstat(long[] values, double[] weights) - See Also:
-
wtstat
public static double wtstat(long[] values, float[] weights) - See Also:
-
wtstat
public static double wtstat(long[] values, int[] weights) - See Also:
-
wtstat
public static double wtstat(long[] values, long[] weights) - See Also:
-
wtstat
public static double wtstat(long[] values, short[] weights) - See Also:
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
public static double wtstat(short[] values, byte[] weights) - See Also:
-
wtstat
public static double wtstat(short[] values, double[] weights) - See Also:
-
wtstat
public static double wtstat(short[] values, float[] weights) - See Also:
-
wtstat
public static double wtstat(short[] values, int[] weights) - See Also:
-
wtstat
public static double wtstat(short[] values, long[] weights) - See Also:
-
wtstat
public static double wtstat(short[] values, short[] weights) - See Also:
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wtstat
-
wvar
public static double wvar(byte[] values, byte[] weights) - See Also:
-
wvar
public static double wvar(byte[] values, double[] weights) - See Also:
-
wvar
public static double wvar(byte[] values, float[] weights) - See Also:
-
wvar
public static double wvar(byte[] values, int[] weights) - See Also:
-
wvar
public static double wvar(byte[] values, long[] weights) - See Also:
-
wvar
public static double wvar(byte[] values, short[] weights) - See Also:
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
public static double wvar(double[] values, byte[] weights) - See Also:
-
wvar
public static double wvar(double[] values, double[] weights) - See Also:
-
wvar
public static double wvar(double[] values, float[] weights) - See Also:
-
wvar
public static double wvar(double[] values, int[] weights) - See Also:
-
wvar
public static double wvar(double[] values, long[] weights) - See Also:
-
wvar
public static double wvar(double[] values, short[] weights) - See Also:
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
public static double wvar(float[] values, byte[] weights) - See Also:
-
wvar
public static double wvar(float[] values, double[] weights) - See Also:
-
wvar
public static double wvar(float[] values, float[] weights) - See Also:
-
wvar
public static double wvar(float[] values, int[] weights) - See Also:
-
wvar
public static double wvar(float[] values, long[] weights) - See Also:
-
wvar
public static double wvar(float[] values, short[] weights) - See Also:
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
public static double wvar(int[] values, byte[] weights) - See Also:
-
wvar
public static double wvar(int[] values, double[] weights) - See Also:
-
wvar
public static double wvar(int[] values, float[] weights) - See Also:
-
wvar
public static double wvar(int[] values, int[] weights) - See Also:
-
wvar
public static double wvar(int[] values, long[] weights) - See Also:
-
wvar
public static double wvar(int[] values, short[] weights) - See Also:
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
public static double wvar(long[] values, byte[] weights) - See Also:
-
wvar
public static double wvar(long[] values, double[] weights) - See Also:
-
wvar
public static double wvar(long[] values, float[] weights) - See Also:
-
wvar
public static double wvar(long[] values, int[] weights) - See Also:
-
wvar
public static double wvar(long[] values, long[] weights) - See Also:
-
wvar
public static double wvar(long[] values, short[] weights) - See Also:
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
public static double wvar(short[] values, byte[] weights) - See Also:
-
wvar
public static double wvar(short[] values, double[] weights) - See Also:
-
wvar
public static double wvar(short[] values, float[] weights) - See Also:
-
wvar
public static double wvar(short[] values, int[] weights) - See Also:
-
wvar
public static double wvar(short[] values, long[] weights) - See Also:
-
wvar
public static double wvar(short[] values, short[] weights) - See Also:
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-
wvar
-