From: John Darrington <john@darrington.wattle.id.au>
To: guile-user@gnu.org
Subject: Self Optimising Statistical Calculator
Date: Sun, 17 Feb 2013 07:21:34 +0100 [thread overview]
Message-ID: <20130217062134.GA5865@jocasta.intra> (raw)
[-- Attachment #1: Type: text/plain, Size: 1555 bytes --]
I'm happy to announce version 0.0 of a hitherto unpublished Guile project.
This projectlet comprises approximately 300 lines of Scheme and
some guile interfaces to functions from the libraries of GNU PSPP
(a statistical analysis program).
However the purpose is not to provide Guile bindings to PSPP. Instead,
it provides a framework for the optimal computation of statistical
calculations. It draws upon PSPP's proven and efficient methods
of iterating through very large datasets, implements a cache to store the
results of intermediate calculations and uses Guile's flexibility of programatic
expression to implicitly determine dependencies between calculations.
The result is a system to automatically determine the minimum
required number of iterations necessary to calculate a set of statistical
values and the optimal order in which to perform those calculations.
Programming input to the system is in the form of scheme expressions
describing the calculations, referencing intermediate calculations where
necessary. This system provides a framework to allow statisticians to write
implementations of algorithms, which can be optimally performed, without
the implementor having to concentrate on optimisation details.
Get the source from
git://de.cellform.com/pspp-experimental
For examples of operation, see the file run.scm
--
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://keys.gnupg.net or any PGP keyserver for public key.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
reply other threads:[~2013-02-17 6:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130217062134.GA5865@jocasta.intra \
--to=john@darrington.wattle.id.au \
--cc=guile-user@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).