[Python-Dev] Stop using timeit, use perf.timeit!
Steven D'Aprano
steve at pearwood.info
Fri Jun 10 21:35:56 EDT 2016
On Sat, Jun 11, 2016 at 12:06:31AM +0200, Victor Stinner wrote:
> > Victor if you could calculate the sample skewness of your results I think
> > that would be very interesting!
>
> I'm good to copy/paste code, but less to compute statistics :-) Would
> be interesed to write a pull request, or at least to send me a
> function computing the expected value?
> https://github.com/haypo/perf
I have some code and tests for calculating (population and sample)
skewness and kurtosis. Do you think it will be useful to add it to the
statistics module? I can polish it up and aim to have it ready by 3.6.0
alpha 4.
--
Steve
More information about the Python-Dev
mailing list