Skip to content

Commit d5fee21

Browse files
committed
chore: address commit comments for commit 18e1770 (issue #7614)
1 parent 260a8ca commit d5fee21

File tree

1 file changed

+1
-3
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/bradford/skewness

1 file changed

+1
-3
lines changed

lib/node_modules/@stdlib/stats/base/dists/bradford/skewness/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ limitations under the License.
2626

2727
<section class="intro">
2828

29-
The [skewness][skewness] for a [Bradford][bradford-distribution] random variable with shape parameter.`c` is
29+
The [skewness][skewness] for a [Bradford][bradford-distribution] random variable with shape parameter `c` is
3030

3131
<!-- <equation class="equation" label="eq:bradford_skewness" align="center" raw="\operatorname{skew}\left( c \right) = \frac{\sqrt{2}\,\Bigl(12c^2 - 9c\,\log(1+c)(c+2) +2\,(\log(1+c))^2\,(c(c+3)+3)\Bigr)}{\sqrt{c\,\Bigl(c\,(\log(1+c)-2)+2\log(1+c)\Bigr)}\Bigl(3c\,(\log(1+c)-2)+6\log(1+c)\Bigr)}" alt="Skewness for a bradford distribution."> -->
3232

@@ -54,8 +54,6 @@ var skewness = require( '@stdlib/stats/base/dists/bradford/skewness' );
5454

5555
#### skewness( c )
5656

57-
Returns the [skewness][skewness] of a [Bradford][bradford-distribution] distribution with shape parameter `c`.
58-
5957
```javascript
6058
var v = skewness( 9.0 );
6159
// returns ~0.772

0 commit comments

Comments
 (0)