This tag concerns statistical distributions, their implementations, and properties.
I have a dataset from sklearn and I plotted the distribution of the load_diabetes.target data (i.e. the …
python machine-learning statistics distribution data-fittingCan anyone help me out in fitting a gamma distribution in python? Well, I've got some data : X and Y …
python scipy distribution gamma-distributionI have some data points and their mean point. I need to find whether those data points (with that mean) …
matlab statistics distribution gaussianI need to analyze some data about internet sessions for a DSL Line. I wanted to have a look at …
r plot probability distribution data-analysisI am plotting Cumulative Distribution Functions, with a large number of data points. I am plotting a few lines on …
matplotlib distribution plot marker cumulative-frequencyMy client has an iOS app with In-app purchase, Game-kit and Push notifications enabled, it is currently on the app …
ios distribution enterpriseFrom what I understand, the standard generator is for the Normal Distribution. I have to generate random numbers according to …
java distribution generator random poissonI want to generate random numbers according some distributions. How can I do this?
random distributionTo plot a normal distribution curve in R we can use: (x = seq(-4,4, length=100)) y = dnorm(x) plot(x, …
r distribution reverse inverseI have created an ad hoc archive and a .ipa file for the application I am trying to distribute. I …
iphone ios5 xcode4.2 distribution adhoc