Top "Distribution" questions

This tag concerns statistical distributions, their implementations, and properties.

How to find probability distribution and parameters for real data? (Python 3)

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-fitting
Fitting a gamma distribution with (python) Scipy

Can anyone help me out in fitting a gamma distribution in python? Well, I've got some data : X and Y …

python scipy distribution gamma-distribution
Test if a data distribution follows a Gaussian distribution in MATLAB

I have some data points and their mean point. I need to find whether those data points (with that mean) …

matlab statistics distribution gaussian
Getting Probability Density of Data

I need to analyze some data about internet sessions for a DSL Line. I wanted to have a look at …

r plot probability distribution data-analysis
Plot with fewer markers than data points (or a better way to plot CDFs?) [matplotlib, or general plotting help]

I am plotting Cumulative Distribution Functions, with a large number of data points. I am plotting a few lines on …

matplotlib distribution plot marker cumulative-frequency
Resigning an iOS provisioning profile

My client has an iOS app with In-app purchase, Game-kit and Push notifications enabled, it is currently on the app …

ios distribution enterprise
Java Generator for Poisson and Uniform Distributions?

From what I understand, the standard generator is for the Normal Distribution. I have to generate random numbers according to …

java distribution generator random poisson
Generate random numbers according to distributions

I want to generate random numbers according some distributions. How can I do this?

random distribution
The reverse/inverse of the normal distribution function in R

To plot a normal distribution curve in R we can use: (x = seq(-4,4, length=100)) y = dnorm(x) plot(x, …

r distribution reverse inverse
Ad hoc distribution: App failed to install

I 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