I am trying to fit a new bi-variate distribution to the real data sets.
ks.test() is used In uni-variate cases as:
ks.test(x,actual cumulative distribution function, MLE of the parameters of the distribution)
But how do we apply a random vector (X,Y) in bi-variate case?