search for: artsweb

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

Did you mean: artower
2006 Dec 03
1
nnet() fit criteria
...non-linear regression as in Ch8.10 of MASS. I understand that nnet() by default optimizes least squares. I'm looking to have it instead optimize such that the mean error is zero (so that it is unbiased). Any suggestions on how this might be achieved? Cheers, Mike -- Mike Lawrence http://artsweb.uwaterloo.ca/~m4lawren "The road to wisdom? Well, it's plain and simple to express: Err and err and err again, but less and less and less." - Piet Hein
2007 Mar 20
1
How does glm(family='binomial') deal with perfect sucess?
...it transformed y values): my.lm.obj=lm(qlogis(y)~x,weights=w) I get an error because, of course, logit(1) = log(1/0) = log(Inf) = Inf (similarly, logit(0) = log(0/1) = log(0) = -Inf). I'd be very interested to see how glm deals with these extremes. Cheers, Mike -- Mike Lawrence http://artsweb.uwaterloo.ca/~m4lawren "The road to wisdom? Well, it's plain and simple to express: Err and err and err again, but less and less and less." - Piet Hein
2006 Dec 04
0
How to calculate area between ECDF and CDF?
...k[i])/n) } ecdf.area=sum(ecdf.area) #again, subtraction of the areas works if the ecdf is consistently lower #than the cdf diff=cdf.area-ecdf.area #or consistently higher than the cdf diff=ecdf.area-cdf.area #but how to calculate when the functions cross? Cheers, Mike -- Mike Lawrence http://artsweb.uwaterloo.ca/~m4lawren "The road to wisdom? Well, it's plain and simple to express: Err and err and err again, but less and less and less." - Piet Hein