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 2b7c997 commit ef153d5Copy full SHA for ef153d5
lib/node_modules/@stdlib/stats/base/dists/t/median/README.md
@@ -142,7 +142,7 @@ for ( i = 0; i < 10; i++ ) {
142
143
#### stdlib_base_dists_t_median( v )
144
145
-Evaluates the median for a Student's t-distribution.
+Returns the [median][median] of a [Student's t][t-distribution] distribution with degrees of freedom `v`.
146
147
```c
148
double out = stdlib_base_dists_t_median( 5.0 );
@@ -151,7 +151,7 @@ double out = stdlib_base_dists_t_median( 5.0 );
151
152
The function accepts the following arguments:
153
154
-- **v**: `[in] double` input value.
+- **v**: `[in] double` degrees of freedom.
155
156
157
double stdlib_base_dists_t_median( const double v );
0 commit comments