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 DA413C1CF for ; Mon, 3 Jun 2013 14:17:50 +0000 (UTC) Received: (qmail 92129 invoked by uid 500); 3 Jun 2013 14:11:08 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 91987 invoked by uid 500); 3 Jun 2013 14:11:07 -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 91819 invoked by uid 99); 3 Jun 2013 14:11:06 -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 14:11:06 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of phil.steitz@gmail.com designates 209.85.223.178 as permitted sender) Received: from [209.85.223.178] (HELO mail-ie0-f178.google.com) (209.85.223.178) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Jun 2013 14:10:59 +0000 Received: by mail-ie0-f178.google.com with SMTP id f4so10503101iea.37 for ; Mon, 03 Jun 2013 07:10:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=iAQQWbgRsK6+C0Ys6aGm2h/L7Tv+n8wFhCDUl89QTSA=; b=S5xsoJb8Gap1A70AyVoIrzZWBIJIIouFHYq6kygMCv+ayQvMRnv8RIek6Vq6Xf4LsW kLvLnbZG4Qjg1LdfbPtEV0DldDqpS9LyQXxvfuBqvnAzyAiMunjucQhwLqtUNRkRc/lQ zRk8sfYd0bqHG0Wocp5e2z/8D0GUqMrQWjFwAkoc6VWR//M+/POmmQ6O7uzZfd9Ir3lp vry7o3BsOX8hW6qiINTK8ifhJnLqMQiBCFjdTOEVeVBV+Rw1pB9vXrB9jqC8A4NGRbcS B1poheM1xGgiqfpy+f5qLoexWKcLrAsoi4Sd51zL0GVTx3pW6lbkqtkwy5gO8bN9GQAY Mpmg== X-Received: by 10.50.44.77 with SMTP id c13mr8128965igm.17.1370268638197; Mon, 03 Jun 2013 07:10:38 -0700 (PDT) Received: from [192.168.144.168] (65-122-15-178.dia.static.qwest.net. [65.122.15.178]) by mx.google.com with ESMTPSA id wn10sm19751293igb.2.2013.06.03.07.10.36 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 03 Jun 2013 07:10:37 -0700 (PDT) Message-ID: <51ACA3DB.5040404@gmail.com> Date: Mon, 03 Jun 2013 07:10:35 -0700 From: Phil Steitz User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Commons Developers List Subject: Re: [math] Stochastic Process References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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 > > 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 ... random was originally intended to just house random data generation stuff. I would see stochastic processes as logical clients of the generators in random, but I see the logic here. > - stochastic.process: downside of adding another top-level package It think this is probably the best. I tend to favor shallow and wide over deep and narrow because it makes it easier to find things and leads to less head-scratching about why things are where they are. What are the other stochastic.x that you have in mind? > - stat.process: well, statistics is a sub-group of stochastic so it would > not be perfect He he. A probabilist, I assume :) What you probably really mean is probability.stochastic.process, probability.stat.*. Too deep for me :) Phil > > What do you think? > > Thomas > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org