Skip to content

Commit 514666b

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

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/stats/pcorrtest/docs/types

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)