
Last chance! 50% off unlimited learning
Sale ends in
Compute lambda
, and
Questions: As function of
Can this be put in a simple formula, or at least be well
approximated for large
For which
When does
NB: This is relevant in computations for non-central chi-squared (and similar non-central distribution functions) defined as weighted sum with “Poisson weights”.
r_pois(i, lambda)
r_pois_expr # the R expression() for the asymptotic branch of r_pois()plRpois(lambda, iset = 1:(2*lambda), do.main = TRUE,
log = 'xy', type = "o", cex = 0.4, col = c("red","blue"),
do.eaxis = TRUE, sub10 = "10")
integer ..
non-negative number ...
.....
type of (line) plot, see lines
.
string specifying if (and where) logarithmic scales should be
used, see plot.default()
.
character expansion factor.
colors for the two curves.
argument for eaxis()
(with a
different default than the original).
r_pois()
returns a numeric vector
r_pois_expr()
an expression
.
r_pois()
is related to our series expansions and approximations
for the non-central chi-squared;
in particular
...........
plRpois()
simply produces a “nice” plot of r_pois(ii, *)
vs ii
.
dpois()
.
# NOT RUN {
<!-- %%>> more [incl other plots] in ==>> ../tests/chisq-nonc-ex.R <<== -->
# }
# NOT RUN {
plRpois(12)
plRpois(120)
# }
Run the code above in your browser using DataLab