v.23.5Improvement

Added alias for asymp method in kolmogorovSmirnovTest and improved documentation

Added an alias asymptotic for asymp computational method for kolmogorovSmirnovTest. Improved documentation. #49286 (Nikita Mikhaylov).
Added an alias asymptotic for the asymp computational method in the kolmogorovSmirnovTest function to improve clarity and usability.

Why it matters

This feature provides a more descriptive and intuitive alias for the asymp method used in kolmogorovSmirnovTest, making the API easier to understand and use. Additionally, improved documentation helps users better grasp the function's capabilities and usage.

How to use it

When using the kolmogorovSmirnovTest function, specify the computational method as asymptotic instead of asymp. For example:

SELECT kolmogorovSmirnovTest(array1, array2, 'asymptotic')
FROM table

This is fully interchangeable with asymp.