diff --git a/Dataset_study.rmd b/Dataset_study.rmd index ab02273..73de848 100644 --- a/Dataset_study.rmd +++ b/Dataset_study.rmd @@ -160,10 +160,15 @@ n2=length(pp2) tbe2=pp2[2:n2]-pp2[1:n2-1] tbe2 +ks.test(tbe1,pexp,lambda1*Ti, alternative="two.sided") + +ks.test(tbe2,pexp,lambda2*Ti, alternative="two.sided") + ``` +The Kolmogorov-Smirnov test rejects the hypothesis that the time between events sequence is following an exponential distribution. Import data of rainfall in France every 3 hours. ```{r}