From 0cfbf41d66ed137b0e15d7f3fc8b2ff58e65ea88 Mon Sep 17 00:00:00 2001 From: Florents Tselai Date: Fri, 27 Dec 2024 11:22:47 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 8ad8865..bbe4df2 100644 --- a/README.md +++ b/README.md @@ -40,13 +40,6 @@ FROM vasco_data; (1 row) ``` - -```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.