Displaying 1 result from an estimated 1 matches for "logpe3".
Did you mean:
  logged
  
2010 Feb 22
1
lmom: plotting log Pearson Type III
...plot result
evplot(mackenzieRiver, rp.axis = TRUE)
evdistq(quagev, parGEV, col = 'black')
evdistq(quape3, parPE3, col = 'blue')
 
# estimate 1:100 yr event
flood.est <- list(
                GEV = quagev(0.99, parGEV), 
                PE3 = quape3(0.99, parPE3), 
                LogPE3 = exp(quape3(0.99, parLPE3)) 
             )
	[[alternative HTML version deleted]]