np_corrcoef
Compute Pearson product-moment correlation coefficients from an array of variables and observations, with option to specify rows as variables.
Instructions
Return Pearson product-moment correlation coefficients.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| array | Yes | A 1-D or 2-D array containing multiple variables and observations. | |
| rowvar | No | If True, each row represents a variable (default: True). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |