On Tuesday, January 29, 2013 3:11:06 PM UTC-5, LFS wrote: > > I have to admit that I did not find very much in sage for descriptive > statistics. > I have put what I found in my sagemath page: > http://sagemath.wikispaces.com/Statistics > If anyone can add anything to this, that would be great. > I really want sage - my goal is sage as a reasonably easy to use foss > substitute for MatLab or Mathematica for students of engineering or science > (who are neither experts in programming nor mathematics). > Thanks for any help. >
Numpy/Scipy have some ok stats stuff which is "Pythonic" (rereading your post, I guess you know that), and there are even some tutorials out there which show a bit of them used in Sage. https://groups.google.com/forum/?fromgroups#!topic/sage-support/O-pRTcX4tV0 also is helpful. Oh and someday we need to review http://trac.sagemath.org/sage_trac/ticket/9671 !! :-( But LFS, you could actually use that on a local installation. See also the RealDistribution implementation of histograms, which however I do not recommend using. +++ On an unrelated note, I'll put in a plug for some enterprising people to make more videos to put on LFS' sagemath YouTube channel! -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
