caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Vitaly Lugovsky <vsl@ontil.ihep.su>
To: Chuck Anderson <anderson@cs.colostate.edu>
Cc: <caml-list@inria.fr>
Subject: Re: [Caml-list] matlab-like environment
Date: Sat, 27 Jul 2002 13:10:05 +0400 (MSD)	[thread overview]
Message-ID: <Pine.LNX.4.33.0207271301270.9562-100000@ontil.ihep.su> (raw)
In-Reply-To: <3D3E2FF8.BB7B1251@cs.colostate.edu>

On Tue, 23 Jul 2002, Chuck Anderson wrote:

> I'm new to caml, but see the ocaml environment as something I've wanted
> for some time---an interpreted environment for manipulating and viewing
> data interactively, and a compiled speed that is close to C.  What I'm
> really after is a matlab-like environment that I can program using
> ocaml.  
> 
> What is the closest set of modules out there to this?  What code is
> available that I could start with?  Perhaps PsiLab?  I would like to
> build GUI's and plotting functions using gtk and stick with fundamental
> ocaml arrays.  Will this limit me?  Must I eventually use bigarrays?
> 
> Thanks for any suggestions.

 I'm currently working on a numerical (and some symbolics) computational
environment in OCaml (but not interactive, it must work with a database,
something like a distributed multidimensional spreadsheet).

 Looking at PsiLab, I had choosen the following approach:
1) bigarrays for matrices and large datasets, for multidimensional
  data - arrays or tuples of bigarrays (sic!).
2) conventional arrays for vectors
3) "compilation" of the functions (e.g. minimization function using
 $\chi^2$ for the given dataset and model) by producing a partially 
 applied functions - it seems to be very effective with ocaml.

 But my problems are somewhat specific: relatively simple mathematical
models with a large datasets (particle physics phenomenology).



-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


  reply	other threads:[~2002-07-27  9:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-24  4:41 Chuck Anderson
2002-07-27  9:10 ` Vitaly Lugovsky [this message]
2002-07-29 16:47 ` Christophe TROESTLER
2002-07-29 16:57   ` Markus Mottl
2002-07-30  9:13     ` Olivier Andrieu

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.33.0207271301270.9562-100000@ontil.ihep.su \
    --to=vsl@ontil.ihep.su \
    --cc=anderson@cs.colostate.edu \
    --cc=caml-list@inria.fr \
    /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 NNTP newsgroup(s).