Gampdf
Gampdf-func
Definition
Y = gampdf(X,a,b) computes the gamma probability density function at each of the values in X using the corresponding shape parameters in a and scale parameters in b.
/math-05b0e4b4ecf6e257024f923168d90bae.png)
Parameters
- x (input, double)
-
/math-41f29d3235e4f71169aa55c55dfb849c.png)
- a (input, double)
- shape parameter
.
- b (input, double)
- scale parameter
.
See Also
Cauchypdf,
exppdf,
Lappdf,
Lognpdf,
Normpdf,
Poisspdf