The Modelling class contains methods used for transformation of variables.
Method name | Brief description | |
The Abs method returns absolute value (modulus) of selected variable points. | ||
The AbsI method returns absolute value (modulus) of selected variable points, if this variable contains only integer values. | ||
The Arima method models variable value by the ARIMA method. | ||
The ArimaR method models variable values with the ARIMA method using the R package. | ||
The ASCII method returns ASCII code for the first string character. | ||
The AutoTrend method selects optimal trend for the variable in the specified period. | ||
The Average method returns average value of selected variable points. | ||
The AverageI method returns the mean value of selected variable points, if this variable contains only integer values. | ||
The Bpf method models variable values using the Baxter-King filter. | ||
The BpfR method models variable values using the Baxter-King method using the R package. | ||
The Char method returns a character that corresponds to the specified ASCII code. | ||
The Coalesce method returns a series, each point of which is calculated as the first met value from specified series that is not equal to Null. | ||
The Collapse method aggregates variable values. | ||
The Combine method returns the series containing source series data for the sample period and forecasting series data for the forecasting period. | ||
The Contains method returns whether a source string contains a searched substring. | ||
The Cos method returns cosine of selected variable points. | ||
The Cumulative method transforms variable using selected cumulative method. | ||
The CumulativeYTD method transforms variable by applying the specified cumulative method to the start of the year. | ||
The Default_ method returns Null. | ||
The Diff method calculates increment of variable points in comparison with previous period. | ||
The DiffX method calculates increment of variable points in comparison with the selected period. | ||
The DiffY method calculates increment of variable points in comparison with the corresponding period of the previous year. | ||
The Div_ method returns the integer part of integer division of values of the variable points by the specified value. | ||
The Division method returns quotient of pointwise division of two variables. | ||
The DLog method calculates increment of the logarithm of variable points in comparison with previous period. | ||
The DLogX method calculates increment of the logarithm of variable points in comparison with the selected period. | ||
The DynamicLowerConfidenceLevel method returns lower dynamic confidence limit of forecast series. | ||
The DynamicUpperConfidenceLevel method returns upper dynamic confidence limit of forecast series. | ||
The Ecm method transforms variable using error correction model. | ||
The EndsWith method returns whether a source string ends with the searched substring. | ||
The Estimate method returns estimated value of a constant. | ||
The Exp method returns the result of raising the number "e" to the power, specified by variable point. | ||
The Expsmooth method transforms variable with the help of exponential smoothing. | ||
The ExpSmoothR method transforms variable data with the exponential smoothing method using the R package. | ||
The ExpX method returns the result of raising points variable points to the specified power. | ||
The Extrapolate method transforms a variable using a trend with functional dependency estimation. | ||
The Fact method returns a factorial of selected variable points. | ||
The Fill method fills empty values of the series using various missing data treatment methods. | ||
The Find method returns position of substring start in the specified source string. | ||
The Fitted method returns modeling series. | ||
The Floor method returns the result of rounding down variable points to multiple of specified accuracy. | ||
The FloorI method returns the result of rounding down variable points to multiple of the specified accuracy. The variable must only contain integer values. | ||
The Forecast method returns forecast values for the specified series. | ||
The GetValueByDate method returns series value for the specific date. | ||
The GreyForecast method models a variable using the Grey forecast. | ||
The Hpf method smoothes a variable using the Hodrick-Prescott filter (smoothing parameter is lambda). | ||
The HpfP method smoothes the variable with the Hodrick-Prescott filter, by calculating the smoothing parameter depending on the model frequency and the degree parameter. | ||
The HpfR method smoothes data of a variable using the Hodrick-Prescott filter and the R package. | ||
The Iif method provides conditional execution of operators. | ||
The Int method rounds values of selected variable down to the nearest integer. | ||
The Interpolate method interpolates variable values. | ||
The InterpolateP method interpolates variable values according to a pattern. | ||
The IsSeriesEmpty method returns whether series is empty. | ||
The Lag method shifts variable forward by the specified number of points in a time period. | ||
The Lead method shifts variable backwards by the specified number of points in a time period. | ||
The Left method returns the specified number of characters from the left string edge. | ||
The Length method returns the number of characters in the specified string. | ||
The Level method applies the Level function to selected variable. | ||
The LevelIndexSeries method returns current element index for set calendar frequency. | ||
The Ln method returns a natural logarithm of selected variable points. | ||
The Log method returns logarithm of selected variable points to selected base. | ||
The Log10 method returns base-10 logarithm of selected variable points. | ||
The Lower method returns the specified string transformed into low case. |
||
The LowerConfidenceLevel method returns lower confidence limit of forecast series. | ||
The Lrxf method models variable with the help of LRX-filter. | ||
The LTrim method returns the string with removed spaces at the string start. | ||
The Max method returns maximum value of variable points. | ||
The Max_ method returns maximum of the two strings by means of characterwise comparison. | ||
The MaxI method returns the maximum value of variable points, if this variable contains only integer values. | ||
The Mean method returns mean for selected variable. | ||
The Median method returns median for selected variable. | ||
The MedianSmooth method models a variable with the help of median smoothing. | ||
The MedianSmoothR method applies median smoothing to a variable using the R package. | ||
The Mid method returns a substring of the specified length that starts with the specified position of source string. | ||
The Min method returns minimum value of variable points. | ||
The Min_ method returns minimum of the two strings by means of characterwise comparison. | ||
The MinI method returns the minimum value among the points of the variable if it contains only integer values. | ||
The Mod_ method returns remainder of integer division of variable point values by a specified number. | ||
The Mode method returns mode of selected variable. | ||
The Modulus method returns remainder of integer division of variable point values by a specified number. | ||
The MovAvg method transforms the variable by the moving average method. | ||
The MovAvgR method transforms data of a variable using the moving average method using the R package. | ||
The Mult method returns product of corresponding points for two or more variables. | ||
The None method returns whether a constant is not used. | ||
The Nvl method substitutes missing data of variable with the specified value. | ||
The Ols method models a variable with the help of linear regression (OLS estimation). | ||
The Ols method models variable data with the help of linear regression (OLS estimation). Calculation is executed using the R package. | ||
The Pch method calculates rate of change of variable points in comparison with previous period. | ||
The PchA method calculates the rate of change of variable points in comparison with the previous period with seasonality adjustment. | ||
The PchX method calculates the rate of change of variable points in comparison with the selected period. | ||
The PchY method calculates the rate of change of variable points in comparison with the corresponding period of the previous year. | ||
The Pi method returns the Pi number. | ||
The Power method returns the result of raising variable points to the specified power. | ||
The PowerI method returns the result of raising variable points to the specified power. All variable points and the power must be integers. | ||
The R method transforms data using R package methods. | ||
The Rand method returns a random uniformly distributed number, greater or equal to 0 and less than 1. | ||
The RandBetween method returns a random float number between two specified numbers. | ||
The RandbetweenI method returns a random integer between two specified integers. | ||
The Ratio method calculates growth coefficient for variable points. | ||
The Rebase method applies the Rebase function to selected variable. | ||
The Remainder method returns remainder of division of variable points values by a specified number. | ||
The Replace method returns a string, in which all occurrences of the specified substring are replaced with the specified string. | ||
The Residuals method returns a residual series. | ||
The Right method returns the specified number of characters from the right string edge. | ||
The Round method rounds off variable points values. | ||
The RoundDown method rounds down variable point values. | ||
The RoundUp method rounds up values of the variable points. | ||
The RTrim method returns a string with removed spaces at the string end. | ||
The SetPeriod method generates period by specified dates. | ||
The Sign method returns sign of selected variable points. | ||
The SignI method returns sign of selected variable points, if this variable contains only integer values. | ||
The Sin method returns sine of selected variable points. | ||
The Space method returns a string that consists of the specified number of spaces. | ||
The Splice method splices variables. | ||
The SpliceP method transforms a variable on the basis of spliced variables. | ||
The Sqrt method returns square root of selected variable points. | ||
The StartsWith method returns whether a source string starts with the searched substring. | ||
The StDv method returns the standard deviation for the specified variable. | ||
The Subtract method returns difference of corresponding points for two or more variables. | ||
The Sum method returns sum of corresponding points for two or more variables. | ||
The SumI method returns the sum of corresponding points for two or more variables if they contain only integer values. | ||
The SumSq method returns the sum of squares for corresponding points for two or more variables. | ||
The Tan method returns tangent of selected variable points. | ||
The Trim method returns a string with removed spaces at the string start and end. | ||
The Trunc method truncates variable points to the selected number of decimal places. | ||
The Truncate method truncates variable in accordance with selected parameters. | ||
The Tsls method models a variable with the help of linear regression (estimation by method of instrumental variables). | ||
The TslsR method models variable data using linear regression (instrumental variables estimation). Calculation is executed using the R package. | ||
The Upper method returns the specified string transformed into upper case. | ||
|
The UpperConfidenceLevel method returns upper confidence limit of forecast series. | |
The Variance method returns variance of the variable. | ||
The X11 method executes seasonal decomposition and data adjustment. | ||
The YearSeries method returns the current year value for each series point depending on the set calculation periods. |
See also: