Displaying 12 results from an estimated 12 matches for "z11".
Did you mean:
11
2009 Mar 03
1
R - need more memory, or rejection sampling algorithm doesn't work?
Hi all,
I am trying to run rejection sampling for the quantity z11 in the function
below. Unfortunately I can't simplify the function further so that z11 only
appears once.
Whenever I run the algorithm, R looks as if it is running it (no error
messages or anything), but then nothing happens for minutes...how long
should it take to run something like this in...
2006 Oct 19
1
Logging only files transferred not directories
...ry as being new
(since technically it is). If the backups aren't rotated, the directories
already exist and as such aren't printed. E.g. this is what I get
CVS/cvsrepo/EDMI/1560-Cal System Equipment/
CVS/cvsrepo/EDMI/1560-Cal System Equipment/CVS/
CVS/cvsrepo/EDMI/1560-Cal System Equipment/Z11-Frontend/
CVS/cvsrepo/EDMI/1560-Cal System Equipment/Z11-Frontend/calib.cpp,v
CVS/cvsrepo/EDMI/1560-Cal System Equipment/Z11-Frontend/calib.h,v
CVS/cvsrepo/EDMI/1560-Cal System Equipment/Z11-Frontend/history.txt,v
CVS/cvsrepo/EDMI/1560-Cal System Equipment/Z12-Calibration Database/
CVS/cvsrepo/EDMI...
2006 Apr 13
3
Penalized Splines as BLUPs using lmer?
...b + Zu + e
and I can?t figure out how to control the covariance structure of u. I want
u ~ N(0,sigma^2*I).
More precisely I?m trying to smooth a curve through data using the
"Penalized Splines as BLUPs" method as described in Ruppert, Wand &
Carroll (2003).
So I have Z = [Z1 Z2 ... Z11] where Z1,...,Z11 is a linear spline basis and
X = [1 t] where t is time column in my case.
I have tried various things and read a lot of the online literature but I
can?t seem to find anything useful. I know the old way of fitting this
using lme is:
fit <- lme(y~-1+X,random=pdIdent(~-1+Z))
a...
2007 Feb 05
1
Recommendations for Lexmark Z11 driver install?
I've "inherited" an old Lexmark Z11 and would like to plug it in to my
CentOS 4 box as a second printer. I shut down, hooked it up to the
parallel port, rebooted, and hwbrowser recognizes it on /dev/lp0, so I
ran through setting it up as a queue with printconf-gui. However,
printing the test page fails because the renderer "lz...
2009 May 21
2
Naming a random effect in lmer
...Year) + (1 | Z1+ Z2 + Z3 + Z4 +
Z5 + Z6 + Z7 + Z8), data = testsamp)
I have no problems with this. However, if the set of random effects has a
dimension of 30, then the lmer call is:
fit2<-lmer(LogY ~ WYear + (1 | Site) + (1 | Year) + (1 | Z1+Z2 + Z3 + Z4 +
Z5 + Z6 + Z7 + Z8 + Z9 + Z10 + Z11 + Z12 + Z13 + Z14 + Z15 + Z16 + Z17 +
Z18 + Z19 + Z20 + Z21 + Z22 + Z23 + Z24 + Z25 + Z26 + Z27 + Z28 + Z29+
Z30), data = testsamp)
In this case, I get an error because the name "Z1+Z2 + Z3 + Z4 + Z5 + Z6 +
Z7 + Z8 + Z9 + Z10 + Z11 + Z12 + Z13 + Z14 + Z15 + Z16 + Z17 + Z18 + Z19 +
Z20 +...
2005 Dec 20
0
Help with ca.jo and cajools (Johansen's Cointegration)
...3149 7.331977
>From this i think that y1 - 1.143*y2 + 1.36 ~ I(0)
What i don't understand is where columns [,2] and [,3] come into play. Now i run the following:
> cajools(coint)
Call:
lm(formula = z at Z0 ~ z at Z1 + z at ZK - 1)
Coefficients:
[,1] [,2]
z at Z11 0.028114 0.065968
z at Z12 0.371630 0.183797
z at ZKy1 -0.011724 -0.002647
z at ZKy2 0.012282 0.001827
z at ZK -0.012430 0.001482
My understanding is that the specification of the VECM was as follows (with K=2):
deltay1 = c1 + a1*(y1_t-1-b2*y2_t-1)+ phi11*lag(...
2011 Jun 22
1
question about read.columns
HI, Dear R community,
I have a large data set names dd.txt, the columns are: there are 2402
variables.
a1, b1, ..z1, a11, b11, ...z11, a111, b111, ..z111..
IF I dont know the relative position of the columns, but I know I need the
following variables:
var<-c(a1, c1,a11,b11,f111)
Can I use read.columns to read the data into R?
I have tried the following codes, but it does not work
hh<-read.columns("/house/homedirs/c...
2005 Mar 27
5
Print from wine
I'm running debian sarge and have installed wine with "apt-get" (wine
20041201). Afterwards I configurated it with winetools. Everything went
fine. I also installed the Internet Explorer and Office 2000.
There were no problems during the installation and IE and Office run without
problems besides printing. There I get error messages like "no printer
installed".
Is
2003 Sep 09
0
FreeBSD 5.1 i386 Samba Issues
...---- -------
IPC$ IPC Remote IPC
D$ Disk Default share
print$ Disk Printer Drivers
ADMIN$ Disk Remote Admin
C$ Disk Default share
LexmarkZ Printer Lexmark Z11 Series ColorFine
Server Comment
--------- -------
MICKS2
Workgroup Master
--------- -------
MSHOME MICKS2
I used to mount this machine using samba no problem under Linux, but
unde...
2014 Jul 21
0
[Bug 2258] New: Add hint to IPv6 syntax
...x
Product: Portable OpenSSH
Version: 6.6p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: scp
Assignee: unassigned-bugs at mindrot.org
Reporter: mindrot at r.z11.de
Created attachment 2458
--> https://bugzilla.mindrot.org/attachment.cgi?id=2458&action=edit
man page with hint for brackets around ipv6 address
In the man page it sais nothing about the format you have to use if you
want to copy from or to a host that is just an IPv6 address:
scp req...
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan,
Sorry for the delay. It's great that you are working on MergeFunctions
as well and I agree, we should definitely try to combine our efforts to
improve MergeFunctions.
Just to give you some context, the pass (with the similar function
merging patch) is already being used in a production setting. From my
point of view, it would be better if we focus on improving its
capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...14 0 0.01 31080 0 0.01 31080
z05.ll 6 789376 0 0.07 789342 0 0.07 789342
z06.ll 8 1511562 0 0.12 1511528 0 0.12 1511528
z07.ll 9 621070 0 0.05 621036 0 0.05 621036
z08.ll 9 2429711 0 0.19 2429677 0 0.19 2429677
z09.ll 7 224791 0 0.03 224757 0 0.02 224757
z10.ll 11 687914 0 0.06 687880 0 0.06 687880
z11.ll 6 201196 0 0.03 201162 0 0.02 182154
z12.ll 5 1299812 0 0.11 1299778 0 0.11 1299778
z13.ll 4 350569 0 0.03 350535 0 0.03 350535
z14.ll 1 819014 0 0.06 818980 0 0.07 818980
z15.ll 10 235166 0 0.03 235132 0 0.03 235132
z16.ll 4 216158 0 0.02 216124 0 0.02 216124
z17.ll 4 71142 0 0.01 71108 0 0.02...