search for: mom

Displaying 20 results from an estimated 179 matches for "mom".

Did you mean: com
2008 Jun 11
2
MLE Estimation of Gamma Distribution Parameters for data with 'zeros'
...no fractures in the selected data interval), and upper bound is ~ 10 - 50, depending on what scale you are conducting the analysis on. I read in the data from a text file, convert it to numerics, and then calculate initial estimates of the shape and scale parameters for the gamma distribution from moments. I then feed this back into the fitdistr() function. R code (to this point): ######################################## data.raw=c(readLines("FSM_C_9m_ENE.inp")) data.num <- as.numeric(data.raw) data.num library(MASS) shape.mom = ((mean(data.num))/ (sd(data.num))^2 shape.mom med.dat...
2006 Oct 20
1
understanding virtual classes and extensions thereof
I am having some trouble creating a hierarchy of virtual classes (akin to the class structure in the 'Matrix' package). I think they arise from my not understanding the best way to specify virtual subclasses of a virtual class. please see questions below code. setClass("mom") setClass("kid1", representation("mom", "VIRTUAL")) setClass("kid2", representation("VIRTUAL"), contains = "mom") setClass("kid3"); setIs("kid3", "mom") (i) Are 'kid1' and 'kid2' equiva...
2010 May 16
2
sample
...wo random columns from males to produce tetraploid offspring. For every female I am sampling a random male. In the end I want to write out a a matrix with all the offspring, but that does not work. I get always only the offspring from the last females. There must be a mistake in my script: moms<-read.delim("females.txt", stringsAsFactors=FALSE,header=TRUE) dads<-read.delim("males.txt", stringsAsFactors=FALSE,header=TRUE) output_offspring<-data.frame() for (i in 1:nrow(moms)){ rdad=sample(1:nrow(dads),1) kid<-c(sample(moms[i,2:5],2),sample(dads[rd...
2007 Sep 23
4
Story Runner, autoincrementing
...story it comes out as something like 59 which fails my story because I''m asking it to look at /forums/1 I thought of using my named routes instead of specifying the path as a string. That worked up until the point when I reached: When "creating a new topic titled", "Nicks Mom" do |title| post topics(@forum, ??? ), :topic => { :title => title, :body => "She is teh hotZ!" } end The problem was since its a nested routed I couldn''t complete the post request without specifying the topic_id. But since the topic hasn''t been created...
2003 Sep 23
0
LIST MOM / DAD PLEASE READ [andersoncbr.sspam@uol.com.br:......]
List Mom/Dad, could you please find in the list of subscribers the person that is getting mail at uol.com.br or something similar and smack them for having broken Anti-Spam software ?? I'd be happy to see them just be removed until they fix it. cheers ----- Forwarded message from AntiSpam UOL...
2009 Sep 30
0
MOM - Message Oriented Middleware for Rails
...nts in the server and the monitoring system, with a poller that will notify the Rails application. I have tested ActiveMQ, with JRuby and Ruby and works fine. I will test the ActiveMessage plugin for an Rails easy integration. I wondering what are the more popular and reliable choices on Rails for MOM. I saw that someone uses XMPP, some AMPQ implementation (RabbitMQ). Any advice? P.S.: I need to send text messages but I need to send serialized objects too (data objects containing CPU, disk... info). Thanks, Riccardo.
2011 Dec 10
9
When will 6.2 be released.
Let's go ahead and get this flame thread started now to save time. The CentOS team sucks ... it took XXXX days to do 6.1 ... it is going to take twice as long to get 6.2 My mom said CentOS blows. kbsingh is ugly. hughesjr is old and fat. OK ... that should do. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 262 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/...
2015 Feb 19
2
CentOS 7: software RAID 5 array with 4 disks and no spares?
Le 19/02/2015 11:03, Chris Murphy a ?crit : > This is a false dichotomy. I reject it. There's too much fact to the > contrary. My mom has done an OS installation, she is most definitely > not an admin. I'd say your mom is an admin in the sense that chickens fly and horses swim. :o) -- Microlinux - Solutions informatiques 100% Linux et logiciels libres 7, place de l'?glise - 30730 Montpezat Web : http://www.microli...
2001 Apr 10
2
look at me mom, i'm on tv
I'll be on TechTV tomorrow on the Screen Savers program betwen 4pm and 5:30pm PST. We'll be talking about webcasting, and specifically about icecast, shoutcast, vorbis, and related things. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing
2001 Apr 10
2
look at me mom, i'm on tv
I'll be on TechTV tomorrow on the Screen Savers program betwen 4pm and 5:30pm PST. We'll be talking about webcasting, and specifically about icecast, shoutcast, vorbis, and related things. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing
2011 Feb 16
2
covar
Hi all, I want to construct relatedness among individuals and have a look at the following script. ######################### rm(list=ls()) N=5 id = c(1:N) dad = c(0,0,0,3,3) mom = c(0,0,2,1,1) sex = c(2,2,1,2,2) # 1= M and 2=F A=diag(nrow = N) for(i in 1:N) { for(j in i:N) { ss = dad[j] dd = mom[j] sx = sex[j] if( ss > 0 && dd > 0 ) { if(i == j) { A[i,i] =...
2013 Oct 24
0
TR: problem with ecdf : "missing C_R_approxfun" message
Hi again, this is a follow-up of my previous post : I've noticed that > attr(first.list[[1]]$size.ecdf,"call") gives ecdf(test.moms[, "m.pxs"]) and that there is no "test.moms" field in my records (a local variable named test.moms was used inside a function, but it was stored under another name in the list, outside the function) May this be the answer (and I've been stupid not to see this before !) ?...
2008 Jun 04
11
traffic shaping and classes
I''m looking over this traffic shaping available in the tc* files. I went through this when I did my own traffic shaping outside of shorewall previously. For the average (i.e. home, perhaps) user, I''ve never understood why we use these more complicated shaping algorithms that define classes and guaranteed minimums and maximums and so forth. For most home, or other small use
2012 Oct 19
1
[LLVMdev] [cfe-dev] Announcement: Phabricator for code reviews
...opinion? > TBH I find it really creepy. It just seems fundamentally wrong (for > me, at least) for the program to be writing "Hi", which is a greeting > between *people*. It gives me the same weird feeling as if an > e-postcard service were to automatically add "Love you mom" when I > choose to send an e-postcard to my mom; it is just something which the > software doesn't seem entitled to write on my behalf. A bit like the GPP components installed by Sirius Cybernetics on the Heart of Gold... - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/...
2015 Feb 19
2
CentOS 7: software RAID 5 array with 4 disks and no spares?
On 20 February 2015 at 05:25, Chris Murphy <lists at colorremedies.com> wrote: >> I'd say your mom is an admin in the sense that chickens fly and horses swim. > > It's a confusing analogy. Chickens don't fly. Horses do swim. I have a couple of chickens, and yes, the buggers do fly if you don't clip their flight feathers. :-)
2006 Jan 22
1
NAs in optim
Hi, I am trying to maximize a utility function using optim. I have a problem with optim, since some of the values in the caw, mom, me and btm matrixes in the code bellow are missing. Is there a handy way just to skip the missing values in the loop? g <- 5 retp <- NULL object <- function (x) { b1 <- x[1] b2 <- x[2] b3 <- x[3] for(i in 1:nrow(ret)){ for(j in 1:ncol(ret)){ retp[...
2004 Nov 18
0
Trouble compiling / using mysql plugin on FreeBSD 4.8
...seems the name has changed from pdb_mysql.so to mysql.so? However I?m still getting: [2004/11/18 00:22:07, 0] passdb/pdb_interface.c:make_pdb_methods_name(664) ? No builtin nor plugin backend for mysql found [2004/11/18 00:22:07, 1] passdb/pdb_interface.c:make_pdb_context_list(765) ? Loading mysql:mom failed! My config looks like this ? I tried them one at a time of course : passdb backend = plugin:/usr/local/samba/lib/mysql.so:mom passdb backend = mysql:mom I also tried: passdb backend = mysql:/usr/local/samba/lib/mysql.so:mom and got: [2004/11/18 00:33:33, 0] lib/module.c:do_smb_load_module(...
2008 Nov 07
2
Vectorizing sample()
I am simulating sickness among a group of families. Part of the task is to randomly draw who in the family will be sick, randomly drawing from family ID's where Dad =1, Mom = 2, Kid1 = 3, Kid2 = 4., etc. My census of Dads is of the form shown below. Dad_ID Spouse (Y=1;N=0) #Kids #People_Becoming_Sick 1 1 0 1 2 0 2 2 3 1...
2002 Apr 22
3
glm() function not finding the maximum
Hello, I have found a problem with using the glm function with a gamma family. I have a vector of data, assumed to be generated by a gamma distribution. The parameters of this gamma distribution are estimated in two ways (i) using the glm() function, (ii) "by hand", using the optim() function. I find that the -2*likelihood at the maximum found by (i) is substantially larger than that
2012 Oct 19
0
[LLVMdev] [cfe-dev] Announcement: Phabricator for code reviews
...body else having an opinion? TBH I find it really creepy. It just seems fundamentally wrong (for me, at least) for the program to be writing "Hi", which is a greeting between *people*. It gives me the same weird feeling as if an e-postcard service were to automatically add "Love you mom" when I choose to send an e-postcard to my mom; it is just something which the software doesn't seem entitled to write on my behalf. -- Sean Silva On Fri, Oct 19, 2012 at 4:17 PM, Manuel Klimek <klimek at google.com> wrote: > On Fri, Oct 19, 2012 at 1:05 AM, Michael Spencer <...