Is there a scientific library in JavaScript that can generate probability distributions like this library in Ruby?
For more details on the use cases see this related question: Generate Array of Numbers that fit to a Probability Distribution in Ruby?
Is there a scientific library in JavaScript that can generate probability distributions like this library in Ruby?
For more details on the use cases see this related question: Generate Array of Numbers that fit to a Probability Distribution in Ruby?
From what I've been reading, some R defectors are moving toward a library called Julia. It's been ported to Javascript here by the makers of Julia themselves, and it looks quite promising.