lundi 20 janvier 2020

Julia drawing from standard normal distribution

I need to draw 53000000 observations from a standard normal distribution. My current code takes a long time to run in Julia (in fact, it's been running for the past twenty minutes) and I'm wondering if there's anything I can do to speed it up. Here's what I tried:

using Distributions
d = Normal()
shock = rand(d, 1, 53000000)



Aucun commentaire:

Enregistrer un commentaire