DataSourceIndependent
, IDataSource
public 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 IDataSource
public DataTag getTag()
getTag
in interface IDataSource
public IDataInfo getDataInfo()
getDataInfo
in interface IDataSource
public DataDoubleArray getIndependentData(int i)
DataSourceIndependent
getIndependentData
in interface DataSourceIndependent
public DataDoubleArray.DataInfoDoubleArray getIndependentDataInfo(int i)
DataSourceIndependent
getIndependentDataInfo
in interface DataSourceIndependent
public int getIndependentArrayDimension()
DataSourceIndependent
getIndependentArrayDimension
in interface DataSourceIndependent
public DataTag getIndependentTag()
DataSourceIndependent
getIndependentTag
in interface DataSourceIndependent