Skip to content

Commit 13f4f3b

Browse files
Aadish JainAadish Jain
authored andcommitted
feat(t-logpdf): fixing readme
1 parent 9a9c0d2 commit 13f4f3b

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/t/logpdf

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/t/logpdf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ for ( i = 0; i < 10; i++ ) {
170170

171171
#### stdlib_base_dists_arcsine_cdf( x, a, b )
172172

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`.
174174

175175
```c
176176
double out = stdlib_base_dists_t_logpdf( 0.5, 1.0 );

0 commit comments

Comments
 (0)