| 
 | ||||||||||
| 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.COScos(a), computes cosinus function for all elements of an array. | 
| static CalcFunctions | CalcFunctions.FRACDIFFfracdiff(a, d), fractional differences of a. | 
| static CalcFunctions | CalcFunctions.LAGNlagn(a,b), lags the array by b elements and fills the resulting free slots with Double.NaN. | 
| static CalcFunctions | CalcFunctions.LOGlog(a), computes natural logarithm for all elements of an array. | 
| static CalcFunctions | CalcFunctions.MAXmax(a,b), returns an array with the maximum elements of aandbfor each row. | 
| static CalcFunctions | CalcFunctions.MEANCmeanc(a), computes the mean of all elements in an array. | 
| static CalcFunctions | CalcFunctions.MINmin(a,b), returns an array with the minimum elements of aandbfor each row. | 
| static CalcFunctions | CalcFunctions.ONESones(a), creates an array of ones with dimension (a x 1). | 
| static CalcFunctions | CalcFunctions.REVERSEreverse(a), reverses the order of an array, starting from observation T to 1. | 
| static CalcFunctions | CalcFunctions.RNDNrndn(a), creates an array of arandom numbers between 0
 and 1. | 
| static CalcFunctions | CalcFunctions.ROWSrows(a), gets the rows of an array. | 
| static CalcFunctions | CalcFunctions.SINsin(a), computes sinus function for all elements of an array. | 
| static CalcFunctions | CalcFunctions.SQRTsqrt(a), computes square root for all elements of an array. | 
| static CalcFunctions | CalcFunctions.STANDstand(a), creates a normalized version if the array by subtracting the mean and dividing by the standard deviation. | 
| static CalcFunctions | CalcFunctions.STDCstdc(a), computes the standard deviation of all elements in an array. | 
| static CalcFunctions | CalcFunctions.SUMCsumc(a), computes the sum of all elements in an array. | 
| static CalcFunctions | CalcFunctions.TANtan(a), computes tangens function for all elements of an array. | 
| static CalcFunctions | CalcFunctions.TRENDtrend(a), creates an array of numbers incremented by 1 with dimension (a x 1), starting from 1. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||