search for: phip

Displaying 6 results from an estimated 6 matches for "phip".

Did you mean: phi
2012 Sep 25
1
REML - quasipoisson
...log=TRUE)$modulus[1] eigSq<-eigen(Sq,only.values=TRUE)$val ldsq<-sum(log(eigSq[1:16])) F3q<-(ldhsq-ldsq)/2 #4th term Mp=3 F4q<-Mp/2*log(2*pi*phiq) F1q+F3q-F4q m3$gcv #quite different #but if phiq is replaced by the Pearson estimate of the scale P<-sum((y-fitted(m3))^2/fitted(m3)) phip<-P/(500-sum(m3$edf)) F1p<-Dpq/(2*phip) F3p<-F3q #third term independent of scale F4p<-Mp/2*log(2*pi*phip) F1p+F3p-F4p m3$gcv #closer but still wrong #is there a value of phi which makes this work? f<-function(t) (Dpq/(2*t) + F3q + Mp/2*log(2*pi*t) - m3$gcv)^2 optimise(f,interval=c(...
2012 Oct 01
0
[Fwd: REML - quasipoisson]
...<-sum(log(eigSq[1:16])) > F3q<-(ldhsq-ldsq)/2 > > #4th term > Mp=3 > F4q<-Mp/2*log(2*pi*phiq) > > F1q+F3q-F4q > m3$gcv > > #quite different > > #but if phiq is replaced by the Pearson estimate of the scale > P<-sum((y-fitted(m3))^2/fitted(m3)) > phip<-P/(500-sum(m3$edf)) > F1p<-Dpq/(2*phip) > F3p<-F3q > #third term independent of scale > F4p<-Mp/2*log(2*pi*phip) > F1p+F3p-F4p > m3$gcv > > #closer but still wrong > > #is there a value of phi which makes this work? > f<-function(t) (Dpq/(2*t) + F3q...
2012 Jul 11
1
2.7.18 available for Solaris in CSW repo
Just rolled, so it''s in my experimental area at the mo. I''m just about to test it, others please feel free to do so too. http://buildfarm.opencsw.org/experimental.html#markp Once I''ve confirmed it''s OK I''ll push to the main catalog. You might like to hang on for that event. --Mark -- You received this message because you are subscribed to the
2007 Jul 27
6
puppet-0.23.1 rpm''s
Hi, I''ve just built rpm''s for puppet-0.23.1 - since there were a few people who had trouble with the update for 0.23.0 (the change in config files requires a bit of rpm trickery), I decided to be a little more cautious in how I push the new packages. So far, new packages are (or, will be shortly) available in rawhide, Fedora 7 updates-testing, and in my yum repos for
2013 Jan 17
2
puppet-module error with 3.0.2
.../1.8/gems/puppet-module-0.3.4/bin/puppet-module:5 from /usr/bin/puppet-module:19:in `load'' from /usr/bin/puppet-module:19 [puppet]# facter puppetversion 3.0.2 [puppet]# rpm -q ruby ruby-1.8.7.352-7.el6_2.x86_64 Adding confdir to /etc/puppet/puppet.conf makes no difference. Thanks, --phips -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this g...
2012 Nov 30
7
Using puppet to change passwords on nix systems
Hi, I am new to this and I discovered a manifest in an old post that should change passwords. It runs fine, but the password does not change. I am wondering how this would work since it would need to change the shadow. Thanks define change_passwd($user,$passwd) { exec { "/usr/bin/puppet apply -v -e \''user { \"${user}\": password => \"${passwd}\"