12 December 2017 1 2K Report

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?

Similar questions and discussions