| loggamma_cdf | R Documentation |
Based on the log-gamma distribution:
lambda = 0: probit (normal)
lambda > 0: F(x) = pgamma(exp(x), shape = lambda, rate = lambda)
lambda < 0: F(x) = 1 - pgamma(exp(-x), shape = -lambda, rate = -lambda)
loggamma_cdf(x, lambda)
x |
Numeric vector |
lambda |
Shape parameter |
Reference: Prentice (1976) Biometrics
CDF values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.