search for: 10766

Displaying 11 results from an estimated 11 matches for "10766".

Did you mean: 1076
2008 Feb 15
1
choose incorrect for fractional and some negative integer values (PR#10766)
Full_Name: Jerry W. Lewis Version: 2.6.2 OS: Windows XP Professional Submission from: (NULL) (198.180.131.16) choose() returns incorrect values for all fractional arguments, regardless of sign. It returns 0 when both arguments are negative integers, which is not always correct (as in some formulations of the negative hypergeometric). Examples (correct answers from Maple's binomial
2008 Mar 19
1
choose incorrect for fractional and some negative integer values (PR#10766)
choose(-5,-7) uses integer arguments (as specified in Help) and returns a numeric value that is incorrect. Either the function or the documentation should be fixed. If the function is not fixed, a warning or an error would be helpful. The fact that choose(n,k) usually returns choose(n,round(k,0)) is not obvious from either the output or the documentation. I suggest issuing a warning when
2004 Jan 01
10
help
[This email is either empty or too large to be displayed at this time]
2006 Aug 16
1
Routing Error !!
hello, oups big problem in production .... I don''t know why but I lost my stylesheets and images ... rails route /images /stylesheets as it was a controller ?? => so no images no stylesheets !! any idea ?? example: Routing Error Recognition failed for "/stylesheets/base.css" thanks for help arnaud
2008 Mar 26
2
choose fails a fundamental property of binomial coefficients (PR#11035)
...is a negative integer with k a positive integer (due to automatically returning 0 for n-k<0) 2. n is not an integer with k a positive integer (due to rounding n-k to an integer, compounded by automatically returning 0 if n<0 which implies n-k<0) Both are easily fixed, as discussed in PR# 10766
2004 May 09
3
Openssh installation only works for user root
Hi, I have recently compiled a copy of OpenSSH for use on Reliant Unix ( Sinix ) version 5.45. My installation works okay for user root. When I try to log on as another user I get prompted for the user password. When I type this in OpenSSH throws me out each time. I have been able to see any errors. My version is OpenSSH_3.8p1, SSH protocols 1.5/2.0, OpenSSL 0.9.7d 17 Mar 2004. I am using Putty
2013 Sep 14
2
the problem of buying and selling
I own a lot to the folks on r-help list, especially arun who answered every of my question and was never wrong. I am disinclined to once again ask this question, since it is more arithmatic than technical. But, having worked 2 days on it, I realized my brain is just not juicy enough.... Here is the problem. Trust not for freedom to the Franks--- They have a king who buys and sells. -
2009 Aug 11
5
Failed to retrieve current state of resource: No child processes
...34 to exit, which will never happen. However I think that the reason for a race might be the same - some generic SIGCHLD handler that comes in and reaps the child before some other code can call wait()? FYI grepping through the log reveals that the following execve()s were called before it hung: 10766 execve("/usr/bin/which", ["which", "which"], [/* 21 vars */]) = 0 10768 execve("/usr/bin/which", ["which", "uname"], [/* 21 vars */]) = 0 10769 execve("/bin/uname", ["uname", "-s"], [/* 18 vars */]) = 0 10771...
2003 Apr 15
8
repost (passive FTP server in DMZ and shorewall 1.4.2)
I apologize for the first message. :) --------------------------------------- I have an FTP server running in the DMZ section of my home network. It uses port 23000 for connection and ports 19990 to 19994 for data transfer. I have setup the following rule for outside people to connect to it: DNAT net dmz:192.168.2.2 tcp 23000 I''m at work right now and I can''t use
2008 Apr 22
3
R 2.7.0 is released
...NaN's) are generated. o rnorm(n, mu = Inf) now returns rep(Inf, n) instead of NaN; similar changes are applied to rlnorm(), rexp(), etc. o [l]choose() now warns when rounding non-integer 'k' instead of doing so silently. (May help confused users such as PR#10766.) o gamma() was warning incorrectly for most negative values as being too near a negative integer. This also affected other functions making use of its C-level implementation. o dumpMethod() and dumpMethods() now work again. o package.skeleton() now also works...
2008 Apr 22
3
R 2.7.0 is released
...NaN's) are generated. o rnorm(n, mu = Inf) now returns rep(Inf, n) instead of NaN; similar changes are applied to rlnorm(), rexp(), etc. o [l]choose() now warns when rounding non-integer 'k' instead of doing so silently. (May help confused users such as PR#10766.) o gamma() was warning incorrectly for most negative values as being too near a negative integer. This also affected other functions making use of its C-level implementation. o dumpMethod() and dumpMethods() now work again. o package.skeleton() now also works...