Uses of Class
de.gsi.dataset.utils.DataSetUtils.ErrType
-
Packages that use DataSetUtils.ErrType Package Description de.gsi.dataset.utils -
-
Uses of DataSetUtils.ErrType in de.gsi.dataset.utils
Methods in de.gsi.dataset.utils that return DataSetUtils.ErrType Modifier and Type Method Description static DataSetUtils.ErrTypeDataSetUtils.ErrType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DataSetUtils.ErrType[]DataSetUtils.ErrType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gsi.dataset.utils with parameters of type DataSetUtils.ErrType Modifier and Type Method Description static doubleDataSetUtils. error(DataSet dataSet, DataSetUtils.ErrType eType, double x)convenience short-hand notation for getting error variable at an exact x value.static doubleDataSetUtils. error(DataSet dataSet, DataSetUtils.ErrType eType, int index)convenience short-hand notation for getting error variable at a specific data point index.protected static doubleDataSetUtils. error(DataSet dataSet, DataSetUtils.ErrType eType, int index, double x, boolean interpolate)convenience short-hand notation for getting error variables.static double[]DataSetUtils. errors(DataSet dataSet, DataSetUtils.ErrType eType)convenience short-hand notation for getting error variables (if defined for dataset)
-