/** * https://simplestatistics.org/docs/#ckmeans */ declare function ckmeans( x: T, nClusters: number ): T[] export default ckmeans;