DataSourceIndependent, IDataSourcepublic static class MultiharmonicGraphicMC.DataSourceAlphaFE extends java.lang.Object implements IDataSource, DataSourceIndependent
| Modifier and Type | Field | Description |
|---|---|---|
protected AkimaSpline |
akima |
|
protected double[][] |
allData |
|
protected double[] |
allLnAlpha |
|
protected double[] |
alpha |
|
protected AlphaSource |
alphaSource |
|
static int |
AVG |
|
static int |
BIAS |
|
protected DataFunction |
data |
|
protected DataFunction.DataInfoFunction |
dataInfo |
|
protected double[] |
lnN |
|
protected DataDoubleArray |
nData |
|
protected DataDoubleArray.DataInfoDoubleArray |
nDataInfo |
|
protected DataTag |
nTag |
|
static int |
SKEW |
|
protected DataSplitter |
splitter |
|
static int |
STDEV |
|
protected DataTag |
tag |
|
protected int |
which |
| Constructor | Description |
|---|---|
DataSourceAlphaFE(AlphaSource alphaSource,
int which) |
| Modifier and Type | Method | Description |
|---|---|---|
IData |
getData() |
|
IDataInfo |
getDataInfo() |
|
int |
getIndependentArrayDimension() |
Returns the number of independent data dimensions
|
DataDoubleArray |
getIndependentData(int i) |
Returns the X data for the given dimension
|
DataDoubleArray.DataInfoDoubleArray |
getIndependentDataInfo(int i) |
Returns the DataInfo for the given dimension
|
DataTag |
getIndependentTag() |
Returns the tag associated with this DataSource.
|
DataTag |
getTag() |
|
void |
setAlpha(double newAlpha) |
|
void |
setOverlapSplitter(DataSplitter splitter) |
protected DataSplitter splitter
protected double[][] allData
protected double[] lnN
protected DataDoubleArray nData
protected DataDoubleArray.DataInfoDoubleArray nDataInfo
protected DataFunction data
protected DataFunction.DataInfoFunction dataInfo
protected final AkimaSpline akima
protected double[] alpha
protected double[] allLnAlpha
protected final DataTag tag
protected final DataTag nTag
protected final AlphaSource alphaSource
protected final int which
public static final int AVG
public static final int STDEV
public static final int SKEW
public static final int BIAS
public DataSourceAlphaFE(AlphaSource alphaSource, int which)
public void setOverlapSplitter(DataSplitter splitter)
public void setAlpha(double newAlpha)
public IData getData()
getData in interface IDataSourcepublic DataTag getTag()
getTag in interface IDataSourcepublic IDataInfo getDataInfo()
getDataInfo in interface IDataSourcepublic DataDoubleArray getIndependentData(int i)
DataSourceIndependentgetIndependentData in interface DataSourceIndependentpublic DataDoubleArray.DataInfoDoubleArray getIndependentDataInfo(int i)
DataSourceIndependentgetIndependentDataInfo in interface DataSourceIndependentpublic int getIndependentArrayDimension()
DataSourceIndependentgetIndependentArrayDimension in interface DataSourceIndependentpublic DataTag getIndependentTag()
DataSourceIndependentgetIndependentTag in interface DataSourceIndependent