Re: [math] Stochastic Process

2013-06-04 Thread Phil Steitz
On 6/3/13 12:06 PM, Thomas Neidhart wrote: > On 06/03/2013 04:10 PM, Phil Steitz wrote: >> On 6/3/13 4:18 AM, Thomas Neidhart wrote: >>> Hi, >>> >>> to start working on the Monte Carlo engine (see MATH-463) I would like to >>> break this thing up in multiple pieces. One thing that could be added >>

Re: [math] Stochastic Process

2013-06-03 Thread Thomas Neidhart
On 06/03/2013 04:10 PM, Phil Steitz wrote: > On 6/3/13 4:18 AM, Thomas Neidhart wrote: >> Hi, >> >> to start working on the Monte Carlo engine (see MATH-463) I would like to >> break this thing up in multiple pieces. One thing that could be added >> independently is the concept of a stochastic proc

Re: [math] Stochastic Process

2013-06-03 Thread Adekoya Adekunle
I successfully downloaded the maths components under ' http://svn.apache.org/repos/asf/commons/proper/math/trunk/' . I use my subversion client for the download. I got all the folders ( and files in each folder) inside the trunk. If i need to write say a very simple java code that would call say

Re: [math] Stochastic Process

2013-06-03 Thread Phil Steitz
On 6/3/13 4:18 AM, Thomas Neidhart wrote: > Hi, > > to start working on the Monte Carlo engine (see MATH-463) I would like to > break this thing up in multiple pieces. One thing that could be added > independently is the concept of a stochastic process (e.g. Wiener, > BrownianMotion, ...). +1 > >

Re: [math] Stochastic Process

2013-06-03 Thread Phil Steitz
On 6/3/13 6:45 AM, Adekoya Adekunle wrote: > I am interested in helping with the development and /or documentation of > some of apache commons components. > > I have a subversion client on my machine , what svn command ( especially > the URL that can be accessed anonymosuly from my svn client ) d

Re: [math] Stochastic Process

2013-06-03 Thread Adekoya Adekunle
I am interested in helping with the development and /or documentation of some of apache commons components. I have a subversion client on my machine , what svn command ( especially the URL that can be accessed anonymosuly from my svn client ) do I need to checkout the components on the commons s

[math] Stochastic Process

2013-06-03 Thread Thomas Neidhart
Hi, to start working on the Monte Carlo engine (see MATH-463) I would like to break this thing up in multiple pieces. One thing that could be added independently is the concept of a stochastic process (e.g. Wiener, BrownianMotion, ...). The code in the contribution is already a pretty good start,