Skip to content

Commit ef153d5

Browse files
Aadish JainAadish Jain
authored andcommitted
feat(t-median): fixing readme
1 parent 2b7c997 commit ef153d5

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/t/median

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ for ( i = 0; i < 10; i++ ) {
142142

143143
#### stdlib_base_dists_t_median( v )
144144

145-
Evaluates the median for a Student's t-distribution.
145+
Returns the [median][median] of a [Student's t][t-distribution] distribution with degrees of freedom `v`.
146146

147147
```c
148148
double out = stdlib_base_dists_t_median( 5.0 );
@@ -151,7 +151,7 @@ double out = stdlib_base_dists_t_median( 5.0 );
151151

152152
The function accepts the following arguments:
153153

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

156156
```c
157157
double stdlib_base_dists_t_median( const double v );

0 commit comments

Comments
 (0)