search for: nparamet

Displaying 3 results from an estimated 3 matches for "nparamet".

Did you mean: paramet
2009 Sep 08
1
Confident interval for nls predictions
...nterval for the individual predicted Y. According to the stats text I looked at, I need to change the above formula to se.fit<-sqrt(apply(gradient, 1, function(x) sum(vcov(myNLSmodel)*outer(x,x))+NEWTERM)) where NEWTERM is NEWTERM<-myNLSmodel$m$deviance()/(nObservations - nParameters) So the problem is that while the confidence intervals are close to those provided by SAS, they are always smaller. This, in the end, makes a large difference for the application. Can anyone suggest how I might make the confidence intervals I calculate in R match up with those of SAS for nls?...
2007 Mar 19
5
app has problems parsing its config file
...ead_i (8192), "\r\n# 1 \"C:\\Program Files\\EarthDecision\\2.1.2b\\Gocad\\lib\\commands\\Gocad.commands.cli\"\r\n\r\r\n\r\n# 19\r\n\r\r\n\r\n\r\n\r\r\n\r\n# 1 \"C:\\Program Files\\EarthDecision\\2.1.2b\\Gocad\\lib/commands/types.cli\"\r\n\r\r\n\r\n# 19\r\n\r\r\n\r\n\r\n\r\r\nParameter Int {\r\r\n type int ;\r\r\n"... 000d:trace:msvcrt:read_i :fd (5) handle (0x17c) buf (0xbefa18) len (574) 000d:trace:file:ReadFile 0x17c 0xbefa18 574 0x34ef60 (nil) 000d:trace:ntdll:NtReadFile (0x17c,(nil),(nil),(nil),0x34ef18,0xbefa18,0x0000023e,(nil),(nil)),partial stub! 000d: get_handl...
2006 Jun 23
1
How to use mle or similar with integrate?
Hi I have the following formula (I hope it is clear - if no, I can try to do better the next time) h(x, a, b) = integral(0 to pi/2) ( ( integral(D/sin(alpha) to Inf) ( ( f(x, a, b) ) dx ) dalpha ) and I want to do an mle with it. I know how to use mle() and I also know about integrate(). My problem is to give the parameter values a and b to the