Displaying 1 result from an estimated 1 matches for "parwak".
2013 Jan 21
1
lmomco package - Random number generation using Wakeby distribution
...ge as
library(lmomco)
(amounts <- read.csv("input_S.csv")$amount)
# ___________________________________________________________
# Wakeby distribution - Parameter estimation
N =
length(amounts)
lmr = lmom.ub(amounts)
parameters_of_Wakeby = parwak(lmr)
> parameters_of_Wakeby
$type
[1]
"wak"
$para
xi alpha
1.18813927666405e+04 0.00000000000000e+00
beta gamma
0.00000000000000e+00 8.11391042554567e+04
delta
9.57554297149062e-01
This means the...