The routine may be called by the names g13mgf or nagf_tsa_inhom_ma.
3Description
g13mgf provides a number of operators for an inhomogeneous time series. The time series is represented by two vectors of length ; a vector of times, ; and a vector of values, . Each element of the time series is, therefore, composed of the pair of scalar values , for . Time can be measured in any arbitrary units, as long as all elements of use the same units.
The main operator available, the moving average (MA), with parameter is defined as
(1)
where , and are user-supplied integers controlling the amount of lag and smoothing respectively, with and is the iterated exponential moving average operator.
The iterated exponential moving average, , is defined using the recursive formula:
with
and
where
The value of depends on the method of interpolation chosen and the relationship between and the input series depends on the transformation function chosen. g13mgf gives the option of three interpolation methods:
1.
Previous point:
.
2.
Linear:
.
3.
Next point:
.
and three transformation functions:
1.
Identity:
.
2.
Absolute value:
.
3.
Absolute difference:
.
where the notation is used to denote the integer nearest to . In addition, if either the absolute value or absolute difference transformation are used then the resulting moving average can be scaled by .
The various parameter options allow a number of different operators to be applied by g13mgf, a few of which are:
(i)Moving Average (MA), as defined in (1) (obtained by setting and ).
(ii)Moving Norm (MNorm), defined as
(obtained by setting , and ).
(iii)Moving Variance (MVar), defined as
(obtained by setting , and ).
(iv)Moving Standard Deviation (MSD), defined as
(obtained by setting , and ).
For large datasets or where all the data is not available at the same time, and can be split into arbitrary sized blocks and g13mgf called multiple times.
4References
Dacorogna M M, Gencay R, Müller U, Olsen R B and Pictet O V (2001) An Introduction to High-frequency Finance Academic Press
Zumbach G O and Müller U A (2001) Operators on inhomogeneous time series International Journal of Theoretical and Applied Finance4(1) 147–178
5Arguments
1: – IntegerInput
On entry: , the number of observations in the current block of data. At each call the size of the block of data supplied in ma and t can vary;, therefore, nb can change between calls to g13mgf.
Constraint:
.
2: – Real (Kind=nag_wp) arrayInput/Output
On entry: , the current block of observations, for , where is the number of observations processed so far, i.e., the value supplied in pn on entry.
On exit: the moving average:
if or
,
otherwise
.
3: – Real (Kind=nag_wp) arrayInput
On entry: , the times for the current block of observations, for , where is the number of observations processed so far, i.e., the value supplied in pn on entry.
If , will be returned, but g13mgf will continue as if was strictly increasing by using the absolute value. The lagged difference, must be sufficiently small that , can be calculated without overflowing, for all .
4: – Real (Kind=nag_wp)Input
On entry: , the parameter controlling the rate of decay. must be sufficiently large that , can be calculated without overflowing, for all , where .
Constraint:
.
5: – IntegerInput
On entry: , the iteration of the EMA operator at which the sum is started.
Constraint:
.
6: – IntegerInput
On entry: , the iteration of the EMA operator at which the sum is ended.
Constraint:
.
7: – Real (Kind=nag_wp) arrayInput
Note: the dimension of the array sinit
must be at least
if or , and at least otherwise.
On entry: if , the values used to start the iterative process, with
,
,
, for .
In addition, if or then
,
, for .
i.e., initial values based on the original data as opposed to the transformed data .
On entry: the type of interpolation used with indicating the interpolation method to use when calculating and the interpolation method to use when calculating , .
Three types of interpolation are possible:
Previous point, with .
Linear, with .
Next point, .
Zumbach and Müller (2001) recommend that linear interpolation is used in second and subsequent iterations, i.e., , irrespective of the interpolation method used at the first iteration, i.e., the value of .
Constraint:
, or , for .
9: – IntegerInput
On entry: the function type used to define the relationship between and when calculating . Three functions are provided:
The identity function, with .
or
The absolute value, with .
or
The absolute difference, with .
If or then the resulting vector of averages is scaled by as described in ma.
Constraint:
, , , or .
10: – Real (Kind=nag_wp)Input/Output
On entry: , the power used in the transformation function.
On exit: if , then , the actual power used in the transformation function is returned, otherwise p is unchanged.
Constraint:
.
11: – IntegerInput/Output
On entry: , the number of observations processed so far. On the first call to g13mgf, or when starting to summarise a new dataset, pn must be set to . On subsequent calls it must be the same value as returned by the last call to g13mgf.
On exit: , the updated number of observations processed so far.
Constraint:
.
12: – Real (Kind=nag_wp) arrayOutput
On exit: either the moving average or exponential moving average, depending on the value of ftype.
if or
otherwise
.
13: – Real (Kind=nag_wp) arrayCommunication Array
On entry: communication array, used to store information between calls to g13mgf. If , rcomm is not referenced, pn must be set to and all the data must be supplied in one go.
14: – IntegerInput
On entry: the dimension of the array rcomm as declared in the (sub)program from which g13mgf is called.
Constraint:
or .
15: – IntegerInput/Output
On entry: ifail must be set to , or to set behaviour on detection of an error; these values have no effect when no error is detected.
A value of causes the printing of an error message and program execution will be halted; otherwise program execution continues. A value of means that an error message is printed while a value of means that it is not.
If halting is not appropriate, the value or is recommended. If message printing is undesirable, then the value is recommended. Otherwise, the value is recommended. When the value or is used it is essential to test the value of ifail on exit.
On exit: unless the routine detects an error or a warning has been flagged (see Section 6).
6Error Indicators and Warnings
If on entry or , explanatory error messages are output on the current error message unit (as defined by x04aaf).
Errors or warnings detected by the routine:
On entry, .
Constraint: .
On entry, , and .
Constraint: t should be strictly increasing.
On entry, , and .
Constraint: if linear interpolation is being used.
On entry, .
Constraint: .
On entry, .
On entry at previous call, .
Constraint: if then tau must be unchanged since previous call.
On entry, .
Constraint: .
On entry, .
On entry at previous call, .
Constraint: if then m1 must be unchanged since previous call.
On entry, and .
Constraint: .
On entry, .
On entry at previous call, .
Constraint: if then m2 must be unchanged since previous call.
On entry, , and .
Constraint: if , , for .
On entry, .
Constraint: , or .
On entry, .
Constraint: , or .
On entry, and .
On entry at previous call, , .
Constraint: if , inter must be unchanged since the last call.
On entry, .
Constraint: , , , or .
On entry, , On entry at previous call, .
Constraint: if , ftype must be unchanged since the previous call.
On entry, .
Constraint: absolute value of p must be representable as an integer.
On entry, .
Constraint: if , . If , the nearest integer to must not be .
On entry, , and .
Constraint: if , or and for any then .
On entry, , , and .
Constraint: if , , for any .
On entry, .
On exit from previous call, .
Constraint: if then p must be unchanged since previous call.
On entry, .
Constraint: .
On entry, .
On exit from previous call, .
Constraint: if then pn must be unchanged since previous call.
Truncation occurred to avoid overflow, check for extreme values in t, ma or for tau. Results are returned using the truncated values.
An unexpected error has been triggered by this routine. Please
contact NAG.
See Section 7 in the Introduction to the NAG Library FL Interface for further information.
Your licence key may have expired or may not have been installed correctly.
See Section 8 in the Introduction to the NAG Library FL Interface for further information.
Dynamic memory allocation failed.
See Section 9 in the Introduction to the NAG Library FL Interface for further information.
7Accuracy
Not applicable.
8Parallelism and Performance
g13mgf is threaded by NAG for parallel execution in multithreaded implementations of the NAG Library.
g13mgf makes calls to BLAS and/or LAPACK routines, which may be threaded within the vendor library used by this implementation. Consult the documentation for the vendor library for further information.
Please consult the X06 Chapter Introduction for information on how to control and interrogate the OpenMP environment used within this routine. Please also consult the Users' Note for your implementation for any additional implementation-specific information.
9Further Comments
Approximately real elements are internally allocated by g13mgf. If or then a further nb real elements are also allocated.
The more data you supply to g13mgf in one call, i.e., the larger nb is, the more efficient the routine will be, particularly if the routine is being run using more than one thread.
Checks are made during the calculation of and to avoid overflow. If a potential overflow is detected the offending value is replaced with a large positive or negative value, as appropriate, and the calculations performed based on the replacement values. In such cases is returned. This should not occur in standard usage and will only occur if extreme values of ma, t or tau are supplied.
10Example
The example reads in a simulated time series, and calculates the moving average. The data is supplied in three blocks of differing sizes.