search for: fex

Displaying 15 results from an estimated 15 matches for "fex".

Did you mean: few
2011 Oct 25
3
[Bug 759] New: "iptables -m recent" crashes a LXC host on lxc-stop
...g and I should report it to you: vms1 is an Ubuntu 10.04 based LXC host system (4 * Xeon 64bit) with: root at vms1:/lxc# uname -a; lxc-version Linux vms1 2.6.38-11-server #50~lucid1-Ubuntu SMP Tue Sep 13 22:10:53 UTC 2011 x86_64 GNU/Linux lxc version: 0.7.5 I can start an Ubuntu 10.04 container (fex) without problems: root at vms1:/lxc# lxc-start -f fex.cfg -n fex -d -o fex.log root at vms1:/lxc# lxc-info -n fex state: RUNNING pid: 4073 But when I try to stop this container with: root at vms1:/lxc# lxc-stop -n fex the host (vms1) crashes with a kernel traceback. After reboot of v...
2011 Oct 19
2
Error in 1/ue : non-numeric argument to binary operator.
...ows that Error in 1/ue : non-numeric argument to binary operator. Here is the code: # simulation of tempered stable processes by compound Poisson approximation tsp<-function(n,e,a,c,lema){ x<-numeric(n) for (i in 1:n){ repeat{ w<-runif(1) v<-runif(1) x<-e*(w^(-1/a)) fex<-function(x1){ if (x1>=e) {a1<-a*(e^(-a))/(x^a-1)}} vex<-function(x2){c*exp(-lema*x2)/(x2^(a+1))} ue<-integrate(vex,e,Inf) aa<-(1/ue)*c pex<-function(x3){aa*exp(-lema*x3)/(x3^(a+1))} if (x>=e) {pex(x)} T<-fex(x)*(e^(-a))*(exp(-lema*e))/(pex(x)*a*ue) if(V*T&...
2004 Jul 08
1
(PR#7070)
...or < 0.16=20 >integrate(dnorm,lower=3D"-INF",upper=3D1,subdivisions=3D100,rel.tol=3D.M= achine$double.eps^0.25,abs.tol=3D.Machine$double.eps^0.25,-1,7) 0.8413448 with absolute error < 1.5e-05 > pnorm(1,-1,7) [1] 0.6124515 > pnorm(1,0,1) [1] 0.8413447 Example 2 ********* fex <- function(x, v, M) { (x - t(v) %*% M %*% v)^2 } debug(integrate) integrate(fex,lower=3D-3,upper=3D7,subdivisions=3D100,c(1,2,3),matrix(2,3= ,3)) results in . . . debug: wk <- .External("call_dqags", ff, rho =3D environment(), = as.double(lower), as.double(upper), as.double(ab...
2009 May 31
9
No more than one "instances" of a type in define()?
Hi folks, when I try to do something like: define railsproject($name, $uid, $gid, $userpass, $sqlpass) { mysql_database { "$name_staging": ensure => present } mysql_database { "$name_production": ensure => present} ....more stuff... } I get: Puppet::Parser::AST::Resource failed with error ArgumentError: Duplicate definition: Mysql_database[] is already
2011 Sep 05
3
Fiel uploading framework
I need to setup something for a group of CAD guys to provide a web interface for clients/customers to send files to them. I was hoping to have an interface where the customer would be given a logon and it would email a link to the employee upon his successful upload. This would require an internal facing site to provision a slot to give to a customer. Anyone know of a project like this so I
2004 Jul 08
0
a not-a-bug report on integrate (PR#7070)
...D100,rel.tol=3D.M= > > achine$double.eps^0.25,abs.tol=3D.Machine$double.eps^0.25,-1,7) > 0.8413448 with absolute error < 1.5e-05 > > >>pnorm(1,-1,7) > > [1] 0.6124515 > > >>pnorm(1,0,1) > > [1] 0.8413447 > > Example 2 > ********* > fex <- function(x, v, M) > { > (x - t(v) %*% M %*% v)^2 > } > debug(integrate) > integrate(fex,lower=3D-3,upper=3D7,subdivisions=3D100,c(1,2,3),matrix(2,3= > ,3)) > > results in > . > . > . > debug: wk <- .External("call_dqags", ff, rho =3D environme...
2004 Jul 21
2
RE: Comparison of correlation coefficients - Details
...fficients between two genes for different tissues be meaningful? (Alternatively, I have tried to use (1-pval) to calculate the gray-level of the bars.) Any further suggestions would be appreciated very much. Best regards Christian Stratowa -----Original Message----- From: Stratowa,Dr.,Christian FEX BIG-AT-V Sent: Monday, July 19, 2004 15:00 To: 'bioconductor at stat.math.ethz.ch' Subject: Comparison of correlation coefficients - Details Dear all Maybe, my last mail did not explain my problem correctly: Since we are interested, which genes have similar expression profiles in a cert...
2004 Jul 22
0
RE: Comparison of correlation coefficients - Details
...tissues be meaningful? (Alternatively, > I have tried to use (1-pval) to calculate the gray-level of the bars.) > > Any further suggestions would be appreciated very much. > > Best regards > Christian Stratowa > > -----Original Message----- > From: Stratowa,Dr.,Christian FEX BIG-AT-V > Sent: Monday, July 19, 2004 15:00 > To: 'bioconductor at stat.math.ethz.ch' > Subject: Comparison of correlation coefficients - Details > > > Dear all > > Maybe, my last mail did not explain my problem correctly: Since we are > interested, which genes...
2003 Jan 28
6
reading non-existent files
Dear R-experts I would like to read all files from a directory, the files have names "myname0001.txt" etc. I paste the directory plus file names and use "read.delim()". My problem is that some file names are missing, so I get an error and my program stops. Is there a way to check for a null pointer analogous to C, so that I can simply skip non-existent filenames? Please do
2005 Nov 05
3
Keeping the queries down...
I''m trying to ensure that I keep the number of queries down a bit. If I have two model (lets call them Foo and Bar). They have a many to many relationship. Now I want to get (and paginate) records from Bar that are related to a certain record in Foo. For example I want all records from Bar whose name starts with ''C'' and are related to record Foo whose name is
2009 Sep 08
1
gstat---2 basic plot questions
Hi all-- I'm new to R, statistics and programming, so sorry if this is a really basic question! I have plotted a directional variogram, and I want to a. overlay the omni-directional line over each directional panel b. display the directional variograms in a single panel with a legend that associated each line to each degree measurement. The line I'm using is
2003 Feb 14
0
FW: [Fwd: Re: [S] Exact p-values]
...1 A-1121 Vienna, Austria Tel.: ++43-1-80105-2470 Fax: ++43-1-80105-2683 email: christian.stratowa at vie.boehringer-ingelheim.com > -----Original Message----- > From: Spencer Graves [SMTP:spencer.graves at PDF.COM] > Sent: Friday, February 14, 2003 1:29 PM > To: Stratowa,Dr,Christian FEX BIG-AT-V > Cc: r-help at stat.math.ethz.ch; David Smith > Subject: Re: [R] FW: [Fwd: Re: [S] Exact p-values] > > To understand the correct answer, you need to understand the following: > > > pbinom(1, 2, .5) > [1] 0.75 > > This is the binomial cumulative distributi...
2005 Jul 27
3
Asymmetric colors for heatmap
> Dear expeRts, > > Currently, my colors are as follows: > mycol <- > c("blue1","blue2","blue3","blue4","black","yellow4","yellow3","yellow2","y > ellow1") > heatmap(snp, Rowv=NA, Colv=NA, col=mycol) > > However, I would like to have the following colors: > bright blue ->
2001 Nov 19
2
Wine Errors Revisited
CoolEdit -- More Errors From: Robert Tilley <tilleyrw@cfl.rr.com> Date: Monday 19 November 2001 08:05:31 Groups: comp.emulators.ms-windows.wine no references When I did a 'wine --debugmsg warn+all /home/tilleyrw/Cool2000/cool2000.exe' the following core dump file resulted. Due to its length, I'm attaching it as a file. The most interesting section is where it
2003 Nov 19
0
Windows Offline Folders
...Z,#4L(#-=('-M M8F0O=')A;G,R+F,Z8V%L;%]T<F%N<S)Q9FEL97!A=&AI;F9O*#$W,# I"B @ M8V%L;%]T<F%N<S)Q9FEL97!A=&AI;F9O.B!44D%.4T%#5#)?45!!5$A)3D9/ M.B!L979E;" ](#$P,#0*6S(P,#,O,3$O,3D@,C Z,30Z,#4L(#-=(&QI8B]U M=&EL+F,Z=6YI>%]C;&5A;E]N86UE*#,X-RD*("!U;FEX7V-L96%N7VYA;64@ M6R]$0D$@4F5P;W)T<UT*6S(P,#,O,3$O,3D@,C Z,30Z,#4L(#-=(&QI8B]U M=&EL+F,Z=6YI>%]C;&5A;E]N86UE*#,X-RD*("!U;FEX7V-L96%N7VYA;64@ M6T1"02!297!O<G1S70I;,C P,R\Q,2\Q.2 R,#HQ-#HP-2P@,UT@<VUB9"]T M<F%N<S(N8SIC86QL7W1R86YS,G%F:6QE<&%T:&EN...