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)
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
plt.imshow() circle with probability density inside
I'm trying to use plt.imshow to create an image of a circle of a specified radius and image resolution. In the future this code will also be implemented with certain probability distributions inside t...
marystellah
Votes: 0
Answers: 1
How can I generate random time series data for a given probability distribution of wind speed and wind angles?
I have imported an excel data of ship operations into a Pandas data frame. The data frame has latitude and longitude and time stamps with an interval of 20 min. The data is for a voyage of one month. ...
Arun Krishnan
Votes: 0
Answers: 0
Is there a way to sample from a value range in a GuassianMixture Model in python
I am using the sklearn GaussianMixture library. I got my GMM which is working fine, now I would like to sample from it. According to the docs I can use the model.sample(n) function to get n samples. T...
Stefan 44
Votes: 0
Answers: 0