python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Truncated normal with a given mode
I would like to generate a random truncated normal distribution with the following properties.
lower bound= 3
higher bond= 5
using a fixed set of values at the first digit(3.0,3.1,3.2,...,4.9,5.0)
Wi...
Alex
Votes: 0
Answers: 1
Generate two kinds of random variables for each step with same probabilities
goal: Make two kinds of poisson random variables(λ=30, 60)
condition:
We have an array made with the following code(np.random.binomial(n=1, p=1/2, size=1000))
If the number in the array is 1, then we...
Just code eat
Votes: 0
Answers: 2
Coding a line with exponentially distributed random drops at Poisson distributed intervals
I'm trying to model the ruin rate for an insurance company that will be receiving claims of random amounts (that I'm assuming will be exponentially distributed) at random time intervals (that I'm assu...
Datakid
Votes: 0
Answers: 1
Problem with theoretical density functions plotted to histograms in R
I did simulations in R and plotted the results in histograms. There is no problem adding probability density into the histograms with the density() function. But for some reason I get very strange re...
jvkloc
Votes: 0
Answers: 1