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/t/logpdf/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@ for ( i = 0; i < 10; i++ ) {
170
170
171
171
#### stdlib_base_dists_arcsine_cdf( x, a, b )
172
172
173
-
Returns a `function` for evaluating the natural logarithm of the [PDF][pdf]of a [Student's t][t-distribution] distribution with degrees of freedom `v`.
173
+
Evaluates the natural logarithm of the [PDF][pdf]for a [Student's t][t-distribution] distribution with degree of freedom `v`.
174
174
175
175
```c
176
176
double out = stdlib_base_dists_t_logpdf( 0.5, 1.0 );
0 commit comments