File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/node_modules/@stdlib/stats/base/dists/planck/logcdf
include/stdlib/stats/base/dists/planck Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ extern "C" {
2727#endif
2828
2929/**
30- * Evaluates the logarithm of the cumulative distribution function (logCDF ) for a Planck distribution with shape parameter `lambda`.
30+ * Evaluates the logarithm of the cumulative distribution function (CDF ) for a Planck distribution with shape parameter `lambda`.
3131*/
3232double stdlib_base_dists_planck_logcdf ( const double x , const double lambda );
3333
Original file line number Diff line number Diff line change 2525#include "stdlib/constants/float64/pinf.h"
2626
2727/**
28- * Evaluates the logarithm of the cumulative distribution function (logCDF ) for a Planck distribution with shape parameter `lambda` .
28+ * Evaluates the logarithm of the cumulative distribution function (CDF ) for a Planck distribution with shape parameter `lambda`.
2929*
3030* @param x input value
3131* @param lambda shape parameter
You can’t perform that action at this time.
0 commit comments