From 1bf4b79ef52f592dc0e1e23bbfe2e4e8efe4ca66 Mon Sep 17 00:00:00 2001 From: Florents Tselai Date: Fri, 25 Oct 2024 11:53:20 +0300 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 569fbb9..bc08780 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,13 @@ correlations in your data. It is based on the [MIC](https://en.wikipedia.org/wik the [MINE family of statistics](http://www.exploredata.net). + +```tsql +SELECT mic(X, Y) -- vasco: detects any association between columns. + +SELECT corr(X,Y) -- standard Postgres: detects linear associations only. +``` + ## Usage Let's start by populating Postgres with some stock price data for the S&P 500.