Hello everyone! Please help me !! How to kstest use the rain drop vector data ?

Hello! I have a rain drop distribution parameters and vector data.
h = kstest(x,CDF,alpha,type)
x = [1 3 6 4 14 20 11 1 0 0 0 0 0 0 0 0 0 0 0 0]
x is rain drop data.
CDF = guamcdf(x,phats(1,1),phats(1,2));
phats = [14.7635365351445 0.0568009793139394] this is parameter
alpha = 0.05 default
My this code in the result false = Hypothesized CDF matrix must span the observations interval in X. Help me!

2 Comments

What is ‘guamcdf’?
Does it apply only on Guam or to the rest of the world as well?
I would think that raindrop arrivals would be Poisson distributed.
this is gamcdf. Rain drop distribution is gamma,lognormal and Weibull.

Sign in to comment.

Answers (0)

Tags

Asked:

on 27 Apr 2015

Commented:

on 27 Apr 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!