Comment on: I'm looking for a way to sample lists of probabilities.
1 31 Jan 2015 06:53 u/gunfourhigher in v/programmingComment on: I'm looking for a way to sample lists of probabilities.
No, not really. I'm using Ruby for this project, and the solution will be pure ruby. I've run across probability vectors since my initial post, and I haven't had much time to look, but I think that's what I need.
That's basically a probability vector, but instead of using 1.0, you're running your own limit and adjusting it on the fly. Thanks for sharing though, I hadn't even thought about doing it that way!