Skip to content

Commit f9059f4

Browse files
anmolsahkgryte
andauthored
chore: address commit comments
PR-URL: #7621 Closes: #7614 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]>
1 parent 42bc50f commit f9059f4

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

@@ -36,8 +36,6 @@ The [skewness][skewness] for a [Bradford][bradford-distribution] random variable
3636

3737
<!-- </equation> -->
3838

39-
where `c` is the shape parameter.
40-
4139
</section>
4240

4341
<!-- /.intro -->

0 commit comments

Comments
 (0)