My god it's been a long time!
I haven't really used my BYOND members page at all, for quite a while now.
Been active a bit more recently and figured I'd take some time to post here.
Just added my first library, it's not much but could potentially be usefull.
The thing is, I've been trying to implement a ranking system into my game which is based on a normal distribution. However I needed a way to calculate the cumulative probability of any given z value. Excel and other programs have this nice function that does all the work for you, but BYOND hasn't. So I figured I'd make this function myself, but looking at the time it took to figure out how these functions actually work I realized it might be nice to put it in a Lib and upload it.
Anyways, since this Lib is now finished and working I can move on with my ranking system.
Hopefully this overcomplicated system will prove useful, and if not, well at least I got "Statistics skill +1"
- Fint
Posted by Fint on Thursday, October 22, 2009 05:43PM
- 7 comments
(link)
/
Keywords:
distribution,
cumulative,
f_cndc,
library,
normal


