Question about GAMMADIST

  • Thread starter Thread starter Schizoid Man
  • Start date Start date
S

Schizoid Man

Hi,

Does the GAMMADIST density function return the density of 1/alpha or is it
just alpha?
 
Your question is not clear. In GAMMADIST, alpha is the shape parameter,
which is entirely standard. beta is the scale parameter, which is less
standard. Many sources omit the scale parameter all together, which is
equivalent to beta=1. Some sources use a rate parameter, which is 1/beta.
If you want to use a rate parameter, simply use
=GAMMADIST(x,alpha,1/rate,cumulative)

Jerry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top