IDataSource
public static class MultiharmonicGraphicMC.DataSourceBias extends DataSourceScalar
Modifier and Type | Field | Description |
---|---|---|
protected AccumulatorAverageCollapsingLog[] |
acc |
|
protected AkimaSpline |
akima |
|
protected double[] |
allData |
|
protected double[] |
allLnAlpha |
|
protected double[] |
alpha |
|
protected AlphaSource |
alphaSource |
|
static int |
AVG |
|
static int |
BIAS |
|
static int |
SKEW |
|
static int |
STDEV |
|
static int |
STDEV2 |
data, dataInfo, tag
Constructor | Description |
---|---|
DataSourceBias(AlphaSource alphaSource) |
Modifier and Type | Method | Description |
---|---|---|
double |
getDataAsScalar() |
Returns a single scalar value as the measurement for the given box.
|
void |
setAccumulators(AccumulatorAverageCollapsingLog[] newAcc) |
|
void |
setAlpha(double newAlpha) |
getData, getDataDouble, getDataInfo, getTag
protected AccumulatorAverageCollapsingLog[] acc
protected double[] allData
protected final AkimaSpline akima
protected final AlphaSource alphaSource
protected final double[] alpha
protected double[] allLnAlpha
public static final int AVG
public static final int STDEV
public static final int STDEV2
public static final int SKEW
public static final int BIAS
public DataSourceBias(AlphaSource alphaSource)
public void setAccumulators(AccumulatorAverageCollapsingLog[] newAcc)
public void setAlpha(double newAlpha)
public double getDataAsScalar()
DataSourceScalar
getDataAsScalar
in class DataSourceScalar