| Package | Description |
|---|---|
| de.gsi.dataset.spi |
| 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... newValue)
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(DataSet2D 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... newValue)
replaces point coordinate of existing data point
|
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.
|
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.