As @Upabjojr said SciPy have already implemented the same feature in scipy.stats module, which is also written in pure Python. So I don't see any reason to implement the same.
If you come up with concrete usecase and its importance in sympy.stats module, then surely it will considered. Cheers, Shekhar Prasad Rajak, <http://s-hacker.info/> Contact : +918142478937 Blog <http://shekharrajak.github.io/> | Github <https://github.com/Shekharrajak> | Twitter <https://twitter.com/shekharrajak> alternate email: [email protected] On Monday, 4 March 2019 23:12:36 UTC+5:30, Divyanshu Thakur wrote: > > Hi, I'm thinking to implement *z-scores* in *stats *module, which > basically shows for the given data how many > standard deviation it is away from the mean. Will it be a nice idea? > > for reference https://en.wikipedia.org/wiki/Standard_score > > @Upabjojr @Shekharrajak please reply here!!. > > > > Thanks > Divyanshu > -- You received this message because you are subscribed to the Google Groups "sympy" 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 https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/69e2ebc3-13bc-4a63-8f87-c567d8f701ef%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
