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