search for: temper

Displaying 20 results from an estimated 86 matches for "temper".

Did you mean: kemper
2009 Oct 05
2
how to document stuff most users don't want to see
The functions metrop and temper in the mcmc package have a debug = FALSE argument that when TRUE adds a lot of debugging information to the returned list. This is absolutely necessary to test the functions, because one generally knows nothing about the simulated distribution except what what one learns from MCMC samples. Hence...
2003 Jul 01
1
Creating a loop that works....
Hi there, First off, thanks to everyone who has helped me so far. Sorry to keep pestering you all. I'm including my code here, and I will comment down it where it is that I am having problems figuring out how to write this damn thing. > temper <- scan("temp2.dat", na.strings = ".", list(Day=0, Temp=0)) Read 366 records > > Day <- temper$Day ; Temp<-temper$Temp ; > > temp<- cbind (Day, Temp) > #Day = number of days modelled, Temp = daily avg. temp. > #temp [,2] > > p<- 0.55862...
2012 Sep 15
1
Interpretation of result in R
I am trying to do a quasipoisson regression to know if the frequency of drinking of my subject is related to temperature. The problem is that I'm not sure how to interpret my result. 1) Since my result is signifiant, can I tell that the frequency of drinking of my subject increase linearly or exponentially? 2) When I want to quantify the increase, do I need to do an exponential transformation of my coeffic...
2003 Jul 14
2
problem with coding for 'optim' in R
...nctions > #merror <- function(phat,M,alpha) # (1-alpha)*100% merror for a proportion > # { > # z <- qnorm(1-alpha/2) > # merror <- z * sqrt(phat*(1-phat)/M) # M is (Monte Carlo) sample size > # merror > # } > > #Bring in temp file > > temper <- scan("temp.dat", na.strings = ".", list(Day=0, jday=0, Temp=0)) Read 366 records > > Day<-temper$Day ; jday<-temper$jday ; Temp<-temper$Temp ; > > temp<- cbind (Day, jday, Temp) > #Day = number of days modelled, jday=julian day, Temp = daily...
2013 Mar 07
5
multiple plots and looping assistance requested (revised codes)
Hi Irucka, I tried it and was able to plot it without any errors.? Here, your code indicates you need two lines. temper[[i]][1] ?temper[[1]][1] # which is the column 1. ? Month 1???? 1 2???? 2 3???? 3 ?temper[[1]][2] #? Data1 #1?? 1.5 #2? 12.3 #3? 11.4 Suppose I use names(temper) instead of seq_along(temper) pdf("irucka.pdf") ?lapply(names(temper),function(i) {plot(as.matrix(temper[[i]][1]),as.matrix...
2009 Jul 16
0
[LLVMdev] please stabilize the trunk
Bill Wendling wrote: > Things get really out of hand (and I tend to lose my temper and write > hotly worded emails) when things obviously break, and the build bots > send out emails about these breakages, but people ignore them, and the > build is broken for half a day or more. This morning, I got to the > office and couldn't build TOT, it was so bad. So... what&...
2007 Apr 12
2
[LLVMdev] "Name that compiler"
...i wrote: > Mithril > > The fictional metal from JRR Tolkien The Lord of the Rings. > > Gandalf says: > > "Mithril! All folk desired it. It could be beaten like copper, and > polished like glass; and the Dwarves could make of it a metal, light and > yet harder than tempered steel. Its beauty was like to that of common > silver, but the beauty of mithril did not tarnish or grow dim." > > Paolo Invernizzi
2003 Jun 30
0
Constructing loops in which i+1st element depends on ith
...pretty sure my problem is in where I create and specify files in the loop, but beyond that, I don?t know. Here?s the part of my command file that?s giving me trouble. Everything before this is simply specifying variable names to numbers, which is not giving be problems. #Bring in temp file temper <- scan("temp2.dat", na.strings = ".", list(Day=0, Temp=0)) #Day = day on which iteration begins, starts at day 1, ends on 366 #Temp = temperature Day <- temper$Day ; Temp<-temper$Temp ; temp<- cbind (Day, Temp) #temp [,2] p<- 0.558626306252032 ACT <- 1.6...
2009 Jul 16
3
[LLVMdev] please stabilize the trunk
...chines and log files. We monitor them very closely, so we will pester people about any breakages. :-) Normally, a breakage on our build bots will also break on the Google ones. It's not always the case, but it happens most of the time. Things get really out of hand (and I tend to lose my temper and write hotly worded emails) when things obviously break, and the build bots send out emails about these breakages, but people ignore them, and the build is broken for half a day or more. This morning, I got to the office and couldn't build TOT, it was so bad. > We could even cons...
2012 Nov 08
1
Code documantation
Hi ? I have started using Icecast and Ices. I am now pretty?curious?about?tempering?the code and fix and help you?guys?in development and bug fix. I have nearly 5 years of experience in SW development in .NET and working with free source projects is my hobby. So can you please provide me some links and docs regarding the Ices code so that i can start going through the code qu...
2014 Mar 23
1
USB thermometer - perl script - problem
Hopefully someone here could help. I need to debug, but I don't know much about perl. I bought a cheap USB thermometer: http://www.amazon.com/dp/B002VA813U?tag=grepular02-20 And found directions for use (for Linux) here: https://grepular.com/Using_Linux_to_Monitor_Room_Temperature_Remotely_and_Cheaply On a CentOS 6 machine, I have connected the USB device (it shows here as "Microdia": [root at farm2 scripts]# lsusb Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002...
2007 Nov 15
3
How to make rsync faster?
I manage 250+ redhat linux boxes. The boxes are all setup the same way. On a daily basis, we sync the app directory which is about 30gb out to all hosts. The daily delta is actually less than 1gb, but since I can't be sure if any individual box was tempered during the day, I always do a full sync. On a monthly basis, we run with "--delete" to clean out the stale files on the hosts. The command I use daily is: "/usr/bin/rsync -a -e ssh", with a ksh for loop on the 250+ host names The version is: "rsync version 2.5.7 protoc...
2011 Oct 19
2
Error in 1/ue : non-numeric argument to binary operator.
hi, I have a problem. The R shows that Error in 1/ue : non-numeric argument to binary operator. Here is the code: # simulation of tempered stable processes by compound Poisson approximation tsp<-function(n,e,a,c,lema){ x<-numeric(n) for (i in 1:n){ repeat{ w<-runif(1) v<-runif(1) x<-e*(w^(-1/a)) fex<-function(x1){ if (x1>=e) {a1<-a*(e^(-a))/(x^a-1)}} vex<-function(x2){c*exp(-lema*x2)/(x2^(a+1...
2018 Feb 15
1
RV: Problem_graphic
Hi everyone, I am beginner using R but I try to learn more. I need this graphic or similar but instead of tropical and temperate are three ontogenetic states Larva Met Juv CTMAX CTMIN SP SP SP This is my scrip: Ex = subset(Expr, Outlayer=="N") Ex2 = subset (Ex, S0 == 1) Ex3 = subset(Ex2, Experimento =...
2009 Nov 26
2
Testing for strength of fit using R
...cation??????? : Factor w/ 27 levels "Australia","Brazil",..: 8 2 13 19 22 14 16 23 6 7 ... ?$ Vegetation????? : Factor w/ 21 levels "Beech","Broadleaf evergreen laurel",..: 17 21 2 16 15 16 9 16 3 4 ... ?$ Vegetation.Class: Factor w/ 4 levels "Boreal and Temperate Evergreen",..: 3 3 4 1 1 1 4 1 4 1 ... ?$ Observation???? : num? 24 8.9 14.7 26.7 42.4 31.7 30.8 7.5 14 22 ... ?$ Simulation????? : num? 33.9 7.8 9.74 7.6 11.8 10.7 12 28.1 1.7 1.7 ... I hope someone is able to point me in the right direction. Many thanks, Steve ________...
2008 Mar 13
2
Help! OT: Blackberry IMAP client suggestions/experience needed
...the early BB adapter users thrash but I suppose it is time to do what I can with DC. We are running 1.0.12 with mbox format. Would some kind person <grovel,grovel> tell me where I should start reading plus any warnings. BB DC experience info would be a big help. Our CFO has a legendary temper and I would like to get as much as possible right the first time out........... -- ==== Stewart Dean, Unix System Admin, Henderson Computer Resources Center of Bard College, Annandale-on-Hudson, New York 12504 sdean at bard.edu voice: 845-758-7475, fax: 845-758-7035
2005 Oct 26
1
R- exp(-1000) ? - how to get R to give me an actual answer ?
...plicated' in a Hollywood basement - Me, after taking the Stat 573 class " "Thank God every day when you get up that you have something to do that day which must be done whether you like it or not. Being forced to work and forced to do your best will breed in you temperance and self-control, diligence and strength of will" - Basil Carpenter
2005 Sep 23
4
books about MCMC to use MCMC R packages?
Dear list users, I need to learn about MCMC methods, and since there are several packages in R that deal with this subject, I want to use them. I want to buy a book (or more than one, if necessary) that satisfies the following requirements: - it teaches well MCMC methods; - it is easy to implement numerically the ideas of the book, and notation and concepts are similar to the corresponding R
2013 Nov 13
1
trashed
...n RBL lists he maintains because he does not > like one person using a mailserver on that range besides > many other people > Let us see Posfix list - BANNED Roundcube List - MODERATED Centos List - MODERATED (maybe banned) Fedora list - 1/ MODERATED - 2/ Had hissy fit temper tantrum with moderators a few days ago about his continual moderation and claimed was quitting fedora list. Likely has resubscribed to Fedora (if indeed even did quit), like on Postfix under a lists at rhsoft.net address or something similar and thats only the ones *I* know about. So, your in a...
2007 Oct 24
3
API doc update coming?
I''ve upgraded from 1.9.0 to 1.9.2 and am finding that the errors I''m getting don''t match the docs. For example, in Wx::ListCtrl: - The doc makes no mention of on_get_item_column_image(), but without this method I get NoMethodError. - The doc says on_get_item_attr() *may* be overloaded, but if I don''t define it, I get NoMethodError. The API doc appears to