search for: rhat

Displaying 20 results from an estimated 27 matches for "rhat".

Did you mean: hat
2007 Jun 06
3
Using odesolve to produce non-negative solutions
...n reset to reasonable values for computing meaningful derivatives for (i in 1:length(y)) { if (y[i]<0) { y[i] <- 0 } } S <- y[1] I <- y[2] R <- y[3] N <- y[4] shat <- (birth*(1-vax)) - (death*S) - (beta*S*I/N) ihat <- (beta*S*I/N) - (death*I) - (recover*I) rhat <- (birth*(vax)) + (recover*I) - (death*R) ## Do we overshoot into negative space, if so shrink derivative to bring state to 0 ## then rescale the components that take the derivative negative if (shat+S<0) { shat_old <- shat shat <- -1*S scaled_transmission <- (shat/shat_ol...
2006 Nov 21
0
Expanding VaR package
...itten much neater. If someone feels like having a go, here is what I have written library(fSeries) library(tseries) VaR.Garch <- function(data,stockId=1,p=0.01,dt=1) { r <- diff(log(data)) #fit Garch(1,1), Ar(2) modell fit = garchFit(~arma(2,0), ~garch(1,1), series = r) #init vars rhat[1:3] <- 0 a[1:3] <- 0 sigma[1:3] <- 0 VaR[1:3] <- 0 for (t in 3:length(r)) { #Calculate r suggested by AR rhat[t] <- fit at fit$matcoef[1,1] + fit at fit$matcoef[2,1] * r[t-1] + fit at fit$matcoef[3,1]* r[t-2] #calculate error from fitted AR a[t] <- r[t] - rhat...
2007 Mar 07
1
Failure to run mcsamp() in package arm
...age. For example: **************************************** > M1 <- lmer (y1 ~ x + (1|group)) > (M1.sim <- mcsamp (M1)) fit using lmer, 3 chains, each with 1000 iterations (first 500 discarded) n.sims = 1500 iterations saved mean sd 2.5% 25% 50% 75% 97.5% Rhat n.eff beta.(Intercept) 0.1 0.7 -1.2 -0.3 0.1 0.5 1.4 1.0 1500 beta.x 2.5 0.4 1.7 2.2 2.5 2.7 3.2 1.0 1500 sigma.y 3.8 0.3 3.3 3.6 3.7 3.9 4.3 1.0 61 sigma.grop.(In) 1.5 0.8 0.0 1.0 1.4 1.9 3.3 1.4 12 eta.g...
2001 Dec 07
1
Samba on a small network- 3 Machines.
...us configs (simple to complex) for Samba via the swat tool. No cigar! Run through the your trouble shooting protocols and still can not see shares on my W2K client machine. I can see the Linux Server and comment string from the config file via the Windows 2000 Network tools. Server: Rhat 7.1 Intel 1.2 GHz PIII 2U server - plenty of everything, disk space, ram memory 512 mb, etc. Two Clients: Windows 2000 AMD 1.2 GHz box - plenty of everything, disk space, ram memory 512 mb, etc. Rhat 7.1 IBM 600X Thinkpad - 600 Mhz PIII w/ 20 GB disk space and 64 mb memory - PCMCIA adaptor...
2004 Dec 03
2
And another....Webmin
Is anyone using Webmin with CentOS? I've always found it works very well with RHat Linux. I've not used RHEL so I'm not sure. I know on my SuSE server it doesn't seem to work well and suspect there are some location problems. -- <<JAV>>
2005 Feb 07
2
no sound playing vm greetings and options
Hi all, 2 days ago, managed to install rhat and asterisk, starting with 2 sip phones, simple config. CLI reports : "playing 'vm-theperson' (language 'no')" when transferred to voicemail after timeout, or "playing 'vm-password' (language 'no')" when dialing into voicemail extension. B...
2003 Feb 21
2
pam settings for winbind
This is more of a pam question then a samba question, but I thought I'd start here and see if I can get an answer. I've gotten pam_winbind.so working with gdm (on RHAT 8) using the following /etc/pam.d/gdm file. I've put + signs to show the lines I added I added to the stock RHAT 8 gdm pam def.: #%PAM-1.0 + auth sufficient /lib/security/pam_winbind.so + auth sufficient /lib/security/pam_unix.so use_first_pass auth required /lib/se...
2006 May 17
1
OCFS and backups to tape
Hi, we have installed ocfs2 on Rhat 4. It is being used as a general clustered file system. There are no oracle binaries or datafiles on the ocfs volume. So no need for RMAN or oarcle agents etc etc. The customer would like to backup the volume using arcserve. However CA are saying that they cannot backup from an ocfs volume....
2012 Feb 07
1
.Random.seed not found
...42, 1.7552, 1.7842, 1.8113, 1.8369, 1.8610, 1.8839) n = c(59, 60, 62, 56, 63, 59, 62, 60) r = c(6, 13, 18, 28, 52, 53, 61, 60) N = 8 data=list("x","n","r","N") inits=function(){ list(alpha.star=0,beta=0) } parameters=c("alpha","beta","rhat") result=jags(data,inits,model.file="test.bug",parameters,n.chains=3,n.iter=10000,n.burnin=1000,n.thin=1) module glm loaded Error: object '.Random.seed not found I don't think it has anything to do with rjags or R2jags because when I run the same code on the same system, I...
2007 Apr 18
1
[Bridge] control packet flow
...der test] I've looked at nistnet, but that would only work for IP packets, and requires you to use it as a router as I understand it, which wouldn't work here. I've also looked at IET which seemed to be what I need, but unless I'm doing something wrong it crashes very badly under RHAT 9.0 and SuSE 9.0. Is there any simple way to write a 'hook' into bridge-utils or the kernel to do this? Are there any other utilities anyone can point me to? Any help would be greatly appreciated! Thanks in advance!!! --------------------------------- Do you Yahoo!? Yahoo! Mail -...
2005 May 25
1
The error while using R2WinBUGS
...m wondering what I can do to fix it in R? for exampe: the school example: the output in R: > print(schools.sim) Inference for Bugs model at "c:/schools/schools.bug" 3 chains, each with 1000 iterations (first 500 discarded) n.sims = 1500 iterations saved mean sd 2.5% 25% 50% 75% 97.5% Rhat n.eff theta[1] 11.1 9.1 -3.0 5.0 10.0 16.0 31.8 1.1 39 ..... theta[8] 8.3 8.4 -6.6 2.8 8.1 12.7 26.2 1.0 64 mu.theta 7.6 5.9 -3.0 3.7 8.0 11.0 19.5 1.1 35 ..... deviance 60.8 2.5 57.0 59.1 60.2 62.1 66.6 1.0 170 pD = 3 and DIC = 63.8 (using the rule, pD = var(deviance)/2) Thanks a lot, Jia [[...
2010 Aug 16
1
Specify decimal places for parameters in BUGS output
.../WinBUGS14")} print(bugs.output) The output comes out as Inference for Bugs model at "B-LN_model_trial.txt", fit using WinBUGS, 2 chains, each with 12000 iterations (first 5000 discarded), n.thin = 14 n.sims = 1000 iterations saved mean sd 2.5% 25% 50% 75% 97.5% Rhat n.eff sigma 1.2 0.2 1.0 1.1 1.2 1.3 1.6 1 630 tau 0.7 0.2 0.4 0.6 0.7 0.8 1.0 1 630 alpha0 -2.0 0.2 -2.3 -2.1 -2.0 -1.9 -1.7 1 330 p[1] 0.2 0.0 0.1 0.1 0.2 0.2 0.3 1 1000 p[2] 0.1 0.0 0.0 0.1 0.1 0.1 0.2...
2004 Jan 08
2
Sweave & xtable
....03 & 2475.00 & 31.70 \\ IVE & 47.44 & 2158.00 & 45.36 \\ EWW & 73.39 & 1079.00 & 14.50 \\ IBB & 24.28 & 1390.00 & 58.28 \\ EWG & 67.07 & 879.00 & 12.93 \\ C & 62.81 & 2015.00 & 33.17 \\ TYC & 80.61 & 1325.00 & 16.80 \\ RHAT & 223.92 & 1425.00 & 6.89 \\ \hline \end{tabular} \end{center} \end{table} \end{Soutput} \end{Schunk} \end{tiny} ===snip=== Michaell
2003 Feb 21
1
pam_mount_conf?
...t; to automatically mount a user's home directory on log in, but no messages saying "I use pam_mount" etc -- I'm suspecting it might not actually work. Or at least I might not be smart enough to make it work. First -- pam_mount 0.5.11 from www.flynn.org doesn't compile on RHAT 8. Following is the failure: pmhelper.c:176:27: missing binary operator pmhelper.c: In function `get_fstab_mountpoint': pmhelper.c:200: `FIXME' undeclared (first use in this function) pmhelper.c:200: (Each undeclared identifier is reported only once pmhelper.c:200: for each function it a...
2001 Oct 04
0
ANNOUNCE: ticker (peeper)
...ry turning on debugging output with something like --debug=3D9. =3Dhead1 CONFIGURATION To use this client, include a section like the following in peep.conf: client ticker class home port 1999 config # Stock symbol Stock exchange Event Max Min RHAT nasdaq red-hat 4.0 3.6 SUNW nasdaq sun-microsystems 9.0 8.0 end config notification notification-hosts localhost notification-recipients bogus.user@bogusdomain.com notification-level warn end...
2004 Jun 21
0
performance when using securepath or powerpath
...nd go from there. it will save you a lot of time and fingerpointing. One other potential problem is using badly compiled device drivers, if an FCdriver does not use HIGHMEMIO or Varyio, then the performance will be very bad, so another suggestion would be to at least give the distribution shipped (rhat or suse) fc driver a chance as well. even if it's not certified or supported at least give it a try to compare. this is just a word of advice. We get too many such questions that always end up being down below in the stack. it's not to say those 3rd party products are -bad-, but it's...
2002 Aug 06
1
stuck in a loop?
...0 GATEWAY smbd[6681]: [2002/07/28 21:57:30, 0] smbd/open.c:open_di rectory(1110) ...<message repeats a kagillion times>... Within a week's time of this stuff in the log (which stops eventually), all the samba (2.2.5) shares started to lock up both the client workstations and the server (Rhat 7.3). Reboot seemed to stabilize the system, but this was the first reboot in over 3 months with no problems up until now. Weird. Thanks, Jim Kuo jkuo@musictelecom.com
2003 Mar 10
0
Red Hat 8 SAMBA docs esp. those for SAMBA since this a SAMBA list
...t I don't think i have the patience, experience, or understanding to actually teach the stuff although I am fascinated by everything that is Linux. Hey Linux Community, does that feeling for Linux ever fade? Anyway, on with the story... Unforunately, I am slowly accumulating information about RHat 8.0 linux's SAMBA much too slowly. I only know of the www.samba.org site with its docs and the list that I am posting this email to. Also this link http://www-1.ibm.com/linux/links/index.shtml may be helpful to you. If anyone has any good sites or knows of any excellent books on this subject,...
2003 Jul 29
2
4.8 installer failure with intel ICH4 ata controller
...s drive in the BIOS. Also, I have an intel ICH4 controller which is in the supported list. There seems to be a pr open on this, 36610. How can I tell if this is the problem I have? Is there anything I can do, such as trying a different cdrom drive? The drive works fine with both windows 2000 and rhat linux 9. Thanks. --Ben
2004 Mar 10
2
copy error + control file corruption in ocfs 1.1 0
Hi Bharat/Philip, I haven't tested it yet. My systems are running RHAS 2.1. I'll come back to let you now the outcome. Regards, Robert. -----Original Message----- From: Bharat_Sajnani@Dell.com To: robert.blok@logicacmg.com Sent: 3/10/2004 7:09 PM Subject: RE: [Ocfs-users] copy error + control file corruption in ocfs 1.10 Hi Robert, Have you had a chance to retest this issue with the