What is the abbreviation of the Generalised Extreme Value function of the Kolmogorov–Smirnov (KS) test in R. I am trying the following code but it is not working:
ks.test(data.frame,"gev")
What is the abbreviation of the Generalised Extreme Value function of the Kolmogorov–Smirnov (KS) test in R. I am trying the following code but it is not working:
ks.test(data.frame,"gev")
Copyright © 2021 Jogjafile Inc.
Note that the first parameter cannot be a data.frame. It has to be a numeric vector.
Just pass the cumulative distribution function: