On 2012-10-21, LFS <lfahlb...@gmail.com> wrote: > ------=_Part_2721_6851258.1350818261101 > Content-Type: text/plain; charset=ISO-8859-1 > > Thanks Dave - If I have a moment I will try the scatter plot method to > check. That seems like a useful idea for student. > (This was just for a class lesson on testing the CLT and I am way over my > time allotment :)) > Thanks to both you and Dimitri for feedback! in the worksheet, the code:
def GDD(num,P): L=[D.get_random_element() for _ in range(num)] return L is wrong. It must be def GDD(num,D), not def GDD(num,P) Perhaps that's why it does not work for you as it should. > Linda > -- You received this message because you are subscribed to the Google Groups "sage-support" group. To post to this group, send email to sage-support@googlegroups.com. To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com. Visit this group at http://groups.google.com/group/sage-support?hl=en.