[Numpy-discussion] Ignorance question

josef.pktd at gmail.com josef.pktd at gmail.com
Sun Nov 1 21:27:21 EST 2009


On Sun, Nov 1, 2009 at 10:26 PM,  <josef.pktd at gmail.com> wrote:
> On Sun, Nov 1, 2009 at 9:58 PM, David Goldsmith <d.l.goldsmith at gmail.com> wrote:
>> I Googled scipy brownian and the top hit was the doc for numpy.random.wald,
>> but said doc has a "tone" that suggests there are more "sophisticated" ways
>> to generate a random Brownian signal? Or is wald indeed SotA?  Thanks!

What's a SotA?

Josef

>>
>> DG
>
> Do you mean generating a random sample of a Brownian motion? The
> standard approach, I have seen, is just cumsum of random normals, with
> time steps depending on the usage, e.g.
> http://groups.google.com/group/sympy/browse_thread/thread/65bf82164cae83be?pli=1
>
> However, I never really checked the details of how they generate
> Brownian Motions or Brownian Bridges in larger Monte Carlo studies.
>
> Josef
>
>
>> _______________________________________________
>> NumPy-Discussion mailing list
>> NumPy-Discussion at scipy.org
>> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>>
>>
>



More information about the NumPy-Discussion mailing list