This research paper presents a statistical comparison of quick sort, heap sort, and k-sort, all of which have the same average case time complexity of O(n log n). It analyzes their performance on randomly generated data derived from standard probability distributions using statistical and parameterized complexity analyses. Results indicate that while quick sort performs well for smaller datasets, heap sort outperforms it for larger inputs, particularly in binomial and Poisson distributions.