Skip to content

Commit be50f23

Browse files
authored
Update main.js
Signed-off-by: Gururaj Gurram <143020143+gururaj1512@users.noreply.github.com>
1 parent b79d083 commit be50f23

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/ndarray/dcovarmtk/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/ndarray/dcovarmtk/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var strided = require( '@stdlib/stats/strided/dcovarmtk' ).ndarray;
4444
* - a zero-dimensional ndarray specifying degrees of freedom adjustment. Setting this parameter to a value other than `0` has the effect of adjusting the divisor during the calculation of the covariance according to `N-c` where `c` corresponds to the provided degrees of freedom adjustment. When computing the population covariance, setting this parameter to `0` is the standard choice (i.e., the provided arrays contain data constituting entire populations). When computing the unbiased sample covariance, setting this parameter to `1` is the standard choice (i.e., the provided arrays contain data sampled from larger populations; this is commonly referred to as Bessel's correction).
4545
*
4646
* @param {ArrayLikeObject<Object>} arrays - array-like object containing input ndarrays
47-
* @returns {number} maximum value
47+
* @returns {number} covariance
4848
*
4949
* @example
5050
* var Float64Array = require( '@stdlib/array/float64' );

0 commit comments

Comments
 (0)