Where can I use statistics function in Sigleshop?

Hi, I would like to use statistics functions as like regression or t-test in singlestore database.
But I cannot get any information about those functions.

Thank You

Apksprofree….

We don’t have those built in. I recommend doing it in an external system, like R, Pandas, SAS, Excel, or similar. Consider also our Spark integration if the data is big.

If you prefer to do it in the database and you’re willing to write some code to do it, consider a stored procedure or user-defined aggregate function.