On Sat, Jan 19, 2013 at 12:19 PM, LFS <[email protected]> wrote: > Very badly written since I am in a hurry - IMHO: > After struggling for the last 2 weeks, I would say Excel and GeoGebra have > more functions for the statistics math classroom (e.g. RandomBetween, > CountIf). They are much more intuitive and better documented. > And it seems to me that Sage without numpy or other import (and thus > learning) cannot do simple things like a histogram, ...(I can't even get it > to do a histogram with imports.) > The trouble here is size - Sage can do much bigger and better generations of > data and thus one can "show" things.
stats.TimeSeries([list of values]).plot_histogram() William > > > > -- > You received this message because you are subscribed to the Google Groups > "sage-support" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > Visit this group at http://groups.google.com/group/sage-support?hl=en. > > -- William Stein Professor of Mathematics University of Washington http://wstein.org -- You received this message because you are subscribed to the Google Groups "sage-support" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support?hl=en.
