We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6010275 commit 2bd92b9Copy full SHA for 2bd92b9
lib/node_modules/@stdlib/stats/base/dists/bradford/pdf/README.md
@@ -78,7 +78,7 @@ y = pdf( 0.0, NaN );
78
// returns NaN
79
```
80
81
-If provided a `x` outside the support `[0,1]`, the function returns `0`.
+If provided an `x` value which is outside the support `[0,1]`, the function returns `0`.
82
83
```javascript
84
var y = pdf( 2.0, 1.0 );
0 commit comments