Carlo Hamalainen wrote:
> On Wed, Sep 16, 2009 at 7:46 PM, Jason Grout
> <jason-s...@creativetrax.com> wrote:
>> R has a C interface for lots of functions (like the distribution
>> functions that I wanted today).  I imagine that a stats module would use
>> Cython to call the C functions for these sorts of things, but then use
>> rpy2 for the rest of the interaction with R.
> 
> Which distribution functions did you want? Are these of any use?
> http://trac.sagemath.org/sage_trac/ticket/6827

Wow, nice!

I needed normal, binomial, and uniform distributions.

It seems a little awkward to get these.  For example:

T = RealDistribution('uniform', [0, 2])

I guess it would be nice if there were convenience functions, so

sage.probability.uniform([0,2])

constructed this.

Jason


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to