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 @@ -27,7 +27,7 @@ extern "C" {
#endif

/**
* Returns the differentaial entropy for a Lévy distribution with location `mu` and scale `c`.
* Returns the differential entropy for a Lévy distribution with location `mu` and scale `c`.
*/
double stdlib_base_dists_levy_entropy( const double mu, const double c );

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "stdlib/math/base/special/erfcinv.h"

/**
* Returns the quantile for a Lévy distribution with location `mu` and scale `c`.
* Evaluates the quantile function for a Lévy distribution with location parameter `mu` and scale parameter `c` at a probability `p`.
*
* @param p input value
* @param mu location parameter
Expand Down