Top "Distribution" questions

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

Using the gaussian probability density function in C++

First, is this the correct C++ representation of the pdf gaussian function ? float pdf_gaussian = ( 1 / ( s * sqrt(2*M_PI) ) ) * exp( …

c++ distribution probability gaussian normal-distribution
Fitting a normal distribution in R

I'm using the following code to fit the normal distribution. The link for the dataset for "b" (too large to …

r statistics distribution normal-distribution fitdistrplus
Measures of association in R -- Kendall's tau-b and tau-c

Are there any R packages for the calculation of Kendall's tau-b and tau-c, and their associated standard errors? My searches …

r statistics distribution
Apple enterprise program distribution questions

This question relates to the Apple iOS Developer Enterprise Program I am trying to determine the limits and relationships between …

ios licensing distribution
setting distance matrix and clustering methods in heatmap.2

heatmap.2 defaults to dist for calculating the distance matrix and hclust for clustering. Does anyone now how I can set …

r distribution heatmap hclust
Enabling Apple Push Notifications for ad hoc distribution environment

I have successfully implemented APN for development Environment. But i am facing problems while implementing the same for ad-hoc distribution …

push-notification apple-push-notifications distribution
skew normal distribution in scipy

Does anyone know how to plot a skew normal distribution with scipy? I supose that stats.norm class can be …

python statistics distribution scipy
Probability distribution in Python

I have a bunch of keys that each have an unlikeliness variable. I want to randomly choose one of these …

python algorithm random distribution probability
How to generate random points in a circular distribution

I am wondering how i could generate random numbers that appear in a circular distribution. I am able to generate …

python distribution point
Distribution of iPad app (.ipa format file) over website

I am new IOS development, i want to distribute my iPad app (.ipa format file) over my website. So, others …

iphone ios ipad distribution