Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ base.strided.daxpy,"@stdlib/blas-base-daxpy"
base.strided.dcbrt,"@stdlib/math-strided-special-dcbrt"
base.strided.dceil,"@stdlib/math-strided-special-dceil"
base.strided.dcopy,"@stdlib/blas-base-dcopy"
base.strided.dcumax,"@stdlib/stats-base-dcumax"
base.strided.dcumax,"@stdlib/stats-strided-dcumax"
base.strided.dcumaxabs,"@stdlib/stats-base-dcumaxabs"
base.strided.dcumin,"@stdlib/stats-base-dcumin"
base.strided.dcuminabs,"@stdlib/stats-base-dcuminabs"
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@
"@stdlib/math/strided/special/dcbrt","@stdlib/math-strided-special-dcbrt"
"@stdlib/math/strided/special/dceil","@stdlib/math-strided-special-dceil"
"@stdlib/blas/base/dcopy","@stdlib/blas-base-dcopy"
"@stdlib/stats/strided/dcumax","@stdlib/stats-base-dcumax"
"@stdlib/stats/strided/dcumax","@stdlib/stats-strided-dcumax"
"@stdlib/stats/base/dcumaxabs","@stdlib/stats-base-dcumaxabs"
"@stdlib/stats/base/dcumin","@stdlib/stats-base-dcumin"
"@stdlib/stats/base/dcuminabs","@stdlib/stats-base-dcuminabs"
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@
"@stdlib/math-strided-special-dcbrt","@stdlib/math/strided/special/dcbrt"
"@stdlib/math-strided-special-dceil","@stdlib/math/strided/special/dceil"
"@stdlib/blas-base-dcopy","@stdlib/blas/base/dcopy"
"@stdlib/stats-base-dcumax","@stdlib/stats/strided/dcumax"
"@stdlib/stats-strided-dcumax","@stdlib/stats/strided/dcumax"
"@stdlib/stats-base-dcumaxabs","@stdlib/stats/base/dcumaxabs"
"@stdlib/stats-base-dcumin","@stdlib/stats/base/dcumin"
"@stdlib/stats-base-dcuminabs","@stdlib/stats/base/dcuminabs"
Expand Down

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions lib/node_modules/@stdlib/repl/help/data/data.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/repl/help/data/data.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/node_modules/@stdlib/repl/info/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ base.dists.laplace.stdev,"\nbase.dists.laplace.stdev( μ:number, b:number )\n
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"
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"
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"
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"
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"
base.dists.levy.Levy,"\nbase.dists.levy.Levy( [μ:number, c:number] )\n Returns a Lévy distribution object.\n"
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"
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"
Expand All @@ -710,7 +710,7 @@ base.dists.levy.stdev,"\nbase.dists.levy.stdev( μ:number, c:number )\n Retur
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"
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"
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"
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"
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"
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"
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"
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"
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/repl/info/data/data.json

Large diffs are not rendered by default.

Loading