/

DAExponentialSmoothing

[this page | pdf]

Function Description

Returns an array providing the result of applying an exponential smoothing algorithm to the InputArray (algorithm used is compatible with the one implicit in the Excel Data Analysis Toolpack as at 2012).

 

If the input array, , is of length  then the output consists of a two dimensional array  of size  where  corresponds to the exponentially smoothed values,  and  corresponds to the “standard error” of these values, , these being calculated as follows, where  and :

 

 


NAVIGATION LINKS
Contents | Prev | Next


Output type / Parameter details

Output type: Double()
Parameter NameVariable TypeDescription
InputArrayDouble()Input Array
SmoothingFactorDoubleSmoothing factor to apply in exponentia smoothing algorithm
StdErrorCalcWindowIntegerNumber of periods used in calculation of standard error

Links to:

-          Interactively run function

-          Interactive instructions

-          Example calculation

-          Output type / Parameter details

-          Illustrative spreadsheet

-          Other Statistical functions

-          Computation units used


Note: If you use any Nematrian web service either programmatically or interactively then you will be deemed to have agreed to the Nematrian website License Agreement


Desktop view | Switch to Mobile