Displaying 3 results from an estimated 3 matches for "nlmp".
Did you mean:
nlme
2024 Oct 27
1
NTLMSSP_NEGOTIATE_IDENTIFY flag
Hello everyone,
does anybody know what the ntlmssp flag NTLMSSP_NEGOTIATE_IDENTIFY is used for?
I looked in the samba sources and only found it in .idl but there as far as I
can tell there is no implementation of that. I searched for some information
on the web but did not really find something useful.
Before anyone asks: Microsoft's HTML5 RDP Webclient uses that flag and insists
that
2003 Dec 11
0
Re: [R] chisq.test freezing on certain inputs (PR#5701)
...TERM), and the process still consumes cycles on the CPU.
>
This is due to calling `exp' with a very small value leading to
a zero return value in rcont2 (src/appl/rcont.c) line 70:
x = exp(fact[iap - 1] + fact[ib] + fact[ic] +
fact[idp - 1] - fact[ie] - fact[nlmp - 1] -
fact[igp - 1] - fact[ihp - 1] - fact[iip - 1]);
if (x >= dummy) {
goto L160;
}
sumprb = x;
y = x;
y is never checked for zero and later on
L150:
if (lsm) {
goto L155;...
2003 Dec 11
2
chisq.test freezing on certain inputs
Hello everybody,
I'm running R 1.8.1 on both Linux and OS X compiled with gcc 3.2.2 and
3.3, respectively. The following call seems to freeze the interpreter
on both systems:
> chisq.test(matrix(c(233, 580104, 3776, 5786104), 2, 2),
simulate.p.value=TRUE)
By freeze, I mean, the function call never returns (running > 10 hours
so far), the process is unresponsive to SIGINT (but I