Why should this be in sympy, which is for symbolic mathematics? within the python universe, hypothesis testing and friends seems to have a natural home in scipy. If one needs symbolics and statistics at ythe same time, I guess both scipy and sympy can be imported, at the same time, withinn the same python program, as modules?
see: http://www.astro.cornell.edu/staff/loredo/statpy/ kjetil On Sat, Oct 6, 2012 at 2:41 PM, Sachin Joglekar <[email protected]> wrote: > Another enhancement which I think could be done...could hypothesis testing > be added to the stats module? > > On Friday, October 5, 2012 10:57:30 PM UTC+5:30, Sachin Joglekar wrote: >> >> It was recently pointed out to me that though Sympy has much of the >> theoretical classes used in data analysis, there are no straightforward >> analysis tools in any module of Sympy. Something like those present in the >> statistical analysis language R. Sympy already has classes for all important >> distributions. It would just be a question of providing an 'interface' to >> make analysis easier, for eg, dealing with .csv files, etc. Would it be a >> useful addition to the code base? > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/sympy/-/-p97Vl4sFmAJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. -- "If you want a picture of the future - imagine a boot stamping on the human face - forever." George Orwell (1984) -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
