search for: kwong

Displaying 5 results from an estimated 5 matches for "kwong".

Did you mean: wong
2006 Jun 15
0
log returns (was: Re: help with table partition)
Please use a descriptive subject and not tag onto a prior thread for new topics. Assuming the first row is time 1 and the second row is time 2 and so on try: diff(log(P)) On 6/15/06, Wong, Kim <kwong at nymex.com> wrote: > > Hi, thank you all for the help. > > The split function works very well. > > I have an additional question. If I have a matrix of prices (row = 30, > col = 2) in matrix P > > P: > > 30 40 > 31.5 42 > .... > .... > .... > &g...
2006 Jun 15
4
help with table partition
Hi, I have a test_table where the dim is 62220 by 73 (row by col) I would like to partition the rows into 170 equal parts (170 tables where each is of dim 366 by 73), and rearrange them horizontally. The source codes I have: for (i in 1:170) { c = cbind(c,test_table[(367*i+1):(367*(i+1)),2:73]); } Unfortunately, using for loop and cbind for a table of this size
2003 May 28
6
VOIP phone suppliers in the UK?
Hi All, Can anyone recommend a supplier and/or a particular a model of SIP voip phones in the UK? I don't seem to be having much luck locating any. Thanks, Nathan.
2004 Nov 30
5
Re: Asterisk-Users Digest, Vol 4, Issue 405
i think your email at fisher is stripping the images On Nov 30, 2004, at 1:00 PM, asterisk-users-request@lists.digium.com wrote: > Send Asterisk-Users mailing list submissions to > asterisk-users@lists.digium.com > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.digium.com/mailman/listinfo/asterisk-users > or, via email, send a message with subject
2004 Jun 04
1
hist, lines, rug
Hello, I'm trying to plot a historgram with a density plot superimposed: hist(x, seq(-1, 1, by = 0.1), prob = T, col = "blue") lines(density(x, bw = 0.1)) rug(x) I don't want to add rug(x) but the histogram will not be plotted unless rug(x) is there. It does not work if the "hist" line alone is present. Can you help? Thanks, Kim [[alternative HTML version