Displaying 6 results from an estimated 6 matches for "lzs".
Did you mean:
lds
2011 Jul 26
2
Calculate the latest Z-score of all zoo time series
Hello,
I have a population of 2000+ zoo time series (but my environment also
contains objects that are not zoo time series). I'm trying to calculate the
latest 90 days Z-Score of all zoo time series, using the following code:
LZS<-function(ser) {
temp<-window(ser,start=Sys.Date()-90)
last((temp-mean(temp))/sd(temp))
}
sapply(ls(), LZS )
The LZS function works on individual zoo time series, but not when I try to
use sapply to do it on the whole objects list. I guess this has to do with
the fact that not all objects...
2005 May 21
1
Problem with 3.08 under VMWare
...off a VMWare SCSI disk fine. After
upgrading to 3.08, the system seem to hang after the EXTLINUX
welcome/copyright message, even before the boot: prompt appears.
Verified that downgrading back to 3.07 is fine, re-upgrading to 3.08 hangs
again.
Any ideas what might be wrong? Thanks.
Regards,
.lzs
--
Lai Zit Seng
http://pobox.com/~lzs/
2007 Jun 10
3
Problem booting extlinux from disk
...ot
find kernel image: linux".
It could be that extlinux is not reading its config file (installed
under /extlinux, and yes I've run "extlinux -i" on the directory). I can
type the path to my kernel at the boot: prompt and the kernel does boot.
Appreciate any help :)
Regards,
.lzs
2005 May 23
2
VPN
...route all traffic from 192.168.10.x directed to
192.168.100.x through it. The thing is that when I try to ifup ipsec0 I
get the following errors:
modprobe: modprobe: Can't locate module ripemd160
modprobe: modprobe: Can't locate module cast128
modprobe: modprobe: Can't locate module lzs
modprobe: modprobe: Can't locate module lzjh
So, after googling and reading a lot with no success, I would like to
ask for advice on this, and successfull story :). I really need to have
this VPN running, and I am not tied to this one solution only,
linux-to-linux VPN, openVPN or anything...
2005 Jun 16
4
SYSLINUX 3.09-pre2: release candidate
It appears that increasing the command line limit to 1023 caused the
.bss memory area to overflow. Unfortunately NASM didn't detect this as
it ought to have and therefore I didn't catch it as an error.
I have dropped the command line limit to 511 characters and released it
as 3.09-pre2. This is a release candidate; please test it out and if it
works I'll make it 3.09.
-hpa
2005 May 23
3
Betr.: VPN
...route all traffic from 192.168.10.x directed to
192.168.100.x through it. The thing is that when I try to ifup ipsec0 I
get the following errors:
modprobe: modprobe: Can't locate module ripemd160
modprobe: modprobe: Can't locate module cast128
modprobe: modprobe: Can't locate module lzs
modprobe: modprobe: Can't locate module lzjh
So, after googling and reading a lot with no success, I would like to
ask for advice on this, and successfull story :). I really need to have
this VPN running, and I am not tied to this one solution only,
linux-to-linux VPN, openVPN or anything...