Displaying 2 results from an estimated 2 matches for "lowval".
Did you mean:
loval
2007 Mar 12
2
e2fsck hanging
I'm trying to run e2fsck on a ~6TB filesystem which is about 90%
full. We're doing backup to disk to this filesystem, and have a
number of hard links (link counts up to 90).
strace shows:
write(1, "Pass 2: Checking ", 17) = 17
write(1, "directory", 9) = 9
write(1, " structure\n", 11) = 11
mmap(NULL, 91574272,
2011 Apr 13
0
ddply and nlminb
...eo + dqe*T
theta =
phi = (TH-To)/(To-TL)
Fm = Fmo*((T-TL)*(TH-T)^ phi) / ((To-TL)*(TH-To)^ phi)
Aest = (qe*PAR + Fm - ((qe*PAR + Fm)^2 - 4*theta*qe*PAR*Fm)^0.5)/(2.*theta)
result = sum((Aest-A)^2 )
}
# ------------ Define parameter starting values and limits
startval = c(0.05,-0.01,20, -5,15,0.5)
lowval = c(0.01,-0.05, 5,-15, 7,0.1)
uppval = c(0.2, 0.02,50, 0,25,0.99)
# ------------ Fit using entire data set
R3 <- nlminb(startval, fnonRecHypT, control=list(trace=1),
lower=lowval, upper = uppval)
# ------------ estimate fit parameter standard errors
x = R3$par
D3 = hessian(fnonRecHyp...