similar to: Securities earning covariance

Displaying 20 results from an estimated 100 matches similar to: "Securities earning covariance"

2008 Jun 06
6
Subsetting to unique values
I want to take the first row of each unique ID value from a data frame. For instance > ddTable <- data.frame(Id=c(1,1,2,2),name=c("Paul","Joe","Bob","Larry")) I want a dataset that is Id Name 1 Paul 2 Bob > unique(ddTable) Will give me all 4 rows, and > unique(ddTable$Id) Will give me c(1,2), but not accompanied by the name column.
2007 Feb 15
3
Working with temporal data
Hi, I have several files with data in this format: 20070102 20070102 20070106 20070201 ... The data is sorted and each line represents a date (YYYYMMDD). I would like to analyze this data using R. For instance, I would like to have a histogram by year, month or day. I've already made a simple Perl script that aggregates this data but I believe that R can be much more powerful and easy on
2010 Feb 04
2
help needed using t.test with factors
I am trying to use t.test on the following data: date type INTERVAL nCASES MTF SDF MTO SDO nFST MF nOBS MO MB BIASCV BIASEV ME MAE RMSE CRCF 2001-06-15 avn GE1.00 4385 0.246 0.300 1.502 0.556 1367 1.373 4385 1.502 1.471 0.285 0.164 -1.256 1.266 1.399 0.056 2001-06-15 avn
2007 Jan 01
5
Is FLAC fully cooked for OS X yet?
OK, so I've been trying for a day now to get FLAC implementation in our apps. Suffice it to say that due to the "interesting" documentation and the inability to compile this thing from the source, I'm not sure we can do it yet. I am writing in to see if there's anything I'm missing before I make the conclusion that we have to wait... --- We write apps for OS
2006 Dec 29
6
UPS support on CentOS 4.4
I have an APC Back-UPS XS1500 powering my computer. It may be overkill for a single computer but it makes me feel secure. Gnome power management will not install on CentOS 4.4 because of dependency problems. I have installed the acpupsd daemon and this will protect me against power failure but the GUI interface to it, gapcmon, will not install due to dependency problems. I know that some
2012 Nov 22
1
help in M-estimator by R
hi guys and gals ... How are you all ... i have to do something in robust regression by R programm , and i have some problems as following: *the first :* suppose w(r) =1/(1 r^2) and r <- c(7.01,2.07,7.061,5.607,8.502,54.909,12.222) and i want to exclude some values from r so that (abs(r)>4.9 )... after ,i want to used (w) to get on coefficients beta0 and beta1 (B1 <-
2006 Dec 21
7
rspec_autotest no longer re-runs tests with rspec 0.7.5
Has anyone else encountered this problem? What I mean is, rspec_autotest runs all specs, then waits. When you change a spec, it reruns that spec. However, if that spec now passes, it should run the whole suite again, so you can see the next one to work on. It no longer does this. This renders it somewhat useless. Does anyone have autotest working with rspec 0.7.5, or does anyone have any
2007 Jan 02
3
yet another faxing issue (outbound only, via ATA)
2 Asterisk servers 1.2.12.1 Connected via IAX2, same switch, GigE, no packet loss, etc 1 with a Sangoma A101 for a PRI to the PSTN Ulaw QoS enabled NAT for the registered ATA boxes, no nat between the * servers Faxing inbound: Call from PRI hits the first Asterisk server Then talks to the 2nd via IAX2 NVFaxDetect receives the fax, converts to PDF and emails it out Works great!
2007 Jan 02
4
asterisk and mysql
Dear All, I' I have a problem in installing asterisk 1.4.0. how can i compile res_config_mysql.c in astersisk-addons dir. I've downloaded asterisk-addons-1.4.0 compiling and installing it. But i can't found shared object of res_config_mysql.so. My system is : Debian Linux 3.1 Kernel 2.6.8-11 asterisk-1.4.0 zaptel-1.4.0 asterisk-addons-1.4.0 libmysqlclient using apt-get webserver :
2007 Jan 02
9
Best Hardware for Asterisk Server?
Hey guys, In your experience what is the best way to go for a production asterisk box in your offices? With desktop prices so cheap you might think that you should just buy them off the shelf, but is that really a reliable machine? Anything you can tell me that would assist me in deciding the best way to obtain and maintain these boxes would be very helpful. I have even looked into building
2006 Dec 31
8
(OT) Where to post free source for AGI?
Hey all, After figuring out a problem with AGI and freepascal, I have finished writing a small Cepstral (http://www.cepstral.com) AGI app. I wrote a small readme for it at http://www.datatrakpos.com/misc/dial/readme.txt. I'd like to give it to the community (source/binary) and was wondering where to post it? The wiki? Also, anyone have suggestion on licensing? LGPL? FreeBSD? Thanks
2007 Jan 01
1
Freeze when swithing vt
Hello. I am running 0.3.6 compiz under Fedora Core 6 and nvidia 1.0-9631 binary driver. I have noticed that switching to console with ctrl-alt-f1 and then back to x with ctrl-alt-f7 locks up the system with a black screen more or less (sometimes the lockup is complete, sometimes the cursor moves and it is possible to switch back to console), A user on nvnews forums suggest that disabling sync to
2006 Dec 31
3
fastthread 0.6.1
I just realized -- if fastthread can be included while Mutex-using code is already running, then the definition and replacement of the classes needs to happen atomically. Otherwise, it creates a race condition where a thread can e.g. end up seeing an incompletely defined Mutex class or none at all. fastthread 0.6.1 addresses this by defining the classes and then atomically swapping the constant
2012 Jul 02
1
How to get prediction for a variable in WinBUGS?
Dear all,I am a new user of WinBUGS and need your help. After running the following code, I got parameters of beta0 through beta4 (stats, density), but I don't know how to get the prediction of the last value of h, the variable I set to NA and want to model it using the following code.Does anyone can given me a hint? Any advice would be greatly appreciated.Best
2004 May 21
1
Bug in update()? (PR#6902)
Dear all, I noticed the following while playing around with fitting log-linear models to contingency tables using R 1.8.1, but the problem also exists under R 1.9.0. A reproducible example uses the following contingency table: > library(MASS) > data(quine) > tmp <- with(quine, expand.grid(Eth=levels(Eth), Sex=levels(Sex), + Lrn=levels(Lrn), Age=levels(Age)))
2007 Jan 05
1
[LLVMdev] llvm-gcc4 mirror back online
Jeff, The config.cpp hack worked for me as a temporary solution. Devang is working on the permanent solution. Try applying this patch to your gcc/config.gcc file, it might just re-enable your build. Reid. On Fri, 2007-01-05 at 11:20 -0800, Jeff Cohen wrote: > No, I do not see any such warning. This explanation appears unlikely as > it had no problem building every other cpp file. >
2006 Dec 27
3
How to connect two asterisk server
Hi all, I need to connect two asterisk server in same network and i'm using sip user as my clients...... plz anyone suggest me.... Regards, Thiru -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061227/aa4e409c/attachment.htm
2006 Dec 29
2
Realtime multiple registration for a Hard Phone Snom 360
Hi all, We are looking for information about Dynamic Realtime Asterisk, We have install some Snom phone 360 (SIP) for our customer , but we have a problem when we want to register 2 accounts on the same phone and on the same Asterisk PBX. The problem when we register two phone line in realtime it doesn't work, we can't make a call the registration failed when we place a call. Can
2006 Dec 29
2
Re: Hi reg. 2 asterisk server
Hi Thiru - > Could u tell me ,how to connect 2 asterisk server using sip as a > clients... > asterisk server are in same network... You can connect them either as "friends" or as "users/peers". I generally recommend the user/peer method for connecting two servers since it clearly delineates which codecs and contexts are allowed. Your sip.conf files will look
2007 Jan 01
2
[LLVMdev] nightly tester grawp
On Mon, 2007-01-01 at 00:44 -0800, Evan Cheng wrote: > Ok, so I guess the issue is llvm-gcc has to be updated. There are > some issues with the Apple svn repository so I checked out a copy > from the public mirror. Looks the latest patch hasn't made it through: Yeah, it should have just made it througha couple hours ago, but not at the time of your writing this email. Reid.