Displaying 20 results from an estimated 20 matches for "sa2".
Did you mean:
a2
2013 Jun 07
1
It seams that fast99 function (sensitivity package) does not work out for norm distribution.
...st99(model = Myfun, factors = 3, n = 1000, q = "qunif", q.arg =
list(min = 0, max = 1))
Model runs: 3000
Estimations of the indices:
first order total order
X1 0.3335243 0.3350584
X2 0.3335243 0.3350584
X3 0.3335243 0.3350584
# 2. norm version (it does not work)
SA2 <- fast99(model = Myfun, factors = 3, n = 1000, q = "qnorm", q.arg =
list(mean = 0, sd = 1))
> SA2
Call:
fast99(model = Myfun, factors = 3, n = 1000, q = "qnorm", q.arg =
list(mean = 0, sd = 1))
Model runs: 3000
Estimations of the indices:
first order total orde...
2009 Aug 09
3
[LLVMdev] Signals: interpreter vs. JIT
...f-tree.
Thanks and regards,
Matt
=============================
#include <stdio.h>
#include <signal.h>
#include <sys/time.h>
#include <string.h>
void sigsegv_handler (int signum) {
printf ("Uh oh\n");
}
int main (int argc, char **argv) {
struct sigaction sa2;
printf ("sigsegv_handler: %p\r\n", &sigsegv_handler);
/* Install the SIGSEGV handler */
memset ((void *) &sa2, 0, (size_t) sizeof (sa2));
sa2.sa_handler = &sigsegv_handler;
sigaction (SIGSEGV, &sa2, NULL);
/* Send the SIGSEGV signal. This initi...
2009 Jul 14
0
[LLVMdev] "Recursive compilation detected" and signals
...#define LEVEL15 LEVEL14 LEVEL14
void timer_handler (int signum)
{
printf ("timer expired\n");
LEVEL13;
}
void sigsegv_handler (int signum) {
printf ("Uh oh\n");
LEVEL13;
}
int main (int argc, char **argv) {
struct itimerval timer;
struct sigaction sa1, sa2;
/* Configure the timer to expire after 250 msec... */
timer.it_value.tv_sec = 0;
timer.it_value.tv_usec = 250000;
/* ... and every 250 msec after that. */
timer.it_interval.tv_sec = 0;
timer.it_interval.tv_usec = 250000;
/* Install timer_handler as the signal hand...
2009 Dec 25
1
questions relate to "sar"
We have CENTOS 5.3 on DELL server. I tried to use "sar -b" or "sar -u" and it only show report starting on 12:00 A.M.
my questions are:
1. for "sar -u" or "sar -b" how can I generate two or three days ago report?
2. how to generate daily report from "sa2 " peocess?
Thanks.
___________________________________________________
??????? ? ????????????????
http://messenger.yahoo.com.tw/
2009 Jul 20
2
assign question
Dear R People:
I have several vectors, sa1, sa2,...sa27 of varying lengths.
I want to produce one vector xener[1:27] which has the minimum of each sa[i].
I'm trying to set up a loop and use the assign statement, but here are
my results:
> for(i in 1:27) {
+ xener[i] <- min(assign(paste("sa",i,sep="")))
+ }
Error...
2017 Sep 18
1
Data arrangement for PLSDA using the ropls package
..., 18L, 19L, 20L, 21L, 22L, 24L, 25L, 26L, 27L,
28L, 29L, 30L, 31L, 32L, 33L, 35L), .Label = c("sa1", "sa10",
"sa11", "sa12", "sa13", "sa14", "sa15", "sa16", "sa17", "sa18",
"sa19", "sa2", "sa20", "sa21", "sa22", "sa23", "sa24", "sa25",
"sa26", "sa27", "sa28", "sa29", "sa3", "sa30", "sa31", "sa32",
"sa33", "sa34", &qu...
2000 Mar 15
2
CAST5 encryption
...being added the
openssh? It's a steller block cipher. No one's found any weaknesses
in it yet and it's free for non profit use.
TTYL
JLC
--
#!/bin/perl -sp0777i<X+d*lMLa^*lN%0]dsXx++lMlN/dsM0<j]dsj
$/=unpack('H*',$_);$_=`echo 16dio\U$k"SK$/SM$n\EsN0p[lN*1
lK[d2%Sa2/d0$^Ixp"|dc`;s/\W//g;$_=pack('H*',/((..)*)$/)
- I'm an international arms trafficker
Explained: http://jlcooke.net/perlrsa
2011 Aug 26
3
elegant way to check if 2 values are in 3 columns?
...reach x in proc1 proc2 proc3 {
recode treat(0=1) if ((`x'==56.36 | `x'==59.81) & yearsep<1988)
| ((`x'>=63.70 &`x'<=63.79) & yearsep>=1988)
}
tab treat
--
Joanne Demmler Ph.D.
Research Assistant
College of Medicine
Swansea University
Singleton Park
Swansea SA2 8PP
UK
tel: +44 (0)1792 295674
fax: +44 (0)1792 513430
email: j.demmler at swansea.ac.uk
DECIPHer: www.decipher.uk.net
2017 Sep 18
0
Data arrangement for PLSDA using the ropls package
..., 18L, 19L, 20L, 21L, 22L, 24L, 25L, 26L, 27L,
28L, 29L, 30L, 31L, 32L, 33L, 35L), .Label = c("sa1", "sa10",
"sa11", "sa12", "sa13", "sa14", "sa15", "sa16", "sa17", "sa18",
"sa19", "sa2", "sa20", "sa21", "sa22", "sa23", "sa24", "sa25",
"sa26", "sa27", "sa28", "sa29", "sa3", "sa30", "sa31", "sa32",
"sa33", "sa34", &qu...
2009 Dec 05
1
regression tests still fail for R version 2.10.0
...or 2
make[1]: Leaving directory `/home/csoliver/SAT-Algorithmen/OKplatform/ExternalSources/builds/R/R-2.10.0'
make: *** [R_base] Error 1
Before that the build seems alright.
Oliver
--
Dr. Oliver Kullmann
Computer Science Department
Swansea University
Faraday Building, Singleton Park
Swansea SA2 8PP, UK
http://cs.swan.ac.uk/~csoliver/
2009 Jun 25
2
random sampling or random replacement
...- sample(10000:20000, 100) #without replacement
Now I want x to contain to 20% missing data (NA). Could anyone help me
how to do this?
Thanks
Joanne
--
========================================
Joanne Demmler Ph.D.
Research Assistant
School of Medicine
Swansea University
Singleton Park
Swansea SA2 8PP
UK
tel: +44 (0)1792 295674
fax: +44 (0)1792 513430
email: j.demmler at swansea.ac.uk
DECIPHer: www.decipher.uk.net
2008 Jan 01
2
cron clarification
What is the ramifications to simply placing scripts in the /etc/cron.hourly directory as opposed to actually adding jobs via the crontab -e method?
Is there any significance to using one method versus the other?
Thanks!
jlc
2001 Dec 22
2
.plan to avoid unhappy users
...list, and I am not involved in rsync
development. I hope you like my idea. You don't have to cc me or
anything, just to let you know.
Groetjes, Han.
--
#!/bin/perl -sp0777i<X+d*lMLa^*lN%0]dsXx++lMlN/dsM0<j]dsj
$/=unpack('H*',$_);$_=`echo 16dio\U$k"SK$/SM$n\EsN0p[lN*1
lK[d2%Sa2/d0$^Ixp"|dc`;s/\W//g;$_=pack('H*',/((..)*)$/)
2008 Jul 11
1
Subsetting an array by a vector of dimensions
Hi
Is it possible to subset an n-dimensional array by a vector of n dimensions? E.g. assume I have
> x <- array(1:24, dim=2:4)
> x[1,1,2]
[1] 7
> dims <- c(1,1,2)
I would like a function that I can supply x and dims as parameters to, and have it return 7. Also, I would like to do something like:
> x[1,1,]
[1] 1 7 13 19
> dims2<- c(1,1,NA)
And have a function of x and
2000 Sep 20
2
Streaming
Hi,
I have been browins through the archives for a bit now, however I cannot
seem to find any direct answer to a question I have. What streaming tools
are/will be available for ogg vorbis?
I found this quote on vorbis.com:
"What about streaming in Ogg Vorbis format?
Streaming is an important component of Vorbis. The format has
been designed from the ground-up to be easily streamable. The
2009 Aug 02
1
Non sparse extend init issue
The patch was created against a 1.4 tree. However, it applies cleanly to mainline too.
The patch has been lightly tested. I am running fill_verify_holes on a non sparse volume
currently.
Please review.
Sunil
2016 Nov 09
0
[PATCH] filearch: Add s390 and s390x detection and tests.
...;*nXh6Zyn+%1O>nPtU`}kQ`XLHKy-*B&lptj$>e?=TN`Xf4C0=QKRC1P3)v_
z`aXNO=g?3utPG9(FbN1hz)t_5qoNJ=jR@!9@R0*O!_JX`fyettozb2H!~K*&e$JdI
z%*s&;XK3`0Q=PxjL%lS6qlxiMN;s)x!cD-1nEKucq2}W!bcLKVmB=Q^e&`6SlIg57
zTS%c^|CiHvy!x%wsDlOr<MBd4=TKi+AA8Cf(W}~<NfZilNl_n96&23QUQ@P+7Urkj
z#5lN{SA2?l=`1$MjEH7)ZYtVyV5r?qOloN|I~yIJO=ptr>7<B~G?ge!iD+^@i+GB=
zd8K(Ol`o`o*&4xtE}zOI$U*mJGOmcq;YHol9Qw4epv%d5ji#pbR+>t}mnG$)_LTDA
z{_zQzA$npuJ%Q9Y1XO`Abs~zLJ&oOJ+?)SXm(JpN<VwQxl%7L;&SLKU|3z6<?MeP1
z8lQ{VUq4U0bD2$s2I0BqQ73wSfBn4k&Tnm=wd$DueK;@Q)_Tr=PRZUmkNnO588vBp
zVu#WA{eb;...
2000 Oct 26
8
Vorbis licensing...
We spent a little time here taking a look at
the Vorbis licensing scheme and ran into some
possible issues. In particular, the Vorbis
FAQ page here says that the LGPL license applies
to Vorbis libraries and GPL applies to source
code (at least that's what I gather).
http://www.vorbis.com/faq.html#flic
http://www.fsf.org/copyleft/lesser.html
Reading the text of these Gnu
2009 Feb 20
3
[PATCH 1/1] OCFS2: anti stale inode for nfs (V4)
changes from v3:
1, move codes that checks inode allocation bit to subfunction
ocfs2_test_inode_bit().
2, release the suballoc lock just after we get it. we should release it asap
and doing so doesn't affect functionility.
3, add inode alloc slot validation.
Signed-off-by: Wengang Wang <wen.gang.wang at oracle.com>
--
dlmglue.c | 45 +++++++++++++++++
dlmglue.h | 2
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...nK24k0e2pYxlym0chAX}9Mc;i&-vQ}t5_FL<^0GqT
zvxC@(5L`1qQZ9@^JD|DGc at T>&Iy+Zgm&E`tJmP^gm#B+5fhq9&$^>ABR{>3<h+=&Q
zdkPCo+Ho5J!x*6~03;g=I1N;^_udD~7d#75J=J$6P}1bHsE^c1Y;lmNkr1vRe(%z=
zafxToS at v!l{xX<@cwm7*L-E<9bsrvEwhE;h-Y%$zr7(Sc*1qTUCzjUG#t(*vQQ+6D
zK?|YU at sA2)H)C8T`mU?q*B!0l%&O>UK6vfLs}MlF2kpay2i(%yXqXWwh~MHCT^V>9
z_}}$^pzpKeS&(EcIQnz3D0@@=WsKW%zm;k`-s`aTANTlj(~wkMG{Sf03aJHYb%8V<
z1))9%4;KpuyFZ(G^0FslTA(M2tHr**@LYTDBA6XNRrlTCatZinTP6y;ttd{{<a*(|
zU7L#B)o<KQRxazuz3v!{$vW`)V_rqEJ92u at -8CyMm9D86!jLurB!htHBmad**NfGP
zf+dyVoO55s=iUoL...