diff --git a/lib/node_modules/@stdlib/stats/base/dists/levy/entropy/docs/types/index.d.ts b/lib/node_modules/@stdlib/stats/base/dists/levy/entropy/docs/types/index.d.ts index f2b47125c1e8..c2e3b37690a8 100644 --- a/lib/node_modules/@stdlib/stats/base/dists/levy/entropy/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/stats/base/dists/levy/entropy/docs/types/index.d.ts @@ -19,7 +19,7 @@ // TypeScript Version: 4.1 /** -* Returns the differential entropy for a Lévy distribution with location `mu` and scale `s`. +* Returns the differential entropy for a Lévy distribution with location `mu` and scale `c`. * * ## Notes * diff --git a/lib/node_modules/@stdlib/stats/base/dists/levy/entropy/lib/main.js b/lib/node_modules/@stdlib/stats/base/dists/levy/entropy/lib/main.js index 67a8ed4b89f5..25c0d5147f92 100644 --- a/lib/node_modules/@stdlib/stats/base/dists/levy/entropy/lib/main.js +++ b/lib/node_modules/@stdlib/stats/base/dists/levy/entropy/lib/main.js @@ -35,7 +35,7 @@ var PI_TIMES_SIXTEEN = 16.0 * PI; // MAIN // /** -* Returns the differential entropy for a Lévy distribution with location `mu` and scale `s`. +* Returns the differential entropy for a Lévy distribution with location `mu` and scale `c`. * * @param {number} mu - location parameter * @param {PositiveNumber} c - scale parameter