Skip to content

Commit d7cd42b

Browse files
committed
docs: fix comments in the documentation
1 parent 478d36f commit d7cd42b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/node_modules/@stdlib/stats/base/dists/normal/entropy/benchmark/c/benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include <time.h>
2424
#include <sys/time.h>
2525

26-
#define NAME "arcsine-cdf"
26+
#define NAME "normal-entropy"
2727
#define ITERATIONS 1000000
2828
#define REPEATS 3
2929

lib/node_modules/@stdlib/stats/base/dists/normal/entropy/include/stdlib/stats/base/dists/normal/entropy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ extern "C" {
2727
#endif
2828

2929
/**
30-
* Evaluates the cumulative distribution function (CDF) for an arcsine distribution with minimum support `a` and maximum support `b` at a value `x`.
30+
* Evaluates the differential entropy for a normal distribution with mean `mu` and standard deviation `sigma`.
3131
*/
3232
double stdlib_base_dists_normal_entropy( const double mu, const double sigma );
3333

lib/node_modules/@stdlib/stats/base/dists/normal/entropy/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"libraries": [],
3939
"libpath": [],
4040
"dependencies": [
41-
"@stdlib/math/base/napi/ternary",
41+
"@stdlib/math/base/napi/binary",
4242
"@stdlib/math/base/assert/is-nan",
4343
"@stdlib/math/base/special/log",
4444
"@stdlib/math/base/special/sqrt",

0 commit comments

Comments
 (0)