Displaying 1 result from an estimated 1 matches for "tp1576033p1576033".
2010 Mar 03
2
R beginner
...og(y1)
y3<- y1^(-1/shape)
l<- -n*log(scale)-y0*sum(y2)-sum(y3)
}
return(-l)
}
start<-c(50,-0.5,6.55,0.1)
bl<-c(-Inf,-Inf,0,-0.5)
bu<-c(Inf,Inf,Inf,Inf)
y<-optim(start,GEV.lik,x=xdat,hessian=T)
y
y$par
y$hessian
--
View this message in context: http://n4.nabble.com/R-beginner-tp1576033p1576033.html
Sent from the R help mailing list archive at Nabble.com.