python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Generate random sample for exponentiated Weibull distribution using Python
For a distribution for running this scipy function to detect the best fit as Exponentiated Weibull distribution and the function outputs 4 parameter values. But how to generate a sample list of data o...
Rajesh Swarnkar
Votes: 0
Answers: 1
Generating random variables given the distribution and list or array of parameters
I would like to create a function that will take the probability distribution and the list or array of parameters (in order) and return a random variable of this distribution and parameters. If I know...
peaceful breeze
Votes: 0
Answers: 0
How to fit a distribution defined with scipy.stats.rv_continuous?
I would like to fit data with a combination of distributions in python and the most logical way it seems to be via scipy.stats.rv_continuous. I was able to define a new distribution using this class a...
baccandr
Votes: 0
Answers: 1
Probability Distributions in Anylogic
I've a question, in my simulation model I wanted to create some randomness of quantities of agents arrival. In my model the chance is 25% that the quantity is 1, 50% that quantity is 2 and 25% that th...
Aron T.
Votes: 0
Answers: 1