search for: zdata

Displaying 20 results from an estimated 28 matches for "zdata".

Did you mean: data
2009 Jun 25
2
Error: system is computationally singular: reciprocal condition number
...<- as.data.frame(z) if(dim(z)[2] == 0){ stop("There should be given data\n") } data <- data.frame(x,y,z) if(na.rm == T){ data = na.omit(data) } xdata <- na.omit(data.frame(data[,c(1,2)])) Sxx <- cov(xdata,xdata,m=method) xzdata <- na.omit(data) xdata <- data.frame(xzdata[,c(1,2)]) zdata <- data.frame(xzdata[,-c(1,2)]) Sxz <- cov(xdata,zdata,m=method) zdata <- na.omit(data.frame(data[,-c(1,2)])) Szz <- cov(zdata,zdata,m=method) # is Szz positive definite? zz.ev <- eigen(S...
2018 Sep 17
3
Cannot access HOME folder after upgrading to 4.8 from 4.6
...= zfsacl acl_xattr audit netatalk nfs4:mode = special nfs4:acedup = merge nfs4:chown = yes #============================ Share Definitions ============================== # Share - man smb.conf for details [public] comment = test share # this share resides on an UFS filesystem! path = /zdata/public public = yes writable = yes printable = no write list = @"EXAMPLE-domain admins" [apps] comment = Folder for applications path = /zdata/apps valid users = @"EXAMPLE-domain admins" @"EXAMPLE-domain users" writable = yes printable = no...
2008 Jun 24
2
persp plot
...he following R script: cat << EOF | R --no-save def.par <- par(no.readonly = TRUE) en_range <- c(-6.2, 0.0) om_range <- c(-200.0, 500.0) ze_range <- c(0.0, 1.0) z_perspective <-c(0,3) xdata <- scan("x.txt", list(0)) ydata <- scan("y.txt", list(0)) zdata <- scan("z.txt", list(0)) f <- function(xdata,ydata) { rr <- zdata; rr } z <- outer(xdata, ydata, f) pdf(file="persp.pdf",height = 8, width =8) persp(xdata, ydata, z, axes = TRUE, nticks = 5, ticktype = "detailed",r=1.5) dev.off() q() EOF The probl...
2009 Jul 13
0
Partial Correlation
..........")* * print(xdata)* * Sxx <- cov(xdata,xdata,m=method)* * print("Sxx...................................................")* * print(Sxx )* * * * xzdata <- na.omit(data)* * xdata <- data.frame(xzdata[,c(1,2)])* * zdata <- data.frame(xzdata[,-c(1,2)])* * print("zdata..........................")* * print(z...
2009 Jun 28
1
ERROR: system is computationally singular: reciprocal condition number = 4.90109e-18
...return(1) } if(dim(z)[2] == 0){ stop("There should be given data\n") } data <- data.frame(x,y,z) if(na.rm == T){ data = na.omit(data) } xdata <- na.omit(data.frame(data[,c(1,2)])) Sxx <- cov(xdata,xdata,m=method) xzdata <- na.omit(data) xdata <- data.frame(xzdata[,c(1,2)]) zdata <- data.frame(xzdata[,-c(1,2)]) Sxz <- cov(xdata,zdata,m=method) zdata <- na.omit(data.frame(data[,-c(1,2)])) Szz <- cov(zdata,zdata,m=method) # is Szz positive definite? zz.ev <- eigen(S...
2010 Mar 22
1
Dovecot 1.2.11 renames Maildir filenames on first read of foreign POPstore - how to avoid
...e options to keep devecot from renaming files when it first sees them, or whether I'm going to need to create a new backend for dovecot based on Maildir. The renaming not only blows my current UIDLs, it seems to upset Dovecot's indexing, Cheers! -sam My POPstore looks like this: /zdata/domain/%d/folders/%n/{cur, new, tmp}/ and message filenames like this: msg.yyyy:mm:dd:hh:mm:ss.random I was able to get Dovecot to see the store by the symlink: INBOX -> . Here are the log messages regarding the index warnings: Mar 22 07:45:52 POP3(scion at 6ix.net): Warning: Fixed a dup...
2009 Jul 10
0
Error when running the examples in plotMultiTS / QRMlib
...ot;); > #select only 4 stocks from 30-stock index: > tsSelections <- c("GE","INTC","KO","JNJ"); > Sdata <- Sdata[,tsSelections]; Error in .subset(x, i, j, drop = FALSE) : object of type 'S4' is not subsettable > Zdata <- log(Sdata); > rm(Sdata); > #Plot all 4 columns on same graph: > plotMultiTS(Zdata, reference.grid=TRUE); Error: subscript out of bounds > #plot only columns 2 and 3 on the graph: > plotMultiTS(Zdata, colvec= c(2,3),reference.grid=TRUE, format="%Y-%...
2019 Jan 28
8
nlminb with constraints failing on some platforms
..._FFLAGS = -O2 -fomit-frame-pointer -msse2 -mfpmath=sse Reverting to the old SAFE_FFLAGS 'solves' the problem. > sessionInfo() R version 3.5.2 (2018-12-20) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Scientific Linux release 6.4 (Carbon) Matrix products: default BLAS/LAPACK: /zdata/groups/nfsopt/intel/2018update3/compilers_and_libraries_2018.3.222/linux/mkl/lib/intel64_lin/libmkl_gf_lp64.so locale: [1] C attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] compiler_3.5.2 [[alternativ...
2020 Mar 08
2
Trouble resolving some group membership after upgrade from 4.8 to 4.10
...ldap suffix = dc=msqr,dc=us ldap user suffix = ou=People ldap group suffix = ou=Groups ldap machine suffix = ou=Computers ldap idmap suffix = ou=Idmap ldap ssl = off ldap passwd sync = yes # Auth password saved via `smbpasswd -W` ldap admin dn = cn=Samba Admin,dc=msqr,dc=us [TimeCapsule] path = /zdata/backups/timecapsule vfs objects = zfsacl fruit streams_xattr browseable = no writable = yes read only = no inherit acls = yes fruit:time machine = yes fruit:time machine max size = 1400G valid users = @TimeMachine nfs4:mode = special nfs4:acedup = merge nfs4:chown = true zfszcl:acesort = dontcare...
2010 Aug 30
1
[LLVMdev] Recursion in TableGen
...name, default>.Result); } class Foo<string name, list<Data> data = []> { string Name = name; // Set some data. int XData = Find<data, "X", 0>.Result; int YData = Find<data, "Y", 0>.Result; int ZData = Find<data, "X", 0>.Result; } def FOOX : Foo<"X", [X]>; def FOOY : Foo<"Y", [X, Y]>; def FOOZ : Foo<"Z", [Y, Z]>; Unfortunately, the part of TableGen that generates anonymous classes from assignments in class bodies doesn't know...
2019 Feb 01
1
nlminb with constraints failing on some platforms
...;maechler at stat.math.ethz.ch> wrote: > > ........ >>> sessionInfo() >> R version 3.5.2 (2018-12-20) >> Platform: x86_64-pc-linux-gnu (64-bit) >> Running under: Scientific Linux release 6.4 (Carbon) > >> Matrix products: default >> BLAS/LAPACK: /zdata/groups/nfsopt/intel/2018update3/compilers_and_libraries_2018.3.222/linux/mkl/lib/intel64_lin/libmkl_gf_lp64.so > >> locale: >> [1] C > >> attached base packages: >> [1] stats graphics grDevices utils datasets methods base > >> loaded via a names...
2014 Dec 17
3
[Bug 11013] New: [patch] Mention that privileges are dropped, when "use chroot" is enabled in rsyncd.conf manpage
...estfile rsync://some_test_user at hostB/backup/ the uid and the gid of the source file on host A are not set accordingly on host B. Even not if --numeric-ids is specified explicitly, on both server and client side. Relevant part of the server config: use chroot = yes [backup] list = yes path = /zdata/backup/ comment = Some comment read only = no auth users = some_test_user secrets file = /usr/local/etc/rsync/rsyncd.secrets numeric ids = yes I fixed that by adding "uid = root" to rsyncd.conf. The manpage does not mention that behavior at all. -- You are receiving this mail because:...
2005 Jan 24
2
parameter couldn't be set in high-level plot() function
...ot show up at the end). It does work to call title(... xlab="blah", ylab="foo") after bandplot (), but then I have two labels on top of each other, which is even more ugly. Can anyone explain me why this goes wrong? Thanks in advance, Jonne. > x11() ; bandplot(x=xdata, y=zdata) [works fine] > x11() ; bandplot(x=xdata, y=zdata, xlab="blah", ylab="foo") There were 22 warnings (use warnings() to see them) > warnings() Warning messages: 1: parameter "xlab" couldn't be set in high-level plot() function 2: parameter "ylab" co...
2013 Jul 01
3
Problems booting into ZFS on recent stable/9
...le/9 from late March 2013. Actually, the kernel may've been a bit newer than that as I was working with folks to diagnose and repair some Netra-X1 specific issues. But, ZFS worked fine. I have two pools, zroot as a RAID1 (using equally sized partitions at the front of two large disks), and a zdata that is a large pool of the remaining space of both disks concatenated together. After installing a kernel from a build of [yesterday's] stable/9 today, I now get a failure when trying to boot, which can be seen at the end of this clip from the end of the boot messages below. Is anyone aw...
2019 Jan 31
1
nlminb with constraints failing on some platforms
...FFLAGS 'solves' the problem. > > > >> sessionInfo() > > R version 3.5.2 (2018-12-20) > > Platform: x86_64-pc-linux-gnu (64-bit) > > Running under: Scientific Linux release 6.4 (Carbon) > > > > Matrix products: default > > BLAS/LAPACK: > /zdata/groups/nfsopt/intel/2018update3/compilers_and_libraries_2018.3.222/linux/mkl/lib/intel64_lin/libmkl_gf_lp64.so > > > > locale: > > [1] C > > > > attached base packages: > > [1] stats graphics grDevices utils datasets methods base > > > > l...
2019 Feb 01
3
nlminb with constraints failing on some platforms
...s' the problem. > > >> sessionInfo() > > R version 3.5.2 (2018-12-20) > > Platform: x86_64-pc-linux-gnu (64-bit) > > Running under: Scientific Linux release 6.4 (Carbon) > > > Matrix products: default > > BLAS/LAPACK: /zdata/groups/nfsopt/intel/2018update3/compilers_and_libraries_2018.3.222/linux/mkl/lib/intel64_lin/libmkl_gf_lp64.so > > > locale: > > [1] C > > > attached base packages: > > [1] stats graphics grDevices utils datasets methods base > &gt...
2018 Sep 27
0
"hide files" doesn't actually hide!
...attr audit netatalk [groups] comment = Departmental folders delete veto files = Yes force create mode = 0770 force directory mode = 0770 hide files = /_*/:*/.*/.AppleDB/.AppleDouble/.bin/.AppleDesktop/Temporary Items/ map archive = No path = /zdata/groups valid users = "@EXAMPLE-domain users" "@EXAMPLE-domain admins" veto files = /lost+found/Network Trash Folder/TheFindByContentFolder/TheVolumeSettingsFolder/ vfs objects = zfsacl shadow_copy2 shadow: localtime = no shadow: sort = des...
2019 Jan 31
0
nlminb with constraints failing on some platforms
...h=sse > > Reverting to the old SAFE_FFLAGS 'solves' the problem. > >> sessionInfo() > R version 3.5.2 (2018-12-20) > Platform: x86_64-pc-linux-gnu (64-bit) > Running under: Scientific Linux release 6.4 (Carbon) > > Matrix products: default > BLAS/LAPACK: /zdata/groups/nfsopt/intel/2018update3/compilers_and_libraries_2018.3.222/linux/mkl/lib/intel64_lin/libmkl_gf_lp64.so > > locale: > [1] C > > attached base packages: > [1] stats graphics grDevices utils datasets methods base > > loaded via a namespace (and not attach...
2001 Dec 11
1
EXT3-fs error..bad entry in directory
...69, rec_len=16652, name_len=11 I am seeing many lines much like these, I don't really know what this error means. The inode values reported to not match the inodes on the disk. Filesystem Inodes IUsed IFree IUse% Mounted on /dev/sda1 11206656 219569 10987087 2% /zdata all the EXT3-fs errors have an inode= value thats greater than the total number of inodes on this disk. We have been running EXT3 fs for sometime now, and recently upgraded kernels from 2.4.10-ac11 to 2.4.16 sda1 is a RAID5 hardware array (DPT PM1554U2). Can anyone make out what these errors me...
2008 May 12
1
Usb, udev and nut
Hi All I am connecting a ups via a usb to serial converter. Works fine, however when the converter is unplugged and plugged back in, udev creates another device e.g instead of ttyUSB0 it creates ttyUSB1. Here is the udev rule that I added to the top of the 025_nut-usbups.rules file in order to create a static symlink should udev decide to create the device as either ttyUSB0 or ttyUSB1.