v.23.5Improvement
Added alias for asymp method in kolmogorovSmirnovTest and improved documentation
Added an aliasasymptoticforasympcomputational method forkolmogorovSmirnovTest. Improved documentation. #49286 (Nikita Mikhaylov).
Why it matters
This feature provides a more descriptive and intuitive alias for theasymp 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 thekolmogorovSmirnovTest function, specify the computational method as asymptotic instead of asymp. For example:SELECT kolmogorovSmirnovTest(array1, array2, 'asymptotic')
FROM tableThis is fully interchangeable with
asymp.