Displaying 2 results from an estimated 2 matches for "zrz".
Did you mean:
rz
2011 Jan 18
1
Semi-Regular Time Series with Missing Values
...hink of, but
cannot get the desired (expected?) results.
The values live in x and the corresponding semi-regular time stamps are in
t:
> library('zoo')
> z = zoo(x, order.by=t, frequency=24)
> zzr = as.zooreg(z, start=0)
> zr = zooreg(x, order.by=t, start=0, frequency=24)
> zrz = as.zoo(zr)
The objects z, zr, and zzr all have frequency 24, as desired, and plot
correctly. Object zrz plots correctly but has frequency 1. Now I try to make
it a ts object:
> zrt = ts(zzr)
... omits the missing values.
> zrt = ts(zzr, frequency=24)
... omits the missing values and chang...
2005 Mar 26
3
Convert keys (OpenSSL to OpenSSH)
...to me since I am not a member
of this listserver. *)
I found this message (listed below) on the OpenSSL archives.
The message explains the differences between the two formats that I am seeing but does
not help me with converting from one format to the other.
In message <41077310.9080102 at zrz.TU-Berlin.DE> on Wed, 28 Jul 2004 11:34:08 +0200,
Gerd Schering <Schering at zrz.TU-Berlin.DE> said:
Schering> Then I extracted the public key,
Schering> 1. with openssl:
Schering>
Schering> -----BEGIN PUBLIC KEY-----
Schering> MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBh...