File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/node_modules/@stdlib/stats/strided/dpcorrwd Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ interface Routine {
7272*
7373* @param N - number of indexed elements
7474* @param x - first input array
75- * @param strideX - stride length of `x
75+ * @param strideX - stride length of `x`
7676* @param y - second input array
7777* @param strideY - stride length of `y`
7878* @returns sample correlation coefficient
Original file line number Diff line number Diff line change 11{
22 "name" : " @stdlib/stats/strided/dpcorrwd" ,
33 "version" : " 0.0.0" ,
4- "description" : " Calculate the pearson correlation coefficient of two double-precision floating-point strided arrays using Welford's algorithm." ,
4+ "description" : " Calculate the Pearson correlation coefficient of two double-precision floating-point strided arrays using Welford's algorithm." ,
55 "license" : " Apache-2.0" ,
66 "author" : {
77 "name" : " The Stdlib Authors" ,
You can’t perform that action at this time.
0 commit comments