Skip to content

Commit

Permalink
comment only: _skewness_ (PR#8058)
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@86507 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
maechler committed May 1, 2024
1 parent 1f97573 commit cae99e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nmath/qpois.c
Expand Up @@ -64,7 +64,7 @@ double qpois(double p, double lambda, int lower_tail, int log_p)
double
mu = lambda,
sigma = sqrt(lambda),
// had gamma = sigma; PR#8058 should be kurtosis which is mu^-0.5 = 1/sigma
// had gamma = sigma; PR#8058 should be skewness which is mu^-0.5 = 1/sigma
gamma = 1.0/sigma;

R_DBG_printf("qpois(p=%.12g, lambda=%.15g, l.t.=%d, log=%d):"
Expand Down

0 comments on commit cae99e9

Please sign in to comment.