We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d493c76 commit c833cbcCopy full SHA for c833cbc
doc/specs/stdlib_experimental_stats.md
@@ -33,7 +33,7 @@ The Pearson correlation between two rows (or columns), say `x` and `y`, of `arra
33
### Return value
34
35
If `array` is of rank 1 and of type `real` or `complex`, the result is of type `real` and has the same kind as `array`.
36
-If `array` is of rank 2 and of type `real` or `complex`, the result is of the same type as `array`.
+If `array` is of rank 2 and of type `real` or `complex`, the result is of the same type and kind as `array`.
37
If `array` is of type `integer`, the result is of type `real(dp)`.
38
39
If `array` is of rank 1 and of size larger than 1, a scalar equal to 1 is returned. Otherwise, IEEE `NaN` is returned.
0 commit comments