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/bernoulli/quantile/include/stdlib/stats/base/dists/bernoulli/quantile.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ extern "C" {
27
27
#endif
28
28
29
29
/**
30
-
* Returns the Quantile of a Bernoulli distribution.
30
+
* Evaluates the quantile function for a Bernoulli distribution with success probability `p` at a probability `r`.
0 commit comments