search for: s11

Displaying 20 results from an estimated 66 matches for "s11".

Did you mean: 11
2009 Sep 19
3
Lattice: combine the same strip?
...2, where S1 and S2 are two strips. For example, in figure 2.1 at http://lmdvr.r-forge.r-project.org/figures/figures.html. In this case, I would like to combine the the top strip, since all three pictures in the same row have the same level based on the first strip. In other words, instead of | -- S11 -- | -- S11 -- | -- S11 -- | | -- S21 -- | -- S22 -- | -- S23 -- | I would like my graph to look like | ----------------- S11 ---------------- | | -- S21 -- | -- S22 -- | -- S23 -- | In there a way I can do it? Thanks! JD [[alternative HTML version deleted]]
2006 Oct 31
0
6217588 New Keyboards software needed for S11 and S10 U2
Author: dm89450 Repository: /hg/zfs-crypto/gate Revision: fe0bf8e57ac4df0265e4c3d932b3183d06de3f88 Log message: 6217588 New Keyboards software needed for S11 and S10 U2 Files: create: usr/src/cmd/loadkeys/type_6/albania create: usr/src/cmd/loadkeys/type_6/belarus create: usr/src/cmd/loadkeys/type_6/bulgaria create: usr/src/cmd/loadkeys/type_6/croatia create: usr/src/cmd/loadkeys/type_6/iceland create: usr/src/cmd/loadkeys/type_6/maltauk create:...
2012 Dec 21
4
zfs receive options (was S11 vs illumos zfs compatiblity)
> From: zfs-discuss-bounces at opensolaris.org [mailto:zfs-discuss- > bounces at opensolaris.org] On Behalf Of bob netherton > > You can, with recv, override any property in the sending stream that can > be > set from the command line (ie, a writable). > > # zfs send repo/support at cpu-0412 | zfs recv -o version=4 repo/test > cannot receive: cannot override received
2019 Aug 27
2
TargetRegisterInfo::getCommonSubClass bug, perhaps.
Hi, ABCRegister.td : def SGPR32 : RegisterClass<"ABC", [i32], 16, (add S0, S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15 )>; def SFGPR32 : RegisterClass<"ABC", [f32], 16, (add S0, S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15 )>; ===== Instruction selection ends: ... t8: i32 = ADDrr t37, t32 ... Instruction Selection correct : i32...
2011 Sep 21
3
Reading data in lisp format
Hi, I am trying to read the "credit.lisp" file of the Japanese credit database in UCI repository, but it is in lisp format which I do not know how to read. I have not found how to do that in the foreign library http://archive.ics.uci.edu/ml/datasets/Japanese+Credit+Screening <http://archive.ics.uci.edu/ml/datasets/Japanese+Credit+Screening> Could anyone help me? Best
2003 Jul 15
0
Multivariate regression method
...selecting the conditioning columns of X for the ### conditioning variable X1 (implies complementary set of ### columns of X for the variable X2 whose conditional ### distribution (X2 | X1=x1) is to be found). iX1<-ixX(S, ... ); iX2<-!iX1; s11<-solve(S[iX1,iX1,drop=FALSE]); s12<-S[iX1,iX2,drop=FALSE]; s21<-S[iX2,iX1,drop=FALSE]; s22<-S[iX2,iX2,drop=FALSE]; mu1<-mu[,iX1,drop=FALSE]; mu2<-mu[,iX2,drop=FALSE]; Cmu <- (x1%.+%(-mu1))%*%s11%*%s12 %.+% mu2; Cvar <- s22 - s21%*%s11%*%s12; list(Cmu=Cmu,Cvar=Cva...
2010 Jan 11
1
HoltWinters Forecasting
...alpha: 1.046340 beta : 3.198345 gamma: 1 Coefficients: [,1] a -6.491044e+44 b -3.313740e+46 s1 -4.035877e+40 s2 9.734997e+40 s3 -2.348192e+41 s4 5.664108e+41 s5 -1.366248e+42 s6 3.295545e+42 s7 -7.949232e+42 s8 1.917446e+43 s9 -4.625098e+43 s10 1.115626e+44 s11 -2.691018e+44 s12 6.491044e+44 Subsequently using the predict() function the following results are produced which are quite unusual. > x.pred = predict(hw.ts, n.ahead = 10, + prediction.interval = T, conf.level = 0.8) > > x.pred fit upr l...
2006 Jan 04
1
Difficulty with 'merge'
...RR M a fondo : 41 a galla : 41 S1 : 37 Min. :0.3646 Min. :0.02083 Min. :0.0010 Min. :0.0000 alto : 41 acuto : 41 S10 : 37 1st Qu.:0.5521 1st Qu.:0.37500 1st Qu.:0.1771 1st Qu.:0.1042 ampio : 41 arrotondato: 41 S11 : 37 Median :0.6354 Median :0.47917 Median :0.2708 Median :0.2292 angoloso : 41 basso : 41 S12 : 37 Mean :0.6403 Mean :0.46452 Mean :0.2760 Mean :0.2598 aperto : 41 chiuso : 41 S13 : 37 3rd Qu.:0.7188 3rd Qu.:0.55208 3rd Qu.:0...
2019 Sep 17
4
CentOS7 sometimes don't detect NIC after reboot
I have brand new PC with this components: CPU Intel? Pentium G5400, LGA1151 motherboard ASUS PRIME B360M-C 16 GB RAM HDD 2x ADATA SSD 256GB XPG GAMMIX S11, PCIe Gen3x4 M.2 2280 (RAID1) NIC Intel X550-T1 Ethernet Converged Network Adapter I installed CentOS 7 and two NICs were detected: eno1 (on motherboard) enp1s0 (Intel X550-T1) When I restart the machine sometimes enp1s0 is missing. It is not detected during boot. It looks like NIC card is not i...
2017 Jul 21
1
Problem compiling dovecot 2.2.31 on Solaris
...nd include the > directory. However, this is odd, since it should be shipped with GCC > itself. Headers are generally supplied by the OS not the compiler, stdint.h is $ find /usr/include -name stdint.h /usr/include/sys/stdint.h /usr/include/stdint.h from SUNWhea on S10 and system/header on S11. Nevertheless it's missing on Solaris 8 and 9. You can make your own, this worked for me on Solaris 9 at least once, untested recently: #ifndef _STDINT_H #define _STDINT_H #include <sys/int_types.h> #include <sys/int_limits.h> #include <sys/int_const.h> #endif /* _STDIN...
2016 Dec 14
1
TortoiseSVN over Samba4 corrupting working copies
Hi guys, I use samba to mount a share that has a SVN working copy of a big project. Problem is that with samba4 (tested on 4.0/4.1), working copies ever now and then get corrupted: svn: E200030: sqlite[S11]: database disk image is malformed But, when running samba 3 (tested on 3.5/3.6) it doesn't happen. Is there anything related to caching or delayed write in samba4 or something that could explain this?
2007 Feb 14
1
Re: qemu-0.9.0 with initial tap interface
...So the next question is, do you think this will work on Solaris 9/X86? The 32-bit kqemu binary compiled on snv_55 loads on a S9 x86 kernel; but panics the kernel as soon as qemu tries to use the /dev/kqemu device. AFAICT, the problem is that the kthread_t structure has changed between s9 and s10/s11, so that the statement... struct kqemu_user_page * CDECL kqemu_lock_user_page(unsigned long *ppage_index, unsigned long user_addr) { proc_t *p = curproc; sets ''p'' to a junk proc_t*. % grep curproc /usr/include/sys/thread.h #define curproc (ttoproc(curthrea...
2003 Jul 06
1
Conditional Distribution of MVN variates
Hi Folks, Given k RVs with MVN distribution N(mu,S) (S a kxk covariance matrix), let (w.l.o.g.) X1 denote the first r of them, and X2 the last (k-r). Likewise, let mu1 and mu2 denote their respective expectations. Then, of course, the expectation of X2 given X1=x1 is mu2 + S21*inv(S22)*(x1 - mu1) and the covariance matrix of X2 given X1=x2 is S22 - S21*inv(X11)*S12 where Sij is the
2009 Apr 30
1
finite mixture model (2-component Weibull): plotting Weibull components?
Dear Knowledgeable R Community Members, Please excuse my ignorance, I apologize in advance if this is an easy question, but I am a bit stumped and could use a little guidance. I have a finite mixture modeling problem -- for example, a 2-component Weibull mixture -- where the components have a large overlap, and I am trying to adapt the "mclust" package which concern to normal
2012 Feb 16
3
4k sector support in Solaris 11?
If I want to use a batch of new Seagate 3TB Barracudas with Solaris 11, will zpool let me create a new pool with ashift=12 out of the box or will I need to play around with a patched zpool binary (or the iSCSI loopback)? -- Dave Pooser Manager of Information Services Alford Media http://www.alfordmedia.com
2018 Jul 17
1
[PATCH klibc 1/2] rename, renameat: Use renameat2() system call
New architectures only define the renameat2() system call, which was added in Linux 3.15. Define rename() and renameat() as wrappers for it if necessary. Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- --- a/usr/klibc/Kbuild +++ b/usr/klibc/Kbuild @@ -59,7 +59,8 @@ klib-y += vsnprintf.o snprintf.o vsprint inet/inet_ntoa.o inet/inet_aton.o inet/inet_addr.o \
2011 Oct 12
33
weird bug with Seagate 3TB USB3 drive
...is not aligned with 4096 disk sector size. | It is handled through Read Modify Write but the performance is very low. However, that''s not my big issue as I will use the zpool-12 hack. My big issue is that once I zpool(1M) export the pool from my W2100z running S10 or my Ultra 40 running S11x, I can''t import it. I thought weird USB connectivity issue, but I can run "format -> analyze -> read" merrily. Anyone seen this bug? John groenveld at acm.org
2019 Jan 18
0
[klibc:master] Add RISC-V (RV64) port
...long __s2; @@ -14,12 +15,13 @@ struct __jmp_buf { unsigned long __s5; unsigned long __s6; unsigned long __s7; - unsigned long __gp; - unsigned long __sp; unsigned long __s8; - unsigned long __ra; -} __attribute__ ((aligned(8))); + unsigned long __s9; + unsigned long __s10; + unsigned long __s11; + unsigned long __sp; +}; typedef struct __jmp_buf jmp_buf[1]; -#endif /* _KLIBC_ARCHSETJMP_H */ +#endif /* _SETJMP_H */ diff --git a/usr/include/arch/cris/klibc/archsignal.h b/usr/include/arch/riscv64/klibc/archsignal.h similarity index 82% copy from usr/include/arch/cris/klibc/archsig...
2011 Oct 06
3
Wide to long form conversion
...4 2 S6 7 s 13 2 10 4 11 2 4 3 S7 8 s 8 1 3 11 6 0 3 10 S8 9 s 6 9 5 8 6 8 5 6 S9 10 s 14 5 6 10 13 5 5 10 S10 11 s 15 2 18 2 14 1 18 2 S11 12 s 6 9 4 9 5 11 3 8 S12 13 s 5 5 0 12 4 3 0 8 S13 14 s 5 6 4 9 4 6 2 6 S14 15 s 14 5 12 3 12 3 11 3 S15 16 s 7 2 11 3 5 2 10 2 S16 17 s...
2012 Dec 12
20
Solaris 11 System Reboots Continuously Because of a ZFS-Related Panic (7191375)
I''ve hit this bug on four of my Solaris 11 servers. Looking for anyone else who has seen it, as well as comments/speculation on cause. This bug is pretty bad. If you are lucky you can import the pool read-only and migrate it elsewhere. I''ve also tried setting zfs:zfs_recover=1,aok=1 with varying results. http://docs.oracle.com/cd/E26502_01/html/E28978/gmkgj.html#scrolltoc