# Correlate

Correlate calculates the correlation between selected columns of the input table, using either a standard correlation or a Predictive Power Score methodology.

### Options

| Option         | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Score Type** | <p>Methodology for calculating correlation.</p><ul><li><strong>Correlation</strong>: standard correlation matrix.</li><li><strong>Predictive Power Score</strong>: a methodology for identifying the relationship between non-symmetrical metrics. For example: a city is not necessarily predictive of zip code, but zip code is predictive of city. PPS will identify that relationship while correlation will not. More information <a href="https://www.sr-sv.com/the-predictive-power-score/">here</a>.</li></ul> |
| **Fields**     | Columns from the input table to include in the matrix.                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
