Tuesday, August 30, 2005

Python Statistics.... Reinventing the wheel

So I was working on using python to do my stats homework... I know I should just spend the time doing the homework but. OCD! __must___write___prog__to___do___menial___tasks___

>>> def doHomework(mylist):
>>> '''realize this a fictional function'''
>>> newlist = fixList(mylist)
>>> caffinate = getCoffee(cup, nocoffee=False)
>>> calc = getCalc(location, readman=False)
>>> understand = groK(data)
>>> myrange = findRange(data)
>>> classwidth = float(myrange)/float(classes)+.5
>>> classwidth = round(classwidth)
>>> stddev = math.sqrt(variance)
>>> coeffvar = stddev/mean
>>> if will2do < willNot2Do:
>>> f = open('homework','w')
>>> f.write(answers)
>>> f.close()
>>> return newlist
+.5 thanks dave

wheel invented here
http://salstat.sourceforge.net/index.php?index
good stuff
http://www.r-project.org/index.html

http://www.stat.umn.edu/macanova/macanova.home.html

http://www.gnu.org/software/pspp/pspp.html

Saturday, August 27, 2005

My own soapbox in the Sahara

This is soooo pointless. Or is it?

I feel better.

OpenSuSE ... bout time!

So Novell finally did the right thing. I never thought SuSE gave back as much as they should. Not that I did not respect everything the SuSE developers did/do, just that I thought that they well could have been less secretive. I am really glad we can use the very polished SuSE for free now.

So if you did care... what do you think about.

Open Source Software... can it really change the world? Has it already? I am not sure I really agree with everything that goes on but I know that I really like having the flexibility to use whatever I want and modify it if I need to. Before I started using GNU/Linux I really would have to struggle with proprietary software. I liked Photoshop and Illustrator on the Mac. I could not afford a decent Mac. It was not until I switched to GIMP and later SodiPodi/Inkscape that I gained freedom. I really enjoy having out of the box support for Python, Perl, and C/C++. Having a compiler already installed is a pure joy. I am not sure I could function without Firefox, Gaim, Thunderbird, and Python. Good thing I can install whatever I need with a simple emerge whatever. Thanks Gentoo, Fedora, Slackware, and Debian.

Blogging .. so we really care?

So I start my blogging career with a great question.... do you really care what I have to say?