File tree Expand file tree Collapse file tree
lib/node_modules/@stdlib/stats/strided/distances/dcorrelation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ var ndarray = require( './ndarray.js' );
2929/**
3030* Computes the correlation distance between two double-precision floating-point strided arrays.
3131*
32- * @param {PositiveInteger } N - number of indexed elements
32+ * @param {NonNegativeInteger } N - number of indexed elements
3333* @param {Float64Array } x - first input array
3434* @param {integer } strideX - stride length of `x`
3535* @param {Float64Array } y - second input array
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ var addon = require( './../src/addon.node' );
2828/**
2929* Computes the correlation distance between two double-precision floating-point strided arrays.
3030*
31- * @param {PositiveInteger } N - number of indexed elements
31+ * @param {NonNegativeInteger } N - number of indexed elements
3232* @param {Float64Array } x - first input array
3333* @param {integer } strideX - stride length of `x`
3434* @param {Float64Array } y - second input array
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ var dpcorr = require( '@stdlib/stats/strided/dpcorr' ).ndarray;
2828/**
2929* Computes the correlation distance between two double-precision floating-point strided arrays using alternative indexing semantics.
3030*
31- * @param {PositiveInteger } N - number of indexed elements
31+ * @param {NonNegativeInteger } N - number of indexed elements
3232* @param {Float64Array } x - first input array
3333* @param {integer } strideX - stride length of `x`
3434* @param {NonNegativeInteger } offsetX - starting index of `x`
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ var addon = require( './../src/addon.node' );
2828/**
2929* Computes the correlation distance between two double-precision floating-point strided arrays using alternative indexing semantics.
3030*
31- * @param {PositiveInteger } N - number of indexed elements
31+ * @param {NonNegativeInteger } N - number of indexed elements
3232* @param {Float64Array } x - first input array
3333* @param {integer } strideX - stride length of `x`
3434* @param {NonNegativeInteger } offsetX - starting index of `x`
Original file line number Diff line number Diff line change 6262 " dcorrelation" ,
6363 " correlation" ,
6464 " distance" ,
65+ " metric" ,
6566 " strided" ,
6667 " strided array" ,
6768 " typed" ,
You can’t perform that action at this time.
0 commit comments