Skip to content

Commit cd43c44

Browse files
authored
docs: update description
Signed-off-by: Athan <[email protected]>
1 parent f6eecfb commit cd43c44

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/array/stdevpn/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/array/stdevpn/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ type InputArray = NumericArray | Collection<number> | AccessorArrayLike<number>;
3131
* Computes the standard deviation of an array using a two-pass algorithm.
3232
*
3333
* @param x - input array
34-
* @param correction - degrees of freedom adjustment
34+
* @param correction - degrees of freedom adjustment (default: 1.0)
3535
* @returns standard deviation
3636
*
3737
* @example

0 commit comments

Comments
 (0)