Skip to content

Commit 514666b

Browse files
committed
fix: add missing correlation coefficient to results interface
1 parent 281ada3 commit 514666b

File tree

1 file changed

+5
-0
lines changed
  • lib/node_modules/@stdlib/stats/pcorrtest/docs/types

1 file changed

+5
-0
lines changed

lib/node_modules/@stdlib/stats/pcorrtest/docs/types/index.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ interface Results {
7171
*/
7272
ci: Array<number>;
7373

74+
/**
75+
* Correlation coefficient.
76+
*/
77+
pcorr: number;
78+
7479
/**
7580
* Assumed correlation under H0 (equal to the supplied `rho` option).
7681
*/

0 commit comments

Comments
 (0)