Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Time series models in Fortran

shalwi
Beginner
886 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
886 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
886 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