public class DefaultErrorDataSet extends DoubleErrorDataSet
for the reference implementation,
for an implementation without asymmetric errors in Y,
Serialized FormDataSetError.ErrorTypexValues, yErrorsNeg, yErrorsPos, yValuesTAG_GAIN_RANGE, TAG_OVERSHOOT, TAG_UNDERSHOOT| Constructor and Description |
|---|
DefaultErrorDataSet(DataSet2D another)
Creates a new instance of
DoubleDataSet as copy of another (deep-copy). |
DefaultErrorDataSet(String name)
Creates a new instance of
DefaultErrorDataSet. |
DefaultErrorDataSet(String name,
double[] xValues,
double[] yValues,
double[] yErrorsNeg,
double[] yErrorsPos,
int nData,
boolean deepCopy)
Creates a new instance of
DefaultErrorDataSet. |
DefaultErrorDataSet(String name,
int initalSize)
Creates a new instance of
DefaultErrorDataSet. |
add, add, add, add, add, add, add, add, add, clearData, get, getCapacity, getDataCount, getErrorNegative, getErrorPositive, getErrorsNegative, getErrorsPositive, getValues, getX, getXValues, getY, getYValues, increaseCapacity, remove, remove, resize, set, set, set, set, set, set, set, trimfireInvalidated, getErrorType, getThis, lock, recomputeLimits, setErrorTypeaddDataLabel, addDataStyle, autoNotification, binarySearch, clearMetaInfo, equalDataLabels, equalEditConstraints, equalErrorValues, equalMetaData, equals, equals, equalValues, getAxisDescriptions, getDataLabel, getDataLabelMap, getDataStyleMap, getDimension, getEditConstraints, getErrorList, getIndex, getInfoList, getMetaInfo, getName, getStyle, getWarningList, hashCode, minNeigbourSearchX, removeDataLabel, removeStyle, setEditConstraints, setName, toString, updateEventListenergetStyle, setStyleclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetErrorNegative, getErrorPositive, getErrorTypegetEditConstraints, setEditConstraints, setNamegetDataCount, getDimension, getValue, getValue, getXIndex, getYIndexgetAxisDescription, getAxisDescriptions, getDataLabel, getIndex, getName, getStyle, getStyle, lock, recomputeLimits, setStyleaddListener, autoNotification, invokeListener, invokeListener, invokeListener, isAutoNotification, removeListener, updateEventListenerpublic DefaultErrorDataSet(DataSet2D another)
DoubleDataSet as copy of another (deep-copy).another - name of this DataSet.public DefaultErrorDataSet(String name)
DefaultErrorDataSet.name - name of this DataSet.public DefaultErrorDataSet(String name, double[] xValues, double[] yValues, double[] yErrorsNeg, double[] yErrorsPos, int nData, boolean deepCopy)
Creates a new instance of DefaultErrorDataSet.
name - name of this data set.xValues - X coordinatesyValues - Y coordinatesyErrorsNeg - Y negative coordinate erroryErrorsPos - Y positive coordinate errornData - how many data points are relevant to be takendeepCopy - if true, the input array is copiedIllegalArgumentException - if any of parameters is null or if arrays with coordinates have
different lengthspublic DefaultErrorDataSet(String name, int initalSize)
DefaultErrorDataSet.name - name of this DataSet.initalSize - maximum capacity of bufferIllegalArgumentException - if name is nullCopyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.