|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CalcFunctions | |
---|---|
com.jstatcom.parser | Various parsers generated by JavaCC. |
Uses of CalcFunctions in com.jstatcom.parser |
---|
Fields in com.jstatcom.parser declared as CalcFunctions | |
---|---|
static CalcFunctions |
CalcFunctions.COS
cos(a), computes cosinus function for all elements of an array. |
static CalcFunctions |
CalcFunctions.FRACDIFF
fracdiff(a, d), fractional differences of a. |
static CalcFunctions |
CalcFunctions.LAGN
lagn(a,b), lags the array by b elements and fills the resulting free slots with Double.NaN . |
static CalcFunctions |
CalcFunctions.LOG
log(a), computes natural logarithm for all elements of an array. |
static CalcFunctions |
CalcFunctions.MAX
max(a,b), returns an array with the maximum elements of a
and b for each row. |
static CalcFunctions |
CalcFunctions.MEANC
meanc(a), computes the mean of all elements in an array. |
static CalcFunctions |
CalcFunctions.MIN
min(a,b), returns an array with the minimum elements of a
and b for each row. |
static CalcFunctions |
CalcFunctions.ONES
ones(a), creates an array of ones with dimension (a x 1) . |
static CalcFunctions |
CalcFunctions.REVERSE
reverse(a), reverses the order of an array, starting from observation T to 1. |
static CalcFunctions |
CalcFunctions.RNDN
rndn(a), creates an array of a random numbers between 0
and 1. |
static CalcFunctions |
CalcFunctions.ROWS
rows(a), gets the rows of an array. |
static CalcFunctions |
CalcFunctions.SIN
sin(a), computes sinus function for all elements of an array. |
static CalcFunctions |
CalcFunctions.SQRT
sqrt(a), computes square root for all elements of an array. |
static CalcFunctions |
CalcFunctions.STAND
stand(a), creates a normalized version if the array by subtracting the mean and dividing by the standard deviation. |
static CalcFunctions |
CalcFunctions.STDC
stdc(a), computes the standard deviation of all elements in an array. |
static CalcFunctions |
CalcFunctions.SUMC
sumc(a), computes the sum of all elements in an array. |
static CalcFunctions |
CalcFunctions.TAN
tan(a), computes tangens function for all elements of an array. |
static CalcFunctions |
CalcFunctions.TREND
trend(a), creates an array of numbers incremented by 1 with dimension (a x 1) , starting from 1. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |