Displaying 2 results from an estimated 2 matches for "nsrv".
Did you mean:
nerv
2001 Sep 06
0
Erlang Loss Function in R
...itable parameters. (Also, I'll change the name from elf() to erlb(),
because this function is sometimes called "Erlang's B function", and because
'elf' is an abbreviation in frequent use with a different meaning in the
Unix world.) Here is the code:
erlb<- function(nsrv, nerl, log=FALSE)
{
# Returns Erlang-B blockage for nsrv servers and nerl erlangs of traffic.
# If log=TRUE, then logarithm of the blockage is returned. Works for all
# nsrv>=0 and all nerl>=0. Both nsrv and nerl can be non-integers.
lnerlb<-
dgamma(nerl, shape=nsrv+1, scale...
2010 Mar 10
1
R CMD check issue with soft-linked directory
...g Ubuntu Hardy on one drive and then upgraded to Jaunty, but put Jaunty
on a different drive. I continue to be able to boot Hardy when I wish. I soft-linked my R
working area i.e.,
/home/john/Rstuff ----> /media/lnx804/home/john/Rstuff
I can still build packages fine, but get
john at nsrv-jaunty:~/jtest$ R CMD check minqa
* checking for working pdflatex ... OK
* using log directory '/media/store2/jn/test/minqa.Rcheck'
* using R version 2.10.1 (2009-12-14)
* using session charset: UTF-8
* checking for file 'minqa/DESCRIPTION' ... OK
* checking extension type ... Packa...