Skip to content

Commit 585d71e

Browse files
committed
Add missing comma
1 parent aed6209 commit 585d71e

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/stats/incr/pcorrdist

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/stats/incr/pcorrdist/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The [sample Pearson product-moment correlation distance][pearson-correlation] is
3535

3636
<!-- </equation> -->
3737

38-
where `r` is the [sample Pearson product-moment correlation coefficient][pearson-correlation], `cov(x,y)` is the sample covariance and `σ` corresponds to the sample standard deviation. As `r` resides on the interval `[-1,1]`, `d` resides on the interval `[0,2]`.
38+
where `r` is the [sample Pearson product-moment correlation coefficient][pearson-correlation], `cov(x,y)` is the sample covariance, and `σ` corresponds to the sample standard deviation. As `r` resides on the interval `[-1,1]`, `d` resides on the interval `[0,2]`.
3939

4040
</section>
4141

0 commit comments

Comments
 (0)