Logo

XLeratorDB/Windowing Functions Documentation

FUNCTION REFERENCE - Windowing Functions FUNCTIONS

Moving Averages
DEMA

Daily Exponential Moving Average

Read more
DWMA

Daily Weighted Moving Average

Read more
MovingEWMA

Moving Exponentially Weighted Moving Average

Read more
RunningEWMA

Running Exponentially Weighted Moving Average

Read more
Inventory Calculations
FIFO

Calculate FIFO (first in, first out) values in an ordered resultant table.

Read more
LIFO

Calculate LIFO (last in, first out) values in an ordered resultant table.

Read more
WAC

Calculate running weighted average cost in an ordered resultant table.

Read more
Analytic Functions
LAG

Obtain access to multiple rows within a resultant table, without the need for a self-join.

Read more
Moving Values
MovingAVG

Moving Average

Read more
MovingCORREL

Calculate the Pearson product moment correlation coefficient through data points in y- and x-values within a resultant table or partition, without the need for a self-join.

Read more
MovingCOUNT

Show how many rows are included in an ordered resultant table or within a partition in the resultant table, without having to do a self-join.

Read more
MovingCOVAR

Calculate the covariance through data points in y- and x-values within a resultant table or partition, without the need for a self-join.

Read more
MovingDEVSQ

Calculate the sum of squares of deviations of column values from their sample mean in an ordered resultant table, without the need for a self-join.

Read more
MovingFORECAST

Calculate the predicted value of y for a specific value of x for a series of x- and y-values within a resultant table or partition, without the need for a self-join.

Read more
MovingINTERCEPT

Calculate the intercept of a series of x- and y-values within a resultant table or partition, without the need for a self-join.

Read more
MovingKURT_P

Calculate the population kurtosis of column values in an ordered resultant table, without the need for a self-join.

Read more
MovingKURT_S

Calculate the sample kurtosis of column values in an ordered resultant table, without the need for a self-join.

Read more
MovingMAX

Calculate the maximum of column values in an ordered resultant table, without the need for a self-join.

Read more
MovingMIN

Calculate the minimum of column values in an ordered resultant table, without the need for a self-join.

Read more
MovingPRODUCT

Calculate the product of column values in an ordered resultant table, without the need for a self-join.

Read more
MovingRSQ

Calculate the square of the Pearson product moment correlation coefficient through data points in y- and x-values within a resultant table or partition, without the need for a self-join.

Read more
MovingSKEW_P

Calculate the population skewness of column values in an ordered resultant table, without the need for a self-join.

Read more
MovingSKEW_S

Calculate the sample skewness of column values in an ordered resultant table, without the need for a self-join.

Read more
MovingSLOPE

Calculate the slope of a series of x- and y-values within a resultant table or partition, without the need for a self-join.

Read more
MovingSTDEV

Calculate the sample standard deviation of column values in an ordered resultant table, without the need for a self-join.

Read more
MovingSTDEVP

Calculate the population standard deviation of column values in an ordered resultant table, without the need for a self-join.

Read more
MovingSTEYX

Calculate the standard error of the predicted y-value for each x in a regression within a resultant table or partition, without the need for a self-join.

Read more
MovingSUM

Calculate the sum of column values in an ordered resultant table, without the need for a self-join.

Read more
MovingTEST

Calculate the Student’s t-Test of column values in an ordered resultant table, without the need for a self-join.

Read more
MovingVAR

Calculate the sample variance of column values in an ordered resultant table, without the need for a self-join.

Read more
MovingVARP

Calculate the population variance of column values in an ordered resultant table, without the need for a self-join.

Read more
MovingVOLATILITY

Calculate the historical volatility based upon price or valuation data from column values in an ordered resultant table, without the need for a self-join.

Read more
Capm - Capital Asset Pricing Model
MovingINFORATIO

Calculate the information ratio from column values in an ordered resultant table without the need for a self-join.

Read more
MovingSHARPE

Calculate the Sharpe ratio from column values in an ordered resultant table without the need to a self-join.

Read more
RunningINFORATIO

Calculate the information ratio from column values in an ordered resultant table without the needof a self-join.

Read more
RunningSHARPE

Calculate the Sharpe ratio from column values in an ordered resultant table without the need to a self-join.

Read more
Running Values
RunningAVG

Calculate the average of column values in an ordered resultant table, without having to do a self-join.

Read more
RunningCORREL

Calculate the Pearson product moment correlation coefficient through data points in y- and x-values within a resultant table or partition, without the need for a self-join.

Read more
RunningCOUNT

Show how many rows are included in an ordered resultant table or within a partition in the resultant table, without having to do a self-join.

Read more
RunningCOVAR

Calculate the covariance through data points in y- and x-values within a resultant table or partition, without the need for a self-join.

Read more
RunningDEVSQ

Calculate the sum of squares of deviations of column values from their sample mean in an ordered resultant table, without the need for a self-join.

Read more
RunningFORECAST

Calculate the predicted value of y for a specific value of x for a series of x- and y-values within a resultant table or partition, without the need for a self-join.

Read more
RunningINTERCEPT

Calculate the intercept of a series of x- and y-values within a resultant table or partition, without the need for a self-join.

Read more
RunningKURT_P

Calculate the population kurtosis of column values in an ordered resultant table, without the need for a self-join.

Read more
RunningKURT_S

Calculate the sample kurtosis of column values in an ordered resultant table, without the need for a self-join.

Read more
RunningMAX

Calculate the maximum of column values in an ordered resultant table, without the need for a self-join.

Read more
RunningMIN

Calculate the minimum of column values in an ordered resultant table, without the need for a self-join.

Read more
RunningPRODUCT

Calculate the product of column values in an ordered resultant table, without the need for a self-join.

Read more
RunningRSQ

Calculate the square of the Pearson product moment correlation coefficient through data points in y- and x-values within a resultant table or partition, without the need for a self-join.

Read more
RunningSKEW_P

Calculate the population skewness of column values in an ordered resultant table, without the need for a self-join.

Read more
RunningSKEW_S

Calculate the samples skewness of column values in an ordered resultant table, without the need for a self-join.

Read more
RunningSLOPE

Calculate the slope of a series of x- and y-values within a resultant table or partition, without the need for a self-join.

Read more
RunningSTDEV

Calculate the sample standard deviation of column values in an ordered resultant table, without the need for a self-join.

Read more
RunningSTDEVP

Calculate the population standard deviation of column values in an ordered resultant table, without the need for a self-join.

Read more
RunningSTEYX

Calculate the standard error of the predicted y-value for each x in a regression within a resultant table or partition, without the need for a self-join.

Read more
RunningSUM

Calculate the sum of column values in an ordered resultant table, without the need for a self-join.

Read more
RunningTTEST

Calculate the Student’s t-Test of column values in an ordered resultant table, without the need for a self-join.

Read more
RunningVAR

Calculate the sample variance of column values in an ordered resultant table, without the need for a self-join.

Read more
RunningVARP

Calculate the population variance of column values in an ordered resultant table, without the need for a self-join.

Read more
RunningVOLATILITY

Calculate the historical volatility based upon price or valuation data from column values in an ordered resultant table, without the need for a self-join.

Read more