Skip to content

Commit 58801b6

Browse files
authored
docs: update REPL namespace documentation
PR-URL: #4829 Reviewed-by: Athan Reines <[email protected]>
1 parent 93636cb commit 58801b6

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

lib/node_modules/@stdlib/namespace/alias2standalone/data/data.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ base.strided.daxpy,"@stdlib/blas-base-daxpy"
10381038
base.strided.dcbrt,"@stdlib/math-strided-special-dcbrt"
10391039
base.strided.dceil,"@stdlib/math-strided-special-dceil"
10401040
base.strided.dcopy,"@stdlib/blas-base-dcopy"
1041-
base.strided.dcumax,"@stdlib/stats-base-dcumax"
1041+
base.strided.dcumax,"@stdlib/stats-strided-dcumax"
10421042
base.strided.dcumaxabs,"@stdlib/stats-base-dcumaxabs"
10431043
base.strided.dcumin,"@stdlib/stats-base-dcumin"
10441044
base.strided.dcuminabs,"@stdlib/stats-base-dcuminabs"

lib/node_modules/@stdlib/namespace/alias2standalone/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/pkg2standalone/data/data.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@
10381038
"@stdlib/math/strided/special/dcbrt","@stdlib/math-strided-special-dcbrt"
10391039
"@stdlib/math/strided/special/dceil","@stdlib/math-strided-special-dceil"
10401040
"@stdlib/blas/base/dcopy","@stdlib/blas-base-dcopy"
1041-
"@stdlib/stats/strided/dcumax","@stdlib/stats-base-dcumax"
1041+
"@stdlib/stats/strided/dcumax","@stdlib/stats-strided-dcumax"
10421042
"@stdlib/stats/base/dcumaxabs","@stdlib/stats-base-dcumaxabs"
10431043
"@stdlib/stats/base/dcumin","@stdlib/stats-base-dcumin"
10441044
"@stdlib/stats/base/dcuminabs","@stdlib/stats-base-dcuminabs"

lib/node_modules/@stdlib/namespace/pkg2standalone/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/standalone2pkg/data/data.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@
10381038
"@stdlib/math-strided-special-dcbrt","@stdlib/math/strided/special/dcbrt"
10391039
"@stdlib/math-strided-special-dceil","@stdlib/math/strided/special/dceil"
10401040
"@stdlib/blas-base-dcopy","@stdlib/blas/base/dcopy"
1041-
"@stdlib/stats-base-dcumax","@stdlib/stats/strided/dcumax"
1041+
"@stdlib/stats-strided-dcumax","@stdlib/stats/strided/dcumax"
10421042
"@stdlib/stats-base-dcumaxabs","@stdlib/stats/base/dcumaxabs"
10431043
"@stdlib/stats-base-dcumin","@stdlib/stats/base/dcumin"
10441044
"@stdlib/stats-base-dcuminabs","@stdlib/stats/base/dcuminabs"

lib/node_modules/@stdlib/namespace/standalone2pkg/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/node_modules/@stdlib/repl/help/data/data.csv

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

lib/node_modules/@stdlib/repl/help/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/node_modules/@stdlib/repl/info/data/data.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ base.dists.laplace.stdev,"\nbase.dists.laplace.stdev( μ:number, b:number )\n
693693
base.dists.laplace.variance,"\nbase.dists.laplace.variance( μ:number, b:number )\n Returns the variance of a Laplace distribution with location parameter `μ`\n and scale parameter `b`.\n"
694694
base.dists.levy.cdf,"\nbase.dists.levy.cdf( x:number, μ:number, c:number )\n Evaluates the cumulative distribution function (CDF) for a Lévy distribution\n with location parameter `μ` and scale parameter `c` at a value `x`.\n"
695695
base.dists.levy.cdf.factory,"\nbase.dists.levy.cdf.factory( μ:number, c:number )\n Returns a function for evaluating the cumulative distribution function (CDF)\n of a Lévy distribution with location parameter `μ` and scale parameter `c`.\n"
696-
base.dists.levy.entropy,"\nbase.dists.levy.entropy( μ:number, c:number )\n Returns the entropy of a Lévy distribution with location parameter `μ` and\n scale parameter `c`.\n"
696+
base.dists.levy.entropy,"\nbase.dists.levy.entropy( μ:number, c:number )\n Returns the differential entropy of a Lévy distribution with location\n parameter `μ` and scale parameter `c`.\n"
697697
base.dists.levy.Levy,"\nbase.dists.levy.Levy( [μ:number, c:number] )\n Returns a Lévy distribution object.\n"
698698
base.dists.levy.logcdf,"\nbase.dists.levy.logcdf( x:number, μ:number, c:number )\n Evaluates the logarithm of the cumulative distribution function (CDF) for a\n Lévy distribution with location parameter `μ` and scale parameter `c` at a\n value `x`.\n"
699699
base.dists.levy.logcdf.factory,"\nbase.dists.levy.logcdf.factory( μ:number, c:number )\n Returns a function for evaluating the logarithm of the cumulative\n distribution function (CDF) of a Lévy distribution with location parameter\n `μ` and scale parameter `c`.\n"
@@ -710,7 +710,7 @@ base.dists.levy.stdev,"\nbase.dists.levy.stdev( μ:number, c:number )\n Retur
710710
base.dists.levy.variance,"\nbase.dists.levy.variance( μ:number, c:number )\n Returns the variance of a Lévy distribution with location parameter `μ` and\n scale parameter `c`.\n"
711711
base.dists.logistic.cdf,"\nbase.dists.logistic.cdf( x:number, μ:number, s:number )\n Evaluates the cumulative distribution function (CDF) for a logistic\n distribution with location parameter `μ` and scale parameter `s` at a value\n `x`.\n"
712712
base.dists.logistic.cdf.factory,"\nbase.dists.logistic.cdf.factory( μ:number, s:number )\n Returns a function for evaluating the cumulative distribution function (CDF)\n of a logistic distribution with location parameter `μ` and scale parameter\n `s`.\n"
713-
base.dists.logistic.entropy,"\nbase.dists.logistic.entropy( μ:number, s:number )\n Returns the entropy of a logistic distribution with location parameter `μ`\n and scale parameter `s`.\n"
713+
base.dists.logistic.entropy,"\nbase.dists.logistic.entropy( μ:number, s:number )\n Returns the differential entropy of a logistic distribution with location\n parameter `μ` and scale parameter `s`.\n"
714714
base.dists.logistic.kurtosis,"\nbase.dists.logistic.kurtosis( μ:number, s:number )\n Returns the excess kurtosis of a logistic distribution with location\n parameter `μ` and scale parameter `s`.\n"
715715
base.dists.logistic.logcdf,"\nbase.dists.logistic.logcdf( x:number, μ:number, s:number )\n Evaluates the logarithm of the cumulative distribution function (CDF) for a\n logistic distribution with location parameter `μ` and scale parameter `s` at\n a value `x`.\n"
716716
base.dists.logistic.logcdf.factory,"\nbase.dists.logistic.logcdf.factory( μ:number, s:number )\n Returns a function for evaluating the logarithm of the cumulative\n distribution function (CDF) of a Logistic distribution with location\n parameter `μ` and scale parameter `s`.\n"

lib/node_modules/@stdlib/repl/info/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)