| Package | Description |
|---|---|
| de.gsi.math |
| Modifier and Type | Method and Description |
|---|---|
static DataSetMath.ErrType |
DataSetMath.ErrType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSetMath.ErrType[] |
DataSetMath.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 |
DataSetMath.error(DataSet dataSet,
DataSetMath.ErrType eType,
double x)
convenience short-hand notation for getting error variables (if defined for dataset)
|
static double |
DataSetMath.error(DataSet dataSet,
DataSetMath.ErrType eType,
int index)
convenience short-hand notation for getting error variables (if defined for dataset)
|
protected static double |
DataSetMath.error(DataSet dataSet,
DataSetMath.ErrType eType,
int index,
double x,
boolean interpolate) |
static double[] |
DataSetMath.errors(DataSet dataSet,
DataSetMath.ErrType eType)
convenience short-hand notation for getting error variables (if defined for dataset)
|
Copyright © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.