Closed imathews closed 3 years ago
This is a WIP of implementing chi-square as a stored procedure, where the user passes in a table name and column names to be computed on.
I followed the testing convention of the other stored procedure, get_next_id, where the test is just inlined in the procedure.
get_next_id
Important: this isn't yet ready to merge, there's something wrong in my math for the chi-square test, and I need to clean up the test case.
This is a WIP of implementing chi-square as a stored procedure, where the user passes in a table name and column names to be computed on.
I followed the testing convention of the other stored procedure,
get_next_id
, where the test is just inlined in the procedure.Important: this isn't yet ready to merge, there's something wrong in my math for the chi-square test, and I need to clean up the test case.