Displaying 8 results from an estimated 8 matches for "gxy".
Did you mean:
guy
2011 Jul 11
1
Spectral Coherence
...ate a spectral coherence between
two timeseries. The stats : spectrum() returns a coh matrix
which estimates coherence (squared).
A basic test which from which i expect near-zero coherence:
x = rnorm(500)
y = rnorm(500)
xts = ts(x, frequency = 10)
yts = ts(y, frequency = 10)
gxy = spectrum( cbind( xts, yts ) )
plot( gxy $ freq, gxy $ coh )
yields a white spectrum of 1. Clearly i'm not using
this correctly... or i mis-interpret the coh as a cross-spectral
density estimate of coherence |Gxy|^2/(Gxx Gyy)
Thanks in advance!
2001 Nov 05
1
Why doesn't outer work?
...fitted models
#survival function
sx<-function(x) {
u<-p.vec[2]*x+p.vec[1];
if(u>=0.7) u<-0.7;
if(u<0) u<-0;
return(u);
}
#flowering functiom
fx<-function(x) {
u<-exp(p.vec[3]+p.vec[4]*x);
return(u/(1+u));
}
#growth function
gxy<-function(x,y) {
sigmax2<-p.vec[7];
sigmax<-sqrt(sigmax2);
mux<-p.vec[5]+p.vec[6]*x;
fac1<-sqrt(2*pi)*sigmax;
fac2<-((y-mux)^2)/(2*sigmax2);
return(exp(-fac2)/fac1);
}
#survival-growth function
pxy<-function(x,y) { return(sx(x)*(1-fx(x))*gxy(x,y)) }
#fecundity function...
2013 Feb 02
0
[LLVMdev] Join my network on LinkedIn
LinkedIn
------------
Hripsime Matevosyan requested to add you as a connection on LinkedIn:
------------------------------------------
Jian,
I'd like to add you to my professional network on LinkedIn.
- Hripsime
Accept invitation from Hripsime Matevosyan
2014 Jan 24
0
Bèrto, please add me to your LinkedIn network
LinkedIn
------------
Aswani Kumar requested to add you as a connection on LinkedIn:
------------------------------------------
rapportive.com showed me your LinkedIn profile in my email.
I'd like to add you to my professional network on LinkedIn.
Accept invitation from Aswani Kumar
2013 Sep 12
0
Guillermo, conectemos en LinkedIn
LinkedIn
------------
amin tabrizi ha solicitado a?adirte como contacto en LinkedIn:
------------------------------------------
Me gustar?a a?adirte a mi red profesional en LinkedIn.
Aceptar invitaci?n de amin tabrizi
2005 Jan 24
1
(no subject)
Thanks for you comments. I have the one port card now. I plan on
purchasing the TDM400. My only question is whether or not the Dell
optiplex has pci 2.1 (I think)
I have one system running with the single port card. Today I received 2
sipura 2000 modules. Configured the first one tonight... Works great.
Pat
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...c=b<q#F
zcO`6=#f)44L+XbmJHwFBeos?Su~7TldVRZxV`A?jQY*E5JWV6X5Flm%EyPt+_X0gn
zn^~r#^OjCo4{>z@=Y><jB$J+M*LyKco1s(y&HRNT-t4#gkZARzShzk$_ifC9xQEtJ
zo!++8Ra-fAWJyrYe^eOM+mh*~YF23BTxqzPO#VL`G$$Hql>n(>`KXHBRr4 at DF9j)n
z1vSs^k9QvcxNIl1?UzjL-#5iWYZa&wJtGPsh+;(#3a<lpmw=F3|Kli1V!wgxYjS@*
z5I^gvG|$Gl{_H=3wgbS=*JE!in;*qG*TGkllkHy!(tb>t>$jSG9xU=}aLx=FW~y|%
z_RSK_JieDE?2jh5ANZ9vsG}Ru5b4L!Lgl*ze79av2tiJhE;i3Iw~rTU4$cC^J6A{&
zBP(a&OXp_vmqzOe>m+R>H8O+EhnL?CZ-+0?AfZaPRVsNa?oSoJu2;{&E9qZ`I&-ym
zOY#uPFjX07Qm3{ch1~>GQb0yYgJVgI<yvAT7o!UK3V9<Iq8Gl01s|SOx...
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