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

2 views (last 30 days)
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
Star Strider
Star Strider on 27 Apr 2015
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.

Sign in to comment.

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!