Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BCB8BC4B4 for ; Mon, 3 Jun 2013 14:45:54 +0000 (UTC) Received: (qmail 24556 invoked by uid 500); 3 Jun 2013 13:45:46 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 24250 invoked by uid 500); 3 Jun 2013 13:45:46 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 24242 invoked by uid 99); 3 Jun 2013 13:45:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Jun 2013 13:45:44 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of adekunleadekoya@gmail.com designates 209.85.223.175 as permitted sender) Received: from [209.85.223.175] (HELO mail-ie0-f175.google.com) (209.85.223.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Jun 2013 13:45:38 +0000 Received: by mail-ie0-f175.google.com with SMTP id tp5so10133050ieb.6 for ; Mon, 03 Jun 2013 06:45:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=lhfflt4NBY4pPFFH3l+6KNl4tlPnEoVdU8zG3ocxBqo=; b=NvY31YjEj7n5EuhJ2Y8hFLDLk1zdnydD869Y9t0MCssl1TuSwpazclkHEU/wWnebia rsW0HhnCANmrCJRuXVEYMLFGi9EpHGfC5wgYX403bNnSVPHNNlkrvD0ucDSULF0BRR1b +GnyS5Sa20LuveWBInYGrl2b6MA5s3qWfh+oAOKj33+K/fWJycnPb07rUvGNMQnxULN+ rFDhwIhic2ZNFEqlKOVZg4Ziam65MBEVp7QF6VsFMJPuDGWUpMMfhc2cFr1CXnCp/YSb Ir4zRwjrRyTNgrIr+caj3nKruE5XGtV+O8IKZ1EL0lX1wPPDjgfTRQWNd+cTafJhHT15 N+5w== MIME-Version: 1.0 X-Received: by 10.50.33.40 with SMTP id o8mr8011523igi.85.1370267113988; Mon, 03 Jun 2013 06:45:13 -0700 (PDT) Received: by 10.64.62.66 with HTTP; Mon, 3 Jun 2013 06:45:13 -0700 (PDT) In-Reply-To: References: Date: Mon, 3 Jun 2013 14:45:13 +0100 Message-ID: Subject: Re: [math] Stochastic Process From: Adekoya Adekunle To: Commons Developers List Content-Type: multipart/alternative; boundary=089e0153880093a84904de402c73 X-Virus-Checked: Checked by ClamAV on apache.org --089e0153880093a84904de402c73 Content-Type: text/plain; charset=ISO-8859-1 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 sandbox or repository ? I would like to start with some maths components I would be glad to have your kind response on this Kunle On Mon, Jun 3, 2013 at 12:18 PM, 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, ...). > > The code in the contribution is already a pretty good start, but the > question would be where to put it. We do not yet have a stochastic base > package, and random is also not such a good fit imho. > > I see various options: > > - random.process: well it models a random process ... > - stochastic.process: downside of adding another top-level package > - stat.process: well, statistics is a sub-group of stochastic so it would > not be perfect > > What do you think? > > Thomas > --089e0153880093a84904de402c73--