search for: phips

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

Did you mean: chips
2012 Sep 25
1
REML - quasipoisson
hi I'm puzzled as to the relation between the REML score computed by gam and the formula (4) on p.4 here: http://opus.bath.ac.uk/22707/1/Wood_JRSSB_2011_73_1_3.pdf I'm ok with this for poisson, or for quasipoisson when phi=1. However, when phi differs from 1, I'm stuck. #simulate some data library(mgcv) set.seed(1) x1<-runif(500) x2<-rnorm(500)
2012 Oct 01
0
[Fwd: REML - quasipoisson]
Hi Greg, For quasi families I've used extended quasi-likelihood (see Mccullagh and Nelder, Generalized Linear Models 2nd ed, section 9.6) in place of the likelihood/quasi-likelihood in the expression for the (RE)ML score. I hadn't realised that this was possible before the paper was published. best, Simon ps. sorry for slow reply, the original message slipped through my filter for
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 gr...
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}\"