Methods in ChartDirector that return ArrayMath |
ArrayMath |
ArrayMath.abs()
|
ArrayMath |
ArrayMath.acc()
|
ArrayMath |
ArrayMath.add(double b)
|
ArrayMath |
ArrayMath.add(double[] b)
|
ArrayMath |
ArrayMath.add2(double b)
|
ArrayMath |
ArrayMath.delta()
|
ArrayMath |
ArrayMath.delta(int offset)
|
ArrayMath |
ArrayMath.div(double b)
|
ArrayMath |
ArrayMath.div(double[] b)
|
ArrayMath |
ArrayMath.div2(double b)
|
ArrayMath |
ArrayMath.expAvg(double smoothingFactor)
|
ArrayMath |
ArrayMath.financeDiv(double[] b,
double zeroByZeroValue)
|
ArrayMath |
ArrayMath.insert(double[] a)
|
ArrayMath |
ArrayMath.insert(double[] a,
int insertPoint)
|
ArrayMath |
ArrayMath.insert(double c,
int len)
|
ArrayMath |
ArrayMath.insert(double c,
int len,
int insertPoint)
|
ArrayMath |
ArrayMath.insert2(double c,
int len)
|
ArrayMath |
ArrayMath.insert2(double c,
int len,
int insertPoint)
|
ArrayMath |
ArrayMath.lowess()
|
ArrayMath |
ArrayMath.lowess(double smoothness)
|
ArrayMath |
ArrayMath.lowess(double[] b)
|
ArrayMath |
ArrayMath.lowess(double[] b,
double smoothness)
|
ArrayMath |
ArrayMath.lowess(double[] b,
double smoothness,
int iteration)
|
ArrayMath |
ArrayMath.lowess(double smoothness,
int iteration)
|
ArrayMath |
ArrayMath.lowess2(double[] b)
|
ArrayMath |
ArrayMath.lowess2(double[] b,
double smoothness)
|
ArrayMath |
ArrayMath.lowess2(double[] b,
double smoothness,
int iteration)
|
ArrayMath |
ArrayMath.movAvg(int interval)
|
ArrayMath |
ArrayMath.movCorr(int interval)
|
ArrayMath |
ArrayMath.movCorr(int interval,
double[] b)
|
ArrayMath |
ArrayMath.movMax(int interval)
|
ArrayMath |
ArrayMath.movMed(int interval)
|
ArrayMath |
ArrayMath.movMin(int interval)
|
ArrayMath |
ArrayMath.movPercentile(int interval,
double percentile)
|
ArrayMath |
ArrayMath.movStdDev(int interval)
|
ArrayMath |
ArrayMath.mul(double b)
|
ArrayMath |
ArrayMath.mul(double[] b)
|
ArrayMath |
ArrayMath.mul2(double b)
|
ArrayMath |
ArrayMath.rate()
|
ArrayMath |
ArrayMath.rate(int offset)
|
ArrayMath |
ArrayMath.replace(double a,
double b)
|
ArrayMath |
ArrayMath.selectEQZ()
|
ArrayMath |
ArrayMath.selectEQZ(double[] b)
|
ArrayMath |
ArrayMath.selectEQZ(double[] b,
double fillValue)
|
ArrayMath |
ArrayMath.selectGEZ()
|
ArrayMath |
ArrayMath.selectGEZ(double[] b)
|
ArrayMath |
ArrayMath.selectGEZ(double[] b,
double fillValue)
|
ArrayMath |
ArrayMath.selectGTZ()
|
ArrayMath |
ArrayMath.selectGTZ(double[] b)
|
ArrayMath |
ArrayMath.selectGTZ(double[] b,
double fillValue)
|
ArrayMath |
ArrayMath.selectLEZ()
|
ArrayMath |
ArrayMath.selectLEZ(double[] b)
|
ArrayMath |
ArrayMath.selectLEZ(double[] b,
double fillValue)
|
ArrayMath |
ArrayMath.selectLTZ()
|
ArrayMath |
ArrayMath.selectLTZ(double[] b)
|
ArrayMath |
ArrayMath.selectLTZ(double[] b,
double fillValue)
|
ArrayMath |
ArrayMath.selectNEZ()
|
ArrayMath |
ArrayMath.selectNEZ(double[] b)
|
ArrayMath |
ArrayMath.selectNEZ(double[] b,
double fillValue)
|
ArrayMath |
ArrayMath.selectRegularSpacing(int majorTickStep)
|
ArrayMath |
ArrayMath.selectRegularSpacing(int majorTickStep,
int minorTickStep)
|
ArrayMath |
ArrayMath.selectRegularSpacing(int majorTickStep,
int minorTickStep,
int initialMargin)
|
ArrayMath |
ArrayMath.selectStartOfDay()
|
ArrayMath |
ArrayMath.selectStartOfDay(int majorTickStep)
|
ArrayMath |
ArrayMath.selectStartOfDay(int majorTickStep,
double initialMargin)
|
ArrayMath |
ArrayMath.selectStartOfHour()
|
ArrayMath |
ArrayMath.selectStartOfHour(int majorTickStep)
|
ArrayMath |
ArrayMath.selectStartOfHour(int majorTickStep,
double initialMargin)
|
ArrayMath |
ArrayMath.selectStartOfMinute()
|
ArrayMath |
ArrayMath.selectStartOfMinute(int majorTickStep)
|
ArrayMath |
ArrayMath.selectStartOfMinute(int majorTickStep,
double initialMargin)
|
ArrayMath |
ArrayMath.selectStartOfMonth()
|
ArrayMath |
ArrayMath.selectStartOfMonth(int majorTickStep)
|
ArrayMath |
ArrayMath.selectStartOfMonth(int majorTickStep,
double initialMargin)
|
ArrayMath |
ArrayMath.selectStartOfSecond()
|
ArrayMath |
ArrayMath.selectStartOfSecond(int majorTickStep)
|
ArrayMath |
ArrayMath.selectStartOfSecond(int majorTickStep,
double initialMargin)
|
ArrayMath |
ArrayMath.selectStartOfWeek()
|
ArrayMath |
ArrayMath.selectStartOfWeek(int majorTickStep)
|
ArrayMath |
ArrayMath.selectStartOfWeek(int majorTickStep,
double initialMargin)
|
ArrayMath |
ArrayMath.selectStartOfYear()
|
ArrayMath |
ArrayMath.selectStartOfYear(int majorTickStep)
|
ArrayMath |
ArrayMath.selectStartOfYear(int majorTickStep,
double initialMargin)
|
ArrayMath |
ArrayMath.shift()
|
ArrayMath |
ArrayMath.shift(int offset)
|
ArrayMath |
ArrayMath.shift(int offset,
double fillValue)
|
ArrayMath |
ArrayMath.sub(double b)
|
ArrayMath |
ArrayMath.sub(double[] b)
|
ArrayMath |
ArrayMath.sub2(double b)
|
ArrayMath |
ArrayMath.trim()
|
ArrayMath |
ArrayMath.trim(int startIndex)
|
ArrayMath |
ArrayMath.trim(int startIndex,
int len)
|