Displaying 2 results from an estimated 2 matches for "greeklambda".
1997 Jul 28
0
R-alpha: R 0.50.a1: patch for NChisquare documentation
...ANG(lambda). LANG(dnchisq) gives the density, LANG(pnchisq)
! gives the distribution function LANG(qnchisq) gives the quantile
function and LANG(rnchisq) generates random deviates.
PARA
! The non-central chi-square distribution with EQN(df) degrees of freedom
! and non-centrality parameter EQN(greeklambda) has density
! DEQN(f(x) = SUP(e @@ -\lambda / 2)
! \sum_{r=0}^\infty \frac{\lambda^r}{2^r r!} \mathrm{pchisq}(x, df + 2r)
! @@
! f(x) = exp(-lambda/2) SUM_{r=0}^infty (lambda^r / 2^r r!)
! pchisq(x, df + 2r)
! )
for EQN(x GE 0).
)
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-...
1997 Sep 01
1
R-alpha: old Rdoc 2 new Rdoc
...\s+)/$1\\ge$2/sg;
$text =~ s/(\s+)LOG(\s+)/$1\\log$2/sg;
$text =~ s/(\s+)EXP(\s+)/$1\\exp$2/sg;
$text =~ s/(\s+)SP(\s+)/$1~$2/sg;
$text =~ s/greekGamma/\\gamma/sg;
$text =~ s/greekalpha/\\alpha/sg;
$text =~ s/greekpi/\\pi/sg;
$text =~ s/greekmu/\\mu/sg;
$text =~ s/greeksigma/\\sigma/sg;
$text =~ s/greeklambda/\\lambda/sg;
$text =~ s/boldgreekbeta/\\mathbf\{\\beta\}/sg;
$text =~ s/boldgreekepsilon/\\mathbf\{\\epsilon\}/sg;
print stderr "1 " if $opt_debug;
replace_command_all("SQRT", "sqrt");
replace_command_all("DISPLAYSTYLE", "displaystyle");
while($t...