Uses of Class
de.grogra.xl.lang.Aggregate
-
Uses of Aggregate in de.grogra.rgg
Modifier and TypeMethodDescriptionstatic void
static void
static void
This aggregate method computes the mean of a sequence ofTuple3d
's.static void
This aggregate method computes the mean of a sequence ofTuple3f
's.static void
static void
static void
static void
static boolean
static boolean
Library.plot
(Aggregate a, DoubleToDouble function, double x) static boolean
Library.plot
(Aggregate a, IntToDouble function, int x) static boolean
Library.plotPoints
(Aggregate a, double x, double y) static void
static void
static int
static Statistics
Library.statistics
(Aggregate a, double value) This aggregate method computes aStatistics
object for a series of valuesa
.static void
static void
-
Uses of Aggregate in de.grogra.xl.lang
-
Uses of Aggregate in de.grogra.xl.util
Modifier and TypeMethodDescriptionstatic Array
static Array
static Array
static Array
static Array
static Array
static Array
static Array
static Array
static long
static long
static long
static long
static long
static long
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
Operators.selectRandomly
(Aggregate a, boolean value) static void
Operators.selectRandomly
(Aggregate a, boolean value, double prob) This aggregate method selects one of the providedvalue
s, where eachvalue
has a relative probabilityprob
of being chosen.static void
Operators.selectRandomly
(Aggregate a, byte value) static void
Operators.selectRandomly
(Aggregate a, byte value, double prob) This aggregate method selects one of the providedvalue
s, where eachvalue
has a relative probabilityprob
of being chosen.static void
Operators.selectRandomly
(Aggregate a, char value) static void
Operators.selectRandomly
(Aggregate a, char value, double prob) This aggregate method selects one of the providedvalue
s, where eachvalue
has a relative probabilityprob
of being chosen.static void
Operators.selectRandomly
(Aggregate a, double value) static void
Operators.selectRandomly
(Aggregate a, double value, double prob) This aggregate method selects one of the providedvalue
s, where eachvalue
has a relative probabilityprob
of being chosen.static void
Operators.selectRandomly
(Aggregate a, float value) static void
Operators.selectRandomly
(Aggregate a, float value, double prob) This aggregate method selects one of the providedvalue
s, where eachvalue
has a relative probabilityprob
of being chosen.static void
Operators.selectRandomly
(Aggregate a, int value) static void
Operators.selectRandomly
(Aggregate a, int value, double prob) This aggregate method selects one of the providedvalue
s, where eachvalue
has a relative probabilityprob
of being chosen.static void
Operators.selectRandomly
(Aggregate a, long value) static void
Operators.selectRandomly
(Aggregate a, long value, double prob) This aggregate method selects one of the providedvalue
s, where eachvalue
has a relative probabilityprob
of being chosen.static void
Operators.selectRandomly
(Aggregate a, short value) static void
Operators.selectRandomly
(Aggregate a, short value, double prob) This aggregate method selects one of the providedvalue
s, where eachvalue
has a relative probabilityprob
of being chosen.static void
Operators.selectRandomly
(Aggregate a, Object value) static void
Operators.selectRandomly
(Aggregate a, Object value, double prob) This aggregate method selects one of the providedvalue
s, where eachvalue
has a relative probabilityprob
of being chosen.static void
Operators.selectWhere
(Aggregate a, boolean value, boolean sel) static void
Operators.selectWhere
(Aggregate a, byte value, boolean sel) static void
Operators.selectWhere
(Aggregate a, char value, boolean sel) static void
Operators.selectWhere
(Aggregate a, double value, boolean sel) static void
Operators.selectWhere
(Aggregate a, float value, boolean sel) static void
Operators.selectWhere
(Aggregate a, int value, boolean sel) static void
Operators.selectWhere
(Aggregate a, long value, boolean sel) static void
Operators.selectWhere
(Aggregate a, short value, boolean sel) static void
Operators.selectWhere
(Aggregate a, Object value, boolean sel) static void
Operators.selectWhereMax
(Aggregate a, boolean value, double n) static void
Operators.selectWhereMax
(Aggregate a, boolean value, long n) static void
Operators.selectWhereMax
(Aggregate a, byte value, double n) static void
Operators.selectWhereMax
(Aggregate a, byte value, long n) static void
Operators.selectWhereMax
(Aggregate a, char value, double n) static void
Operators.selectWhereMax
(Aggregate a, char value, long n) static void
Operators.selectWhereMax
(Aggregate a, double value, double n) static void
Operators.selectWhereMax
(Aggregate a, double value, long n) static void
Operators.selectWhereMax
(Aggregate a, float value, double n) static void
Operators.selectWhereMax
(Aggregate a, float value, long n) static void
Operators.selectWhereMax
(Aggregate a, int value, double n) static void
Operators.selectWhereMax
(Aggregate a, int value, long n) static void
Operators.selectWhereMax
(Aggregate a, long value, double n) static void
Operators.selectWhereMax
(Aggregate a, long value, long n) static void
Operators.selectWhereMax
(Aggregate a, short value, double n) static void
Operators.selectWhereMax
(Aggregate a, short value, long n) static void
Operators.selectWhereMax
(Aggregate a, Object value, double n) static void
Operators.selectWhereMax
(Aggregate a, Object value, long n) static void
Operators.selectWhereMin
(Aggregate a, boolean value, double n) static void
Operators.selectWhereMin
(Aggregate a, boolean value, long n) static void
Operators.selectWhereMin
(Aggregate a, byte value, double n) static void
Operators.selectWhereMin
(Aggregate a, byte value, long n) static void
Operators.selectWhereMin
(Aggregate a, char value, double n) static void
Operators.selectWhereMin
(Aggregate a, char value, long n) static void
Operators.selectWhereMin
(Aggregate a, double value, double n) static void
Operators.selectWhereMin
(Aggregate a, double value, long n) static void
Operators.selectWhereMin
(Aggregate a, float value, double n) static void
Operators.selectWhereMin
(Aggregate a, float value, long n) static void
Operators.selectWhereMin
(Aggregate a, int value, double n) static void
Operators.selectWhereMin
(Aggregate a, int value, long n) static void
Operators.selectWhereMin
(Aggregate a, long value, double n) static void
Operators.selectWhereMin
(Aggregate a, long value, long n) static void
Operators.selectWhereMin
(Aggregate a, short value, double n) static void
Operators.selectWhereMin
(Aggregate a, short value, long n) static void
Operators.selectWhereMin
(Aggregate a, Object value, double n) static void
Operators.selectWhereMin
(Aggregate a, Object value, long n) static String
static String
static String
static String
static String
static String
static void
static void
static void
static void