jackscott / python-statlib

Exported from google.code, needed to get this crusty code working in a modern world
https://archive.org/web/
Other
0 stars 0 forks source link

Range needs to be added to the documentation for the ldescribe() function. #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ldescribe(inlist)
2.
3.

What is the expected output? What do you see instead?

expected = Returns: n, mean, standard deviation, skew, kurtosis (from module 
documentation)

actual = Returns: n, range, mean, standard deviation, skew, kurtosis

What version of the product are you using? On what operating system?
statlib-1.1.0 
Windows XP

Please provide any additional information below.
Range needs to be added to the documentation for the function.

Original issue reported on code.google.com by ramsesma...@gmail.com on 16 Jul 2010 at 3:51