Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Time series models in Fortran

shalwi
Beginner
850 Views
As a part of my reasearch, I have been working with discrete time series models using Matlab. Now, I am further trying to implement themusing Fortran 90 for other reasons. Being new to Fortran, I am wondering if this has to be started from scratch ordothe time series models exist inany libraries or functions or inany form?
Apprciate any response.
0 Kudos
2 Replies
TimP
Honored Contributor III
850 Views
Quoting - shalwi
As a part of my reasearch, I have been working with discrete time series models using Matlab. Now, I am further trying to implement themusing Fortran 90 for other reasons. Being new to Fortran, I am wondering if this has to be started from scratch ordothe time series models exist inany libraries or functions or inany form?
Apprciate any response.
If this problem can be posed with more specificity, it might usefully be put on usenet comp.lang.fortran.
0 Kudos
anthonyrichards
New Contributor III
850 Views
Quoting - shalwi
As a part of my reasearch, I have been working with discrete time series models using Matlab. Now, I am further trying to implement themusing Fortran 90 for other reasons. Being new to Fortran, I am wondering if this has to be started from scratch ordothe time series models exist inany libraries or functions or inany form?
Apprciate any response.

E.G are you doing lots of FFTs? Are you creating time series with added random noise? Are you doing autocorrelation, filtering etc.?
0 Kudos
Reply