Uses of Class
com.irurueta.numerical.robust.InvalidSubsetRangeException
Packages that use InvalidSubsetRangeException
Package
Description
This package contains robust estimators that can be used to discard outliers
for cases where a model of the data is known (i.e.
-
Uses of InvalidSubsetRangeException in com.irurueta.numerical.robust
Methods in com.irurueta.numerical.robust that throw InvalidSubsetRangeExceptionModifier and TypeMethodDescriptionvoid
FastRandomSubsetSelector.computeRandomSubsetsInRange
(int minPos, int maxPos, int subsetSize, boolean pickLast, int[] result) Computes a random subset of indices within provided range of positions to be used on robust estimators.int[]
SubsetSelector.computeRandomSubsetsInRange
(int minPos, int maxPos, int subsetSize, boolean pickLast) Computes a random subset of indices within provided range of positions to be used on robust estimators.abstract void
SubsetSelector.computeRandomSubsetsInRange
(int minPos, int maxPos, int subsetSize, boolean pickLast, int[] result) Computes a random subset of indices within provided range of positions to be used on robust estimators.