- QRDecomposition - Class in cern.colt.matrix.linalg
-
For an m x n matrix A with m >= n, the QR decomposition is an m x n
orthogonal matrix Q and an n x n upper triangular matrix R so that
A = Q*R.
- QRDecomposition(DoubleMatrix2D) - Constructor for class cern.colt.matrix.linalg.QRDecomposition
-
Constructs and returns a new QR decomposition object; computed by Householder reflections;
The decomposed matrices can be retrieved via instance methods of the returned decomposition object.
- quantile(DoubleArrayList, double) - Static method in class cern.jet.stat.Descriptive
-
Returns the phi-quantile; that is, an element elem for which holds that phi percent of data elements are less than elem.
- quantile(double) - Static method in class hep.aida.bin.BinFunctions1D
-
Function that returns bin.quantile(percentage).
- quantile(double) - Method in class hep.aida.bin.DynamicBin1D
-
Returns the exact phi-quantile; that is, the smallest contained element elem for which holds that phi percent of elements are less than elem.
- quantile(double) - Method in class hep.aida.bin.QuantileBin1D
-
Computes and returns the phi-quantile.
- Quantile1Test - Class in cern.jet.stat.quantile
-
A class to test the QuantileBin1D code.
- Quantile1Test() - Constructor for class cern.jet.stat.quantile.Quantile1Test
-
- QuantileBin1D - Class in hep.aida.bin
-
1-dimensional non-rebinnable bin holding double elements with scalable quantile operations defined upon;
Using little main memory, quickly computes approximate quantiles over very large data sequences with and even without a-priori knowledge of the number of elements to be filled;
Conceptually a strongly lossily compressed multiset (or bag);
Guarantees to respect the worst case approximation error specified upon instance construction.
- QuantileBin1D(double) - Constructor for class hep.aida.bin.QuantileBin1D
-
Equivalent to new QuantileBin1D(false, Long.MAX_VALUE, epsilon, 0.001, 10000, new cern.jet.random.engine.DRand(new java.util.Date()).
- QuantileBin1D(boolean, long, double, double, int, RandomEngine) - Constructor for class hep.aida.bin.QuantileBin1D
-
Equivalent to new QuantileBin1D(known_N, N, epsilon, delta, quantiles, randomGenerator, false, false, 2).
- QuantileBin1D(boolean, long, double, double, int, RandomEngine, boolean, boolean, int) - Constructor for class hep.aida.bin.QuantileBin1D
-
Constructs and returns an empty bin that, under the given constraints, minimizes the amount of memory needed.
- quantileElements(DoubleArrayList) - Method in interface cern.jet.stat.quantile.DoubleQuantileFinder
-
Computes the specified quantile elements over the values previously added.
- QuantileFinderFactory - Class in cern.jet.stat.quantile
-
Factory constructing exact and approximate quantile finders for both known and unknown N.
- quantileInverse(DoubleArrayList, double) - Static method in class cern.jet.stat.Descriptive
-
Returns how many percent of the elements contained in the receiver are <= element.
- quantileInverse(double) - Method in class hep.aida.bin.DynamicBin1D
-
Returns exactly how many percent of the elements contained in the receiver are <= element.
- quantileInverse(double) - Method in class hep.aida.bin.QuantileBin1D
-
Returns how many percent of the elements contained in the receiver are <= element.
- quantiles(DoubleArrayList, DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
-
Returns the quantiles of the specified percentages.
- quantiles(DoubleArrayList) - Method in class hep.aida.bin.DynamicBin1D
-
Returns the exact quantiles of the specified percentages.
- quantiles(DoubleArrayList) - Method in class hep.aida.bin.QuantileBin1D
-
Returns the quantiles of the specified percentages.
- QuickBitVector - Class in cern.colt.bitvector
-
Implements quick non polymorphic non bounds checking low level bitvector operations.
- quickSort(int, int, IntComparator, Swapper) - Static method in class cern.colt.GenericSorting
-
Sorts the specified range of elements according
to the order induced by the specified comparator.
- quickSort() - Method in class cern.colt.list.AbstractList
-
Sorts the receiver into
ascending order.
- quickSort - Static variable in class cern.colt.matrix.doublealgo.Sorting
-
A prefabricated quicksort.
- quickSort - Static variable in class cern.colt.matrix.objectalgo.Sorting
-
A prefabricated quicksort.
- quickSort(byte[], int, int, ByteComparator) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements according
to the order induced by the specified comparator.
- quickSort(char[], int, int, CharComparator) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements according
to the order induced by the specified comparator.
- quickSort(double[], int, int, DoubleComparator) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements according
to the order induced by the specified comparator.
- quickSort(float[], int, int, FloatComparator) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements according
to the order induced by the specified comparator.
- quickSort(int[], int, int, IntComparator) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements according
to the order induced by the specified comparator.
- quickSort(long[], int, int, LongComparator) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements according
to the order induced by the specified comparator.
- quickSort(Object[]) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the receiver into
ascending order, according to the natural ordering of its
elements.
- quickSort(Object[], int, int) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the receiver into
ascending order, according to the natural ordering of its
elements.
- quickSort(Object[], int, int, Comparator) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array according
to the order induced by the specified comparator.
- quickSort(Object[], Comparator) - Static method in class cern.colt.Sorting
-
Sorts the specified array according
to the order induced by the specified comparator.
- quickSort(short[], int, int, ShortComparator) - Static method in class cern.colt.Sorting
-
Sorts the specified range of the specified array of elements according
to the order induced by the specified comparator.
- quickSortFromTo(int, int) - Method in class cern.colt.list.AbstractByteList
-
Sorts the specified range of the receiver into
ascending numerical order.
- quickSortFromTo(int, int, ByteComparator) - Method in class cern.colt.list.AbstractByteList
-
Sorts the receiver according
to the order induced by the specified comparator.
- quickSortFromTo(int, int) - Method in class cern.colt.list.AbstractCharList
-
Sorts the specified range of the receiver into
ascending numerical order.
- quickSortFromTo(int, int, CharComparator) - Method in class cern.colt.list.AbstractCharList
-
Sorts the receiver according
to the order induced by the specified comparator.
- quickSortFromTo(int, int) - Method in class cern.colt.list.AbstractDoubleList
-
Sorts the specified range of the receiver into
ascending numerical order.
- quickSortFromTo(int, int, DoubleComparator) - Method in class cern.colt.list.AbstractDoubleList
-
Sorts the receiver according
to the order induced by the specified comparator.
- quickSortFromTo(int, int) - Method in class cern.colt.list.AbstractFloatList
-
Sorts the specified range of the receiver into
ascending numerical order.
- quickSortFromTo(int, int, FloatComparator) - Method in class cern.colt.list.AbstractFloatList
-
Sorts the receiver according
to the order induced by the specified comparator.
- quickSortFromTo(int, int) - Method in class cern.colt.list.AbstractIntList
-
Sorts the specified range of the receiver into
ascending numerical order.
- quickSortFromTo(int, int, IntComparator) - Method in class cern.colt.list.AbstractIntList
-
Sorts the receiver according
to the order induced by the specified comparator.
- quickSortFromTo(int, int) - Method in class cern.colt.list.AbstractList
-
Sorts the specified range of the receiver into
ascending order.
- quickSortFromTo(int, int) - Method in class cern.colt.list.AbstractLongList
-
Sorts the specified range of the receiver into
ascending numerical order.
- quickSortFromTo(int, int, LongComparator) - Method in class cern.colt.list.AbstractLongList
-
Sorts the receiver according
to the order induced by the specified comparator.
- quickSortFromTo(int, int) - Method in class cern.colt.list.AbstractShortList
-
Sorts the specified range of the receiver into
ascending numerical order.
- quickSortFromTo(int, int, ShortComparator) - Method in class cern.colt.list.AbstractShortList
-
Sorts the receiver according
to the order induced by the specified comparator.
- quickSortFromTo(int, int) - Method in class cern.colt.list.BooleanArrayList
-
Sorts the specified range of the receiver into ascending order (false < true).
- quickSortFromTo(int, int) - Method in class cern.colt.list.ObjectArrayList
-
Sorts the specified range of the receiver into
ascending order, according to the natural ordering of its
elements.
- quickSortFromTo(int, int, Comparator) - Method in class cern.colt.list.ObjectArrayList
-
Sorts the receiver according
to the order induced by the specified comparator.