search for: fx2

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

Did you mean: 0x2
2011 May 30
1
Error in minimizing an integrand using optim
...e itself is correct. Here's what am trying to do: Minimize integration of a function of gaussian distributed variable 'x' over the interval qnorm(0.999) to Inf by changing value of parameter 'mu'. mu is the shift in mean of 'x'. Code: # x follows gaussian distribution # fx2 to be minimized by changing values of mu # integration to be done over the interval (qnorm(0.999),Inf) p<-0.009 #constant R<-0.25 # constant e<-11 #constant integrand<-function(x){ (e*pnorm((qnorm(p)+sqrt(R)*x)/sqrt(1-R))*dnorm(x))^2/dnorm(x+mu)} fx2<-function(mu) { integrate(i...
2002 Aug 10
0
?subexpressions, D, deriv
...comparison (so I cannot be 100% sure of my algebra). What I would like is for the output of D to look at least somewhat similar to my hand algebra. It occurred to me that if expressions could be constructed from subexpressions, I could get a more readable result (from D), as opposed to > fx2 -(invroot2pi/sigma) * (exp(-0.5 * (((x - mu)/sigma)^2)) * (0.5 * (2 * (1/sigma * (1/sigma)))) - exp(-0.5 * (((x - mu)/sigma)^2)) * (0.5 * (2 * (1/sigma * ((x - mu)/sigma)))) * (0.5 * (2 * (1/sigma * ((x - mu)/sigma))))) So I tried, in the interests of simplification.. > expr1&l...
2010 May 19
1
Displaying smooth bases - mgcv package
...a thin plate regression spline in a gamm model. I've been searching the help files, but I can't really figure out how to get the plots of the basis functions. Anybody an idea? Some toy code : require(mgcv) require(nlme) x1 <- 1:1000 x2 <- runif(1000,10,500) fx1 <- -4*sin(x1/50) fx2 <- -10*(x2)^(1/4) y <- 60+ fx1 + fx2 + rnorm(1000,0,5) test <- gamm(y~s(x1)+s(x2)) plot(test$gam) This gives me the conditional estimates, but not the basis functions for the different splines. I'd like to have the basis functions for s(x1) and s(x2). Cheers Joris -- Joris Meys S...
2004 Oct 06
3
Re 2 x100p cards H E L P (I have no hair left)
...nsfer=yes cancallforward=yes callreturn=yes echocancel=yes echocancelwhenbridged=yes rxgain=1.0 txgain=7.0 group=1 callgroup=1 pickupgroup=1 immediate=no musiconhold=default ; ; context=pstnin signalling=fxs_ks usecallerid=yes channel=>1,2 The card in the lower ide port works ok (fxo card 1) fx2 downt accept incomming or allow outgoing Outgoing calls end up like r2d2:/etc/asterisk# asterisk -r Asterisk CVS-HEAD-09/30/04-00:12:06, Copyright (C) 1999-2004 Digium. Written by Mark Spencer <markster@digium.com> ========================================================================= Con...
2002 Sep 23
0
arima() in package ts.
...ted directly from the residuals? How? (Since the whole MLE structure is very complicated, I'm pretty sure the answer is ``No it can't'', but I'd like a little more insight into what's going on here.) (3) I tried x <- rnorm(100) fx1 <- arima(x,c(1,0,0),c(1,0,0)) fx2 <- arima(x,c(2,0,0)) Note that seasonality is not specified and so defaults to 1. I would have thought that the coeficients of the second model, say phi.21 and phi.22, would be related to the coefficients of the first (``multiplicative'') model, say phi.1 and Phi.1, by phi.21 = phi.1...
2010 Oct 25
0
xpp_fxloader fails to load Astribank firmware on Ubuntu Lucid
...sk on Ubuntu 2.6.32-25-server with asterisk 1.6.2.5-0ubuntu1 and dahdi 2.2.1-0ubuntu2. The machine has a passive HCF-based PCI ISDN card and an Astribank 8 attached. The ISDN card works fine. root at servaction:~# lsusb Bus 001 Device 002: ID 04b4:8613 Cypress Semiconductor Corp. CY7C68013 EZ-USB FX2 USB 2.0 Development Kit root at servaction:/usr/share/dahdi# ./xpp_fxloader usb 'xpp_fxloader'[1416]: --------- FIRMWARE LOADING: (usb) [0 devices] Got all 0 devices 'xpp_fxloader'[1446]: --------- FIRMWARE IS LOADED Needless to say, 0 devices have the Astribank firmware loaded an...
2011 Jul 19
2
Incorrect degrees of freedom for splines using GAMM4?
...husbmiss + +currpmh +pastpmh +neverpmh, random= ~(1|id) +(1|cogtest), data=global) Using > summary(global.gamm4$mer), I get the following output for my spline term, indicating that I use the expected 4 degrees of freedom. Xs(adjpatx)Fx1 0.1018943 0.1073225 0.949 Xs(adjpatx)Fx2 -0.0708114 0.1123845 -0.630 Xs(adjpatx)Fx3 0.7459511 0.6836413 1.091 Xs(adjpatx)Fx4 -0.2062321 0.0923569 -2.233 However, when I use > summary(global.gamm4$gam). I get an estimate of degrees of freedom that is not 4: Approximate significance of smooth terms: edf Ref.df...
2012 Jul 19
3
write list to ascii
Dear all, apologies for this (perhaps recurrent) question but I did not found a question when searching mailing lists. How to write a list of a simple kind, e.g.: abc <- list(one=(1:2), two=(1:5)) # to a file? I understand that write() & co. cannot work but when I try sink("aa.txt", append=T, split=T) abc sink() # the output is indeed "split by rows" in the
2019 Dec 14
0
Re: Long running nbdkit tests
...00:28:57 PASS: test-linuxdisk.sh 00:28:46 PASS: test-data 00:28:24 PASS: test-gzip 00:27:57 PASS: test-ext2 00:27:49 PASS: test-curl 00:27:16 PASS: test-iso.sh 00:25:56 PASS: test-nbd [all others < 7 mins] Analysis of what these tests do as in the previous email: test-readahead G Fx2 test-cow.sh Gx2 test-floppy.sh G Dx2 test-shell G test-linuxdisk-copy-out.sh G Dx4 test-partitioning3.sh G test-perl G test-partitioning5.sh G F test-memory G test-ocaml G test-lua...
2019 Dec 13
2
Long running nbdkit tests
The nbdkit tests take a long time to run especially on armv7. To try to get an idea of which tests take the most time, and since I happen to have a qemu aarch64 *TCG* guest available, I ran the tests on that guest. A TCG guest is about the worst case for libguestfs, used by some tests, since it uses double-nested TCG, and as you can see below there are tests taking over 6 hours. In fact I
2008 May 29
9
Low-memory Centos5?
Good morning, I've inherited an old laptop from my wife that I'd like to use when I travel (it's fairly small with a 12" screen). The bad part is that it is maxed out on memory with 384MB. Has anyone played with using Centos5 on systems with little memory? Ideally, I don't need too much - Firefox, Openoffice, a little Perl/Python/C here and there. I was thinking about using
2004 Aug 06
0
toner cartridges
...# 15</font></font></center> </td> <td> <center><font color="#000099"><font size=+1>Laserfax 5000, 7000</font></font></center> </td> <td> <center><font color="#000099"><font size=+1>FX2</font></font></center> </td> <td> <center><font color="#000099"><font size=+1>$64</font></font></center> </td> </tr> <tr> <td> <center><font color="#000099"><font size=+1&g...
2002 Jul 12
1
toner cartridges
...# 15</font></font></center> </td> <td> <center><font color="#000099"><font size=+1>Laserfax 5000, 7000</font></font></center> </td> <td> <center><font color="#000099"><font size=+1>FX2</font></font></center> </td> <td> <center><font color="#000099"><font size=+1>$64</font></font></center> </td> </tr> <tr> <td> <center><font color="#000099"><font size=+1&g...
2009 Jan 28
2
t.test in a loop
Hi All, I've been having a little trouble with creating a loop that will run a a series of t.tests for inspection, Below is the code i've tried, and some checks i've looked at. I've used the get(paste()) idea as i was told previously that the use of the eval should try and be avoided. I've run a single syntax to check that my systax is correct and works without any problems
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking