search for: pcatch

Displaying 4 results from an estimated 4 matches for "pcatch".

Did you mean: patch
2008 Feb 08
2
Catching NaNs from pweibull()
...e pweibull function is annoyingly producing NaNs, which nls() refuses to handle. I have put a sample of the code below. Is there a way to prevent these NaNs from interfering, for example a method to catch them? I get the following error when I try to run the code: res.nls <- nls(cumsumcaught ~ Pcatch*Prepens.released*(1-pweibull(distances,k,l)), + start = list(k=1,l=12), trace=T, control = my.control) Error in numericDeriv(form[[3]], names(ind), env) : Missing value or an infinity produced when evaluating the model In addition: Warning messages: 1: NaNs produced in: pweibull(q, shape,...
2008 Oct 07
0
Algorithm = "port" convergence codes
...in advance! Rob PS Please try to ignore the fact a distribution is being fitted to too few data points! ##Code Acancellata.caughtintraps = c(6,2,1,2,0,0,0,0,0,0,0) Acancellata.released = 1250 distances = c(2,3,4,5,7.5,10,12.5,15,17.5,20,25) totalseedscaught = sum(Acancellata.caughtintraps) Pcatch = totalseedscaught/Acancellata.released ## Calculate cumulative seed numbers reaching each distance cumsumcaught <- rev(cumsum(rev(Acancellata.caughtintraps))) i = numeric(11) i <- distances ## Gamma distribution gamma.nls <- nls(cumsumcaught ~ Pcatch*Acancellata.released*...
2008 Dec 11
7
unkillable imap process(es) with high CPU-usage
Hello, I am having a problem with my dovecot-daemon. It is forking one or more (I saw up to perhaps 8 of them) imap processes under my user name. These processes are consuming a lot of CPU time and are not killable: > PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND > 8616 arno 20 0 2900 1600 1204 R 98 0.2 1196:38 imap Stopping dovecot does not quit these
2012 Dec 19
3
9-STABLE -> NFS -> NetAPP:
I'm running a few servers sitting on top of a NetAPP file server ? everything runs great, but periodically I'm getting: nfs_getpages: error 13 vm_fault: pager read error, pid 11355 (https) errors on my screen ? not always same pid ? the annoying part is that it seems to always affect the same jail that is running .. if I shutdown all jails on that physical server, everything shuts down