search for: trob

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

Did you mean: rob
2013 Jan 26
2
confidence / prediction ellipse
...lot. >From what i understood the ellipse() function return an ellipse based parameters: shape, center, radius . If i read dataEllipse() function i can see how these parameters are calculated for a confidence ellipse. ibrary(car) a=c(12,12,4,5,63,63,23) b=c(13,15,7,10,73,83,43) v <- cov.trob(cbind(a, b)) shape <- v$cov center <- v$center radius <- sqrt(2 * qf(0.95, 2, length(a) - 1)) # radius <- sqrt(dfn * qf(level, dfn, dfd)) conf.elip = ellipse(center, shape, radius,draw = F) plot(conf.elip, type='l') points(a,b) My question is how I can calculate shape, cent...
1999 Feb 09
1
Robust estimate of variance
Has anybody written or located a robust verion of Var(X)? ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in
2007 Mar 16
1
Idmap_rid differs on FreeBSD and SLES!
...and GID:s. All the FreeBSD servers are getting the same ID:s but the SLES are getting it's own. I'm using: idmap backend = idmap_rid:DOM1=10000-20000 idmap uid = 10000-20000 idmap gid = 10000-20000 That setting are the same on all servers! Any clues out there? Thanks for your time! \\troback -- ============================================ Microsoft is not the answer. Microsoft is the question. And 'No' is the answer! -------------------------------------------- Anders Trob?ck http://www.troback.com
2005 Apr 08
1
Smbd hangs for users...
...5156K RUN 0 0:51 69.58% 69.58% smbd In windows the explorer hangs if the access their home folder... -- ============================================ Microsoft is not the answer. Microsoft is the question. And 'No' is the answer! -------------------------------------------- Anders Trob?ck http://www.troback.com
2011 Jul 22
2
Fit elipse to xy scatter
Hi, I know there is a package 'elipse' available but I'm not sure how to use it for my specific implementation. What I would like to do is fit an elipse to two lines of identity (at right angles to each other), as indicated in the following figure: http://imageshack.us/photo/my-images/30/poincareplotwip.png/ Conceptually, I'm really struggling to even come up with a way of