Tagged Questions
The gamma-distribution tag has no wiki summary.
4
votes
3answers
481 views
Color spaces, gamma and image enhancement
Color space. Well, everybody knows about RGB: three values normalized in the range [0.0,1.0], which have the meaning of the intensity of the color components Red Green Blue; this intensity is meant as ...
4
votes
3answers
359 views
Gamma distributed random variables in C++
What is the easiest way to get a gamma distributed random variable in C++? Boost seems to have this functionality, but it is not clear for me how to use it.
3
votes
1answer
489 views
MATLAB | calculating parameters of gamma dist based on mean and probability interval
I have a system of 2 equations in 2 unknowns that I want to solve using MATLAB but don't know exactly how to program. I've been given some information about a gamma distribution (mean of 1.86, 90% ...
2
votes
4answers
699 views
Probability of selecting an element from a set
The expected probability of randomly selecting an element from a set of n elements is P=1.0/n .
Suppose I check P using an unbiased method sufficiently many times. What is the distribution type of P? ...
1
vote
1answer
836 views
Gamma Distribution in Boost
I'm trying to use the Gamma distribution from boost::math but it looks like it isn't possible to use it with boost::variate_generator. Could someone confirm that? Or is there a way to use it.
I ...