[ASTERIXDB-2459][FUN] Add skewness and kurtosis aggregate function - user model changes: yes - storage format changes: no - interface changes: no
Details: 1. Add skewness and kurtosis function and test cases 2. Add skewness and kurtosis distinct functions 3. Add documentation for skewness and kurtosis 4. Cleaned up some files related to the stddev and var tests cases 5. Change stddev() to stddev_samp() and var() to var_samp()