| Package | Description |
|---|---|
| de.gsi.dataset.spi | |
| de.gsi.dataset.utils |
| Modifier and Type | Method and Description |
|---|---|
DoubleErrorDataSet |
DoubleErrorDataSet.add(double[] xValues,
double[] yValues,
double[] yErrorsNeg,
double[] yErrorsPos)
Initialises the data set with specified data.
|
DoubleErrorDataSet |
DoubleErrorDataSet.add(double x,
double y,
double yErrorNeg,
double yErrorPos)
Add point to the DoublePoints object
|
DoubleErrorDataSet |
DoubleErrorDataSet.clearData()
clears all data
|
DoubleErrorDataSet |
DoubleErrorDataSet.remove(int fromIndex,
int toIndex)
remove sub-range of data points
|
DoubleErrorDataSet |
DoubleErrorDataSet.set(DataSet other)
replace/overwrite data points with those from another data set
|
DoubleErrorDataSet |
DoubleErrorDataSet.set(DataSet other,
boolean copy)
replace/overwrite data points with those from another data set
|
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)
replaces point coordinate of existing data point
|
| 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.readNumericDataFromFile(BufferedReader inputFile,
DoubleErrorDataSet dataSet) |
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.