powered by
test_ks_dgamma(X, shape, rate)
ks.test
X <- rgamma(1000,1,6) test_ks_dgamma(X, shape=1, rate=6) test_ks_dexp(X, lambda=6) test_ks_dweibull(X, shape=1, scale=(1/6))
Run the code above in your browser using DataLab