You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/base/dists/normal/logpdf/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,8 @@ for ( i = 0; i < 10; i++ ) {
142
142
143
143
<!-- /.examples -->
144
144
145
+
<!-- Section to include cited references. If references are included, add a horizontal rule *before* the section. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/base/dists/normal/logpdf/src/main.c
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,7 @@
25
25
#include"stdlib/constants/float64/pinf.h"
26
26
27
27
/**
28
-
* Evaluates the natural logarithm of the cumulative distribution function (CDF) for a Normal distribution
29
-
* with mean `mu` and standard deviation `sigma` at a value `x`.
28
+
* Evaluates the natural logarithm of the cumulative distribution function (CDF) for a Normal distribution with mean `mu` and standard deviation `sigma` at a value `x`.
0 commit comments