search for: phix

Displaying 9 results from an estimated 9 matches for "phix".

Did you mean: phi
2004 Sep 06
1
A naive lsoda question....
Hello, I am an R newbie, trying to use lsoda to solve standard Lotka-Volterra competition equations. My question is: how do I pass a parameter that varies with time, like say, phix <- 0.7 + runif(tmax) in the example below. # defining function lotvol <- function(t,n,p){ x <- n[1]; y <- n[2] rx <- p["rx"]; ry <- p["ry"] Kx <- p["Kx"]; Ky <- p["Ky"] phix <- p["phix"]; phiy <- p[&qu...
2012 Sep 25
1
REML - quasipoisson
...$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(0.5,1.5))$min->phix Dpq/(2*phix) + F3q + Mp/2*log(2*pi*phix) m3$gcv #but what is phix - not the Pearson estimate or the scale returned by gam? thanks Greg Dropkin
2014 May 11
5
[Bug 78570] New: GT215: Freeze on X startup, 2014.
...: medium Bug ID: 78570 Assignee: nouveau at lists.freedesktop.org Summary: GT215: Freeze on X startup, 2014. QA Contact: xorg-team at lists.x.org Severity: blocker Classification: Unclassified OS: Linux (All) Reporter: phix.nay at gmail.com Hardware: x86-64 (AMD64) Status: NEW Version: unspecified Component: Driver/nouveau Product: xorg Created attachment 98870 --> https://bugs.freedesktop.org/attachment.cgi?id=98870&action=edit 3.13.0-24-generic log The...
2012 Oct 01
0
[Fwd: REML - quasipoisson]
...ird 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(0.5,1.5))$min->phix > > Dpq/(2*phix) + F3q + Mp/2*log(2*pi*phix) > m3$gcv > #but what is phix - not the Pearson estimate or the scale returned by gam? > > thanks > > Greg Dropkin > > > -- Simon Wood, Mathematical Science, University of Bath BA2 7AY UK +44 (0)1225 386603...
2013 Dec 05
3
What in samba 4.1 prevents a '/' share?
...sers = david force user = root force group = root browseable = no writeable = Yes With 3.6.6-1 all works as expected. However in 4.1.2-1 a mount error(13) is received when attempting to mount the share on a remote linux host: 16:07 alchemy:~> sudo mount.cifs //phoinix/config /mnt/phix-cfg -o username=david,uid=1000,credentials=/home/david/.dcr/mountcfile,noperm mount error(13): Permission denied (yes-credentials are correct, all other shares mount fine) Was there a change in 4.x that prevents doing this? If so, what? -- David C. Rankin, J.D.,P.E.
2005 Jan 13
3
Samba3 by example problems
...o and set slapd to debug but I'd hate to reinvent the wheel if I can! One added point I used just about all cut 'n paste from the html pages to the various config files. Even used cut 'n paste to select them! Found a few problems in the long lines in the smb.conf parts but vi's j phixed that! Please help! Cheers Ang -- Angela Williams Enterprise Outsourcing SCO Unix/Linux & Cisco spoken here! Bedfordview awilliams@eoh.co.za Gauteng South Africa Smile!! Jesus Loves You!!
2011 May 17
3
Powercom issues in NUT (was: PowerCom BNT2000AT ups on nut 2.6.0 - second try)
...4 0x32 (2) > 5 0xff (?) > 6 0x32 (2) > 7 0x00 ( ) > 8 0x00 ( ) > 9 0x04 ( ) > 10 0x00 ( ) > 11 0x4b (K) > 12 0x98 () > 13 0x00 ( ) > 14 0x00 ( ) > 15 0x00 ( ) > 0.148222 data receiving error (validation check) > > > So there you have it! No phix yet! My C knowledge is not at a higher enough > level to tackle on my own! I learnt just enough to get the feel of it! Just > like cobol, algol and other weird languages! > > I can see the bit were the validation happens but I cannot get my head > around > it! Seems it checks each...
2012 Feb 19
3
Shore wall and multi ISPs and ip addresses
...static route for the purpose. Just ignore this extra bit. The problem now comes when trying to connect ssh or smtp to the A record that points to the 196.x.y.76 ip! I see packets arrive with tcpdump but the firewall remains silent! Now if i ssh or smtp to 196.x.y.74 ip address it works! Quick phix is quite simple really. Get ISP dudes to change the A record. They will have to add an extra A record anyway for an aql connection. Is there another way around this issue? I did a quick test of the squid server trying to force it out of the 172.21.1.2 ip addresses just as a test a bit earlier t...
2011 Jan 15
45
[Bug 33165] New: Nouveau + nvidia GT240 = unworkable
https://bugs.freedesktop.org/show_bug.cgi?id=33165 Summary: Nouveau + nvidia GT240 = unworkable Product: xorg Version: 7.5 Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org