Hello, I ask how to solve the following problem: Perform Kolmogorov test data for:
data = {17.7, 17.8, 17.9, 18.0, 18.1, 18.2, 18.3, 18.4, 18.5, 18.6};
mi = 17;
sigma = 3.2;
hladina = 0.5;
ks = KolmogorovSmirnovTest[data, NormalDistribution[mi, sigma],
SignificanceLevel -> hladina]
But I need the critical value of K / S test.
Thank you for the advice