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/cauchy/quantile/include/stdlib/stats/base/dists/cauchy/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
-
* Evaluates the quantile function for a Cauchy distribution with probability `p`, location parameter `x0` and scale parameter `gamma`.
30
+
* Evaluates the quantile function for a Cauchy distribution with location parameter `x0` and scale parameter `gamma` at a probability `p`.
0 commit comments