Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. library(evd)
  2. > fit <- fgev(dat$Precp)
  3. > fit
  4.  
  5. Call: fgev(x = dat$Precp)
  6. Deviance: 2159.363
  7.  
  8. Estimates
  9. loc scale shape
  10. 151.9567 137.6544 -0.1518
  11.  
  12. Standard Errors
  13. loc scale shape
  14. 12.41071 9.24535 0.07124
  15.  
  16. Optimization Information
  17. Convergence: successful
  18. Function Evaluations: 27
  19. Gradient Evaluations: 15
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement