| Package | Description |
|---|---|
| de.gsi.dataset.utils |
| Modifier and Type | Method and Description |
|---|---|
static DataSetUtils.ErrType |
DataSetUtils.ErrType.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
static double |
DataSetUtils.error(DataSet dataSet,
DataSetUtils.ErrType eType,
double x)
convenience short-hand notation for getting error variable at an exact x value.
|
static double |
DataSetUtils.error(DataSet dataSet,
DataSetUtils.ErrType eType,
int index)
convenience short-hand notation for getting error variable at a specific data point index.
|
protected static double |
DataSetUtils.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)
|
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.