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/logpdf/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -177,8 +177,8 @@ for ( i = 0; i < 10; i++ ) {
177
177
Evaluates the natural logarithm of the [probability density function][pdf] (PDF) for a [Cauchy][cauchy-distribution] distribution with parameters `x0` (location parameter) and `gamma > 0` (scale parameter).
178
178
179
179
```c
180
-
double out = stdlib_base_dists_cauchy_logpdf( 0.5, 0.0, 2.0 );
181
-
// returns ~0.333
180
+
double out = stdlib_base_dists_cauchy_logpdf( 2.0, 1.0, 1.0 );
0 commit comments