Top "Distribution" questions

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

Fitting a 3 parameter Weibull distribution

I have been doing some data analysis in R and I am trying to figure out how to fit my …

r statistics distribution model-fitting weibull
Vary range of uniform_int_distribution

So i have a Random object: typedef unsigned int uint32; class Random { public: Random() = default; Random(std::mt19937::result_type …

c++ c++11 random distribution
Algorithm to map an interval to a smaller interval

I tried searching, but due to the nature of my question, I was unable to find something satisfactory. My problem …

algorithm mapping distribution
How to make binary distribution of Qt application for Linux

I am developing cross-platform Qt application. It is freeware though not open-source. Therefore I want to distribute it as a …

linux qt deployment distribution
Python Joint Distribution of N Variables

So I need to calculate the joint probability distribution for N variables. I have code for two variables, but I …

python numpy distribution probability-density
How can I package a Java desktop application?

I am working on a simple desktop java application. I would like to make it as seamless to install for …

java distribution
iOS Enterprise Program vs. iOS Developer Program

I am facing some issues related with iOS Developer program and iOS Enterprise Program. One of my client ask me …

ios certificate distribution enterprise udid
How to simulate bimodal distribution?

I have the following code to generate bimodal distribution but when I graph the histogram. I don't see the 2 modes. …

r statistics probability distribution
Calculation of Poisson distribution in C

I need a C function to calculate Poisson distribution for values of k up to 720. I need a highly efficient …

c distribution poisson
Generate 100 values with Weibull distribution in R

I am new to R and I am having problems using the Weibull distribution function. I have to use cumulative …

r distribution random-sample weibull