search for: carlin

Displaying 20 results from an estimated 42 matches for "carlin".

Did you mean: karlin
2000 Sep 25
1
No subject
Dear friends. In Carlin and Louis "Bayes and emperical Bayes methods.." 1996 the classical example of 12 independent tosses of a fair coin producing 9 heads and 3 tails is given. If the situation is seen as a fixed sample of 12, a binomial lieklihood is used, and Carlin et al reports a probability of 0.075....
2004 Mar 30
3
Added a Tutorial to the wiki!
Hey everybody, I just added a tutorial page to the wiki, and created a brief introductory tutorial to get a new user going. I plan to add more tutorials on basics and more advanced coding as time permits. Take a look if you get a chance, and give me feedback. You can access the tutorial page under the Latest News section, or through Introduction to wxRuby under Starting Points.
2004 Jun 11
9
Handling Events that don''t take an ID
...ample to illustrate what I mean: class MyCtrl < Wx::TextCtrl def initialize() evt_size {|event| on_size(event)} end def on_size(event) # Do whatever end end Or is there a simpler, more direct way to get a particular instance of a widget to respond to such events? Robert Carlin _________________________________________________________________ Watch the online reality show Mixed Messages with a friend and enter to win a trip to NY http://www.msnmessenger-download.click-url.com/go/onm00200497ave/direct/01/
2004 May 12
8
New tutorial added!
...39;s the first half of the tutorial on Frame, the rest will come a little later. Let me know what you guys think. Any comments or criticisms are welcome. Let me know what was good and what could have been better, so that future tutorials will be able to incorporate those improvements. Robert Carlin _________________________________________________________________ Stop worrying about overloading your inbox - get MSN Hotmail Extra Storage! http://join.msn.com/?pgmarket=en-us&page=hotmail/es2&ST=1/go/onm00200362ave/direct/01/
2013 Apr 08
1
fitting a hyperbola to data points
...manoj dat <- read.csv("perf.csv",header=TRUE) plot (Time ~ Requests) plot (Time ~ Requests, log="y") plot (Time ~ Requests, log="x") plot (Time ~ Requests, log="xy") -- To be intoxicated is to feel sophisticated, but not be able to say it. George Carlin Manoj Srivastava <srivasta at acm.org> <http://www.golden-gryphon.com/> 4096R/C5779A1C E37E 5EC5 2A01 DA25 AD20 05B6 CF48 9438 C577 9A1C -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 599 bytes D...
2007 Mar 05
1
error message when using outer function
...t [1]" after executing the assignment to logdens2. Both functions post.a1 and post.a2 return the same values when run alone and not embedded in the function outer. I would appreciate help in understanding the differences between these two sets of code. The code in post.a1 is from Gelman, Carlin, Stern, and Rubin's Bayesian Data Analysis solutions, problem 3.5. I was trying to modify this code in post.a2 when I ran into this error. post.a1 <- function(mu,sd,y){ ldens <- 0 for (i in 1:length(y)) ldens <- ldens + log(dnorm(y[i],mu,sd)) ldens} y <- c(10,10,12,11,9) mu...
2005 Aug 17
7
Volunteer requested: Implement SplitterWindow
About a year ago (ouch!), Robert Carlin submitted a ported version of the wxPython demo/sample. I hoped to include it in wxruby2, but it relies on SplitterWindow, which isn''t in wxruby2 yet. I tried to implement SplitterWindow myself, but got such strange results that I''m thinking I did something wrong. Even though...
2004 May 12
5
Now I feel really smart!
Ok. I seem to be having some real problems today :) There is a link from the main page straight to the Wx::Frame tutorial, under the NEWS section. http://wxruby.rubyforge.org/wiki/wiki.pl Sorry for wasting everyone''s time :( Robert _________________________________________________________________ Getting married? Find tips, tools and the latest trends at MSN Life Events.
2002 Apr 12
1
summary: Generalized linear mixed model software
...consistent when the number of clusters increases while the size of each cluster remain constant. The standard MLE (1) is consistent under either increasing cluster size or the number of clusters. For theoretical result, see Lin, X. & Breslow N.E. (1996) in JASA. For empirical demonstartion, see Carlin et al (2001) in Biostatistics. (3)Bayesian approach. See for example, Clayton, D. G. (1996). Generalized linear mixed models. In Markov Chain Monte Carlo in Practice, Ed W.R. Gilks, S. Richardson & D.J. Spiegelhalter, pp. 275-301. London: Chapman and Hall. (4)REML estimation in GLMM. I will...
2019 Mar 08
2
Upgrading to 2.3
I haven't upgraded to dovecot 2.3 yet, but am looking into doing it. I thought there was a link to some of the issues and changes you needed to make to your configuration to go from 2.2 to 2.3, but now I cannot find it. -- Science is the foot that kicks magic square in the nuts.
2019 Mar 08
2
Upgrading to 2.3
On 8 Mar 2019, at 05:54, Aki Tuomi via dovecot <dovecot at dovecot.org> wrote: > https://wiki.dovecot.org/Upgrading Duh. I wasn't looking for a URL that was specific. -- These are the thoughts that kept me out of the really good schools. -- George Carlin
2019 Sep 08
1
doveadm mailbox list
It's quite likely I'm doing it wrong, but... Given a valid mailbox... doveadm mailbox list -u <username> realmb returns "realmb" doveadm mailbox list -u <username> real* returns "realmb" Seems reasonable. Now, with a non-existent mailbox... doveadm mailbox list -u <username> bogus returns "bogus" doveadm mailbox list -u
2009 Mar 18
2
scp: rounding bug in displayed transfer rate?
...ayed in B/s instead of KB/s if it is less than 0.1 KB/s because copying 6 bytes but saying "0.0KB/s" is misleading and wrong to me. Thanks, Brolin -- Sometimes I forget how to do small talk: <http://xkcd.com/222/> "What if there were no hypothetical questions?" ? George Carlin
2008 Sep 07
1
cohen's kappa
Dear all, I have a question on Cohen's kappa: Assume I have two datasets, one has 500 objects, 10 methods and the other, 1000 different objects, 20 different methods. Could I compare between the two datasets to conclude the 10 methods are more "concordant" than the 20 ones by looking at some output, for example, cohen.kappa{concord} ? One more, could anyone explain in brief,
2002 Nov 21
3
Building without perl
...http://www.unknown.nu/kim/ ---------------------------------------------------------------------------- "Every day I beat my own previous record for the number of consecutive days I've stayed alive." - George Carlin ----------------------------------------------------------------------------
2004 May 03
1
Sub-menus?
Hey guys, I have been trying unsuccessfully to create a menu that holds "sub-menus". To clarify, I want something along the lines of when you click on a File menu, then see the "New" menu, which you can click on to open a new layer of menus. Is this supported yet in WxRuby? Robert _________________________________________________________________ Getting married? Find
2004 May 13
2
A Sizer Tutorial
Hi I''ve added a very basic introduction to using the BoxSizer class for layout in WxRuby to the wiki. Corrections, comments welcome. http://wxruby.rubyforge.org/wiki/wiki.pl?Using_Sizers_For_Layout alex
2004 Apr 05
1
Changes to ClassViewer
Kevin, Very cool. I initially tried to figure out how to do it without those evals, but I failed (thanks for picking up the slack :) Your changes definitely improved the code, and made it much cleaner. Thanks. By the way, what is pickaxe? I''m not familiar with that term. _________________________________________________________________ Free up your inbox with MSN Hotmail Extra
2004 Mar 31
1
New Wiki Page
Hey guys, I just added a new wiki page that lists all the widgets and classes in the wxWidgets toolkit. It shows which of the widgets we have available in the current binding of wxRuby, 0.2.1. I''m pretty sure that I got everything, although I haven''t tested it out exhaustively, its just a first start. You can see it at
2010 Jun 24
2
Upgrading from 4.4 to 4.7
...year to house each prisoner?...I don't think we should give free room and board to criminals. I think they should have to run twelve hours a day on a treadmill and generate electricity. And if they don't want to run, they can rest in the chair that's hooked up to the generator. -George Carlin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100624/cb61a09b/attachment.html>