search for: belabour

Displaying 5 results from an estimated 5 matches for "belabour".

Did you mean: belabor
2007 Jan 31
2
what is the purpose of an error message in uniroot?
Hi all, This is probably a blindingly obvious question: Why does it matter in the uniroot function whether the f() values at the end points that you supply are of the same sign? For example: f <- function(x,y) {y-x^2+1} #this gives a warning uniroot(f,interval=c(-5,5),y=0) Error in uniroot(f, interval=c(-5, 5), y = 0) : f() values at end points not of opposite sign #this doesn't give a
2004 Mar 27
1
dev.print
Hi, Shouldn't the following commands produce a nice jpeg file, or am I missing something? hist(rnorm(1000)) dev.print(file="test.jpg",device=jpeg) I get a very tiny (6x6 pixel) jpeg every time. Using dev.copy(file="test.jpg",device=jpeg) ; dev.off() instead of dev.print produces a perfectly nice plot, but is more cumbersome. R bug or my misunderstanding? Scott
2009 Sep 14
3
Teaching material for children...
Wondering if anyone is aware of resources appropriate for home schooled pre-teen/teen relatives? Before anyone suggests, a lengthy google search was unsuccessful. TIA, V. -- Vince Fulco, CFA, CAIA 612.424.5477 (universal) vfulco1 at gmail.com A posse ad esse non valet consequentia ?the possibility does not necessarily lead to materialization?
2010 Nov 22
9
btrfs problems and fedora 14
I thought I would try btrfs on a new installation of f14. yes, I know its experimental but stable so it seemed to be a good time to try it. I am not sure if I have missed something out of all my searching but am I correct in thinking that currently: I. it is not possible to boot from a snapshot of the operating system and, in particular, the yum snapshots cannot be used for
2008 Jun 13
16
Isolation and time
(Moving from offlist discussion.) I''m interested in opinions... Assume there are four single vcpu domains A, B, C, D, running on a 2-CPU physical machine. We wish to test for time skew on domain A. Assuming B, C, and D are all running some workload that attempts to fully saturate the (single) cpu. 1) Should the affect on domain A be essentially the same regardless of what load