Skip to content

feat: add stats/base/dists/burr-type3/pdf #5801

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update README.md
Signed-off-by: Vivek maurya <[email protected]>
  • Loading branch information
vivekmaurya001 authored Mar 16, 2025
commit 57327848e26ae23b5e36498e96c779acc56909ff
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The [probability density function][pdf] (PDF) for a [Burr (type III)][burr-distr
f(x;\alpha,\beta)= \begin{cases} \alpha \beta \frac{x^{-\alpha - 1}}{(1 + x^{-\alpha})^{\beta + 1}} & \text{ for } x > 0 \\ 0 & \text{ otherwise } \end{cases}
```

<!-- <div class="equation" align="center" data-raw-text="f(x;\alpha,\beta)= \begin{cases} \alpha \beta \frac{x^{-\alpha - 1}}{(1 + x^{-\alpha})^{\beta + 1}} &amp; \text{ for } x &gt; 0 \\ 0 &amp; \text{ otherwise } \end{cases}" data-equation="eq:burr3_pdf"> <img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@51534079fef45e990850102147e8945fb023d1d0/lib/node_modules/@stdlib/stats/base/dists/burr3/pdf/docs/img/equation_burr3_pdf.svg" alt="Probability density function (PDF) for a Burr (type III) distribution."> <br> </div> -->
<!-- <div class="equation" align="center" data-raw-text="f(x;\alpha,\beta)= \begin{cases} \alpha \beta \frac{x^{-\alpha - 1}}{(1 + x^{-\alpha})^{\beta + 1}} &amp; \text{ for } x &gt; 0 \\ 0 &amp; \text{ otherwise } \end{cases}" data-equation="eq:burr3_pdf"> <img src="https://quicklatex.com/cache3/e5/ql_c788cff025f2a2eba04f7833b1cbbee5_l3.png" alt="Probability density function (PDF) for a Burr (type III) distribution."> <br> </div> -->

<!-- </equation> -->

Expand Down