You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When one is interested in generating samples of stochastic processes for Monte Carlo methods and Machine Learning tasks it is essential to create many samples of the underlying process. The way the package is designed, this is very inefficient and doesn't exploit the power of numpy. (Using the package, you have to essentially iterate in a python loop for something like 1M+ times).
These are the tasks I am working on the most (they are particularly important in mathematical finance applications) and I was thinking about publishing some of the code that I have collected so far. But before doing so, I was wondering if there is interest in updating this project to be more efficient for generating many samples. In that case a would be happy to help (e.g. I have a Cython implementation of Hosking's method).
The text was updated successfully, but these errors were encountered:
hagerpa
changed the title
Genrating many samples
Generating many samples
Mar 26, 2021
Hi all, and thank you for the great package!
When one is interested in generating samples of stochastic processes for Monte Carlo methods and Machine Learning tasks it is essential to create many samples of the underlying process. The way the package is designed, this is very inefficient and doesn't exploit the power of numpy. (Using the package, you have to essentially iterate in a python loop for something like 1M+ times).
These are the tasks I am working on the most (they are particularly important in mathematical finance applications) and I was thinking about publishing some of the code that I have collected so far. But before doing so, I was wondering if there is interest in updating this project to be more efficient for generating many samples. In that case a would be happy to help (e.g. I have a Cython implementation of Hosking's method).
The text was updated successfully, but these errors were encountered: