Programming languages that have statistical distributions

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Sparky_
Messages
227
Reaction score
5
hello -

Do you know which programming languages have probability distributions available to use such as the binomial distribution (as an example).

I guess I would like to limit my questions if it's necessary to languages that are either free or cheap - no specialty math packages for thousands of dollars.

My interest is only at the hobby level - nothing for work.

Thanks
Sparky_
 
Physics news on Phys.org
R is the standard for anything statistics related. If you're looking for a bit more versatility, you might look into GNU Octave. Note that these are both very high-level languages; depending on your needs, it may be worthwhile to look into some of the standard C++ libraries.