Displaying 2 results from an estimated 2 matches for "modpr".
Did you mean:
todpr
2003 Mar 01
0
debug
...d
used to calculate mod.std should be exactly the same. But the result is
different. Can anyone give me some clue on this?
mod.model = loess(modout ~ modin, span=0.1, degree=1,
control=loess.control(surface='interpolate', statistics='approximate',
trace.hat='approximate'));
modpre = predict(mod.model);
mod.std = sqrt(var(modout-modpre, na.rm=TRUE));
(#mod.std = sqrt(var(modout[1:length(modpre)] -
modpre[1:length(modpre)], na.rm=TRUE));)
print(mod.std);
Thanks
Zhongming
2007 Oct 08
2
rsync error: protocol incompatibility (code 2) at main.c(1385)
...01
close(3) = 0
open("var/log/daemon.log", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0640, st_size=265082, ...}) = 0
mmap2(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb78f2000
read(3, "Oct 7 06:25:20 newsletter modpr"..., 262500) = 262500
read(3, "k7/modules.dep: No such file or "..., 2582) = 2582
select(2, NULL, [1], [1], {60, 0}) = 1 (out [1], left {60, 0})
write(1, "\374\17\0\7", 4) = 4
gettimeofday({1191827977, 789629}, NULL) = 0
select(2, NULL, [1], [1], {60, 0})...