| Package | Description |
|---|---|
| de.gsi.dataset.spi | |
| de.gsi.dataset.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultErrorDataSet
Redirect to the reference implementation declared as 'default'.
|
| Modifier and Type | Method and Description |
|---|---|
DoubleErrorDataSet |
DoubleErrorDataSet.add(double[] xValuesNew,
double[] yValuesNew,
double[] yErrorsNegNew,
double[] yErrorsPosNew)
Add array vectors to data set.
|
DoubleErrorDataSet |
DoubleErrorDataSet.add(double x,
double y)
add point to the data set
|
DoubleErrorDataSet |
DoubleErrorDataSet.add(double x,
double y,
double yErrorNeg,
double yErrorPos)
Add point to the data set.
|
DoubleErrorDataSet |
DoubleErrorDataSet.add(double x,
double y,
double yErrorNeg,
double yErrorPos,
String label)
Add point to the data set.
|
DoubleErrorDataSet |
DoubleErrorDataSet.add(int index,
double[] x,
double[] y,
double[] yErrorNeg,
double[] yErrorPos)
add point to the data set
|
DoubleErrorDataSet |
DoubleErrorDataSet.add(int index,
double x,
double y)
add point to the data set
|
DoubleErrorDataSet |
DoubleErrorDataSet.add(int index,
double x,
double y,
double yErrorNeg,
double yErrorPos)
add point to the data set
|
DoubleErrorDataSet |
DoubleErrorDataSet.add(int index,
double x,
double y,
double yErrorNeg,
double yErrorPos,
String label)
add point to the data set
|
DoubleErrorDataSet |
DoubleErrorDataSet.clearData()
clears all data
|
DoubleErrorDataSet |
DoubleErrorDataSet.increaseCapacity(int amount) |
DoubleErrorDataSet |
DoubleErrorDataSet.remove(int index) |
DoubleErrorDataSet |
DoubleErrorDataSet.remove(int fromIndex,
int toIndex)
remove sub-range of data points
|
DoubleErrorDataSet |
DoubleErrorDataSet.resize(int size)
ensures minimum size, enlarges if necessary
|
DoubleErrorDataSet |
DoubleErrorDataSet.set(DataSet other)
clear old data and overwrite with data from 'other' data set (deep copy)
|
DoubleErrorDataSet |
DoubleErrorDataSet.set(double[] xValues,
double[] yValues,
double[] yErrorsNeg,
double[] yErrorsPos)
Initialises the data set with specified data.
|
DoubleErrorDataSet |
DoubleErrorDataSet.set(double[] xValues,
double[] yValues,
double[] yErrorsNeg,
double[] yErrorsPos,
boolean copy)
Initialises the data set with specified data.
|
DoubleErrorDataSet |
DoubleErrorDataSet.set(int index,
double[] x,
double[] y,
double[] yErrorNeg,
double[] yErrorPos) |
DoubleErrorDataSet |
DoubleErrorDataSet.set(int index,
double x,
double y)
replaces point coordinate of existing data point
|
DoubleErrorDataSet |
DoubleErrorDataSet.set(int index,
double x,
double y,
double yErrorNeg,
double yErrorPos)
replaces point coordinate of existing data point
|
DoubleErrorDataSet |
DoubleErrorDataSet.trim()
Trims the arrays list so that the capacity is equal to the size.
|
| Modifier and Type | Method and Description |
|---|---|
static DoubleErrorDataSet |
DataSetUtils.readDataSetFromByteArray(byte[] byteArray)
Read a Dataset from a byte array containing comma separated values.
The data format is a custom extension of csv with an additional #-commented Metadata Header and a $-commented column header. |
static DoubleErrorDataSet |
DataSetUtils.readDataSetFromStream(de.gsi.dataset.utils.DataSetUtils.SplitCharByteInputStream inputStream)
Read a Dataset from a stream containing comma separated values.
The data format is a custom extension of csv with an additional #-commented Metadata Header and a $-commented column header. |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
DataSetUtils.readNumericDataFromReader(BufferedReader inputReader,
DoubleErrorDataSet dataSet) |
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.