NDK_X12_DATA_FILE

int __stdcall NDK_X12_DATA_FILE ( LPCSTR  szScenarioName,
double *  X,
size_t  nLen,
BOOL  monthly,
LONG  startDate,
WORD  reserved 
)

Write the given data into an X12a formatted data file.

Returns
status code of the operation
Return values
NDK_SUCCESS  Operation successful
NDK_FAILED  Operation unsuccessful. See Macros for full list.
Parameters
[in] X is the univariate time series data (a one dimensional array).
[in] nLen is the number of observations in X
[in] monthly is a boolean flag for whether the data is monthly/quartelry sampled.
[in] startDate is the serial date number of the 1st observation in the series
[in] reserved is a reserved argument for future releases. must be set to 1
Remarks
  1. The underlying model is described here.
  2. The time series is homogeneous or equally spaced
  3. The time series may include missing values (e.g. NaN) at either end.
Requirements
Header SFSDK.H
Library SFSDK.LIB
DLL SFSDK.DLL
Examples


   
References
* Hamilton, J .D.; Time Series Analysis , Princeton University Press (1994), ISBN 0-691-04289-6
* Tsay, Ruey S.; Analysis of Financial Time Series John Wiley & SONS. (2005), ISBN 0-471-690740
* D. S.G. Pollock; Handbook of Time Series Analysis, Signal Processing, and Dynamics; Academic Press; Har/Cdr edition(Nov 17, 1999), ISBN: 125609906
* Box, Jenkins and Reisel; Time Series Analysis: Forecasting and Control; John Wiley & SONS.; 4th edition(Jun 30, 2008), ISBN: 470272848