Skip to content

Commit c61a8c9

Browse files
Aadish JainAadish Jain
authored andcommitted
feat(t-variance): fixing readme
1 parent 6f5d74e commit c61a8c9

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ double out = stdlib_base_dists_t_variance( 5.0 );
166166

167167
The function accepts the following arguments:
168168

169-
- **v**: `[in] double` input value.
169+
- **v**: `[in] double` degrees of freedom.
170170

171171
```c
172172
double stdlib_base_dists_t_variance( const double v );

0 commit comments

Comments
 (0)