UniEmp | R Documentation |
Compute the univariate empirical joint probability (EMP)
UniEmp(X, dist = "Gringorten")
X |
The vector of a monthly hydro-climatic variable of n years. |
dist |
is the function for the plotting position formula (Gringorten or Weibull). |
The univariate EMP
X=runif(20, min = 0, max = 100) # 20 monthly values of precipitation (e.g., August)
fit<-UniEmp(X,dist = "Gringorten")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.