Skip to content

Commit

Permalink
* Fix Pareto parametirization
Browse files Browse the repository at this point in the history
  • Loading branch information
gecrooks authored Nov 24, 2021
1 parent aab2d58 commit 015edcd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
- 'v[0-9]*' # Push events to matching 'v[0-9]*', i.e. v1.0, v20.15.10, ect

name: Create Release

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog


## v1.0.3 (2021-11-24)
- Fixed parameterization of Pareto distribution. Kudos: Marijan Smetko



## v1.0.2 (2021-01-21)
- Added an Oxford comma
- Added font resources
Expand Down
4 changes: 2 additions & 2 deletions ChPowerFn.tex
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
\begin{center}
\includegraphics[width=\textwidth]{pdfPareto}
\end{center}
\caption[Pareto distributions]{Pareto distributions, $\opr{Pareto}(x\given 0,1,\bar\beta)$, $\bar\beta$ left axis.}
\caption[Pareto distributions]{Pareto distributions, $\opr{Pareto}(x\given 0,1,\gamma)$, $\gamma$ left axis.}
\end{figure}


Expand Down Expand Up @@ -126,7 +126,7 @@
\checked
\\ \notag & \qquad x > a+s, \ s>0
\\ \notag & \qquad x < a+s, \ s<0
\\ \notag &= \opr{PowerFn}(x\given a, s, \bar{\beta}) \checked
\\ \notag &= \opr{PowerFn}(x\given a, s, -\gamma) \checked
\end{align}
The most important special case is the Pareto distribution, which has a semi-infinite support with a power-law tail. The Zipf distribution \index{Zipf distribution} is the discrete analog of the Pareto distribution.

Expand Down

0 comments on commit 015edcd

Please sign in to comment.