Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4b1f53d

Browse files
stdlib-botPlaneshifter
andauthoredJan 4, 2025··
feat: update namespace TypeScript declarations
PR-URL: #4518 Co-authored-by: Philipp Burckhardt <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]> Signed-off-by: stdlib-bot <[email protected]>
1 parent b821c30 commit 4b1f53d

File tree

1 file changed

+3
-3
lines changed
  • lib/node_modules/@stdlib/stats/base/docs/types

1 file changed

+3
-3
lines changed
 

‎lib/node_modules/@stdlib/stats/base/docs/types/index.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,7 +1321,7 @@ interface Namespace {
13211321
*
13221322
* @param N - number of indexed elements
13231323
* @param x - input array
1324-
* @param stride - stride length
1324+
* @param strideX - stride length
13251325
* @returns arithmetic mean
13261326
*
13271327
* @example
@@ -4521,7 +4521,7 @@ interface Namespace {
45214521
*
45224522
* @param N - number of indexed elements
45234523
* @param x - sorted input array
4524-
* @param stride - stride length
4524+
* @param strideX - stride length
45254525
* @returns median value
45264526
*
45274527
* @example
@@ -4625,7 +4625,7 @@ interface Namespace {
46254625
*
46264626
* @param N - number of indexed elements
46274627
* @param x - sorted input array
4628-
* @param stride - stride length
4628+
* @param strideX - stride length
46294629
* @returns minimum value
46304630
*
46314631
* @example

1 commit comments

Comments
 (1)

stdlib-bot commented on Jan 4, 2025

@stdlib-bot
ContributorAuthor

Coverage Report

Package Statements Branches Functions Lines
stats/base 2004 / 2004
+ 100.00 %
1 / 1
+ 100.00 %
0 / 0
+ 100.00 %
2004 / 2004
+ 100.00 %

The above coverage report was generated for the changes in this push.

Please sign in to comment.