Displaying 2 results from an estimated 2 matches for "modpre".
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)
Hello,
i'm trying to backup one of my hosts with a two rsync-scripts, which are
mainly just calling on the client side
/usr/bin/rsync --server --sender -vlogDtprz --delete-excluded
--numeric-ids --exclude-from=/etc/sm-backup/rsync.exclude /
and on the server side
rsync -avz --numeric-ids -e "ssh -i $key" --delete --delete-excluded
rsync@$client:/ $DATA_PATH/$client/daily.0