Uses of Class
de.gsi.dataset.spi.AbstractErrorDataSet
-
Packages that use AbstractErrorDataSet Package Description de.gsi.dataset.spi de.gsi.dataset.testdata.spi -
-
Uses of AbstractErrorDataSet in de.gsi.dataset.spi
Classes in de.gsi.dataset.spi with type parameters of type AbstractErrorDataSet Modifier and Type Class Description classAbstractErrorDataSet<D extends AbstractErrorDataSet<D>>The abstract implementation of DataSet and DataSetError interface that provides implementation of some methods.Subclasses of AbstractErrorDataSet in de.gsi.dataset.spi Modifier and Type Class Description classCircularDoubleErrorDataSetclassDefaultErrorDataSetRedirect to the reference implementation declared as 'default'.classDoubleErrorDataSetImplementation of theDataSetErrorinterface which stores x,y, +eyn, -eyn values in separate double arrays.classFifoDoubleErrorDataSetclassLimitedIndexedTreeDataSetDataSet implementation based on a sorted indexed TreeDataSets.classListErrorDataSetDeprecated.due to poorer CPU performance (this is kept for reference reasons) -
Uses of AbstractErrorDataSet in de.gsi.dataset.testdata.spi
Subclasses of AbstractErrorDataSet in de.gsi.dataset.testdata.spi Modifier and Type Class Description classAbstractTestFunction<D extends AbstractTestFunction<D>>abstract error data set for graphical testing purposesclassCosineFunctionabstract error data set for graphical testing purposes this implementation generates a cosine functionclassGaussFunctionabstract error data set for graphical testing purposes this implementation generates a Gaussian functionclassRandomStepFunctionabstract error data set for graphical testing purposes this implementation generates a random step functionclassRandomWalkFunctionabstract error data set for graphical testing purposes this implementation generates a random walk (Brownian noise) function.classSincFunctionabstract error data set for graphical testing purposes this implementation generates a sinc functionclassSineFunctionabstract error data set for graphical testing purposes this implementation generates a sine functionclassSingleOutlierFunctionabstract error data set for graphical testing purposes this implementation generates a function with a single random outlier
-