Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Florents-Tselai authored Oct 25, 2024
1 parent c6d81dc commit 1bf4b79
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1bf4b79

Please sign in to comment.