From 9eb177bc27e059e51c1ebc277f31c6d9e7495fb4 Mon Sep 17 00:00:00 2001 From: wirawan Date: Thu, 7 Oct 2010 15:57:29 +0000 Subject: [PATCH] * Adding wpylib.math.stats submodule which contains commonly used statistical analysis tools. --- math/stats/__init__.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 math/stats/__init__.py diff --git a/math/stats/__init__.py b/math/stats/__init__.py new file mode 100644 index 0000000..38b53e7 --- /dev/null +++ b/math/stats/__init__.py @@ -0,0 +1,7 @@ +# $Id: __init__.py,v 1.1 2010-10-07 15:57:29 wirawan Exp $ +# +# wpylib.math.stats main module +# Created: 20101006 +# Wirawan Purwanto +# +pass