-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPropertiesTablePowerFunc.tex
44 lines (42 loc) · 1.52 KB
/
PropertiesTablePowerFunc.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
% !TEX encoding = UTF-8 Unicode
% !TEX root = FieldGuide.tex
\begin{table*}[t!]
\caption[Power function distribution -- Properties]{Properties of the power function distribution}
\begin{align*}
\text{\hyperref[PropertiesSec]{Properties}} \quad& \\
\text{notation}\quad & \text{PowerFn}(x\given a,s,\beta)
\\
\text{PDF}\quad & \Left|\frac{\beta}{ s}\Right|\Left(\frac{x-a}{s} \Right)^{\beta -1} \checked
\\
\text{CDF} \big/ \text{CCDF} \quad & \Left(\frac{x-a}{s} \Right)^{\beta } & \tfrac{s}{\beta} >0 \ \big{/} \ \tfrac{s}{\beta}<0 \checked
\\
\text{parameters}\quad & a, s, \beta \text{ in } \Real
\\
\text{support} \quad & x \in [a,a+s] & s>0,\ \beta >0 \checked
\\ & x\in[a+s,a] &s<0,\ \beta >0 \checked
\\ & x\in[a+s,+\infty]& s>0,\ \beta<0 \checked
\\ & x\in[-\infty,a+s] & s<0,\ \beta<0 \checked
\\
%\text{median} \quad & \cdots
%\\
\text{mode} \quad & a & \beta >0 \checked
\\
& a+s & \beta <0 \checked
\\
\text{mean} \quad &a+ \frac{s\beta}{\beta+1} & \beta \notin [-1,0] \checked
\\
\text{variance} \quad & \frac{ s^2 \beta }{ (\beta+1)^2 (\beta+2) } & \beta \notin [-2,0] \checked
\\
\text{skew} \quad & \op{sgn}(\tfrac{\beta}{s})\ \frac{2(1-\beta)}{(\beta+3)} \sqrt{\frac{\beta+2}{\beta}}
& \beta \notin [-3,0]
\checked
\\
\text{ex. kurtosis} \quad & \frac{6(\beta^3-\beta ^2- 6 \beta +2)}{\beta(\beta +3)(\beta +4)} & \beta \notin [-4,0] \checked
\\
%\text{entropy} \quad & \ldots
%\\
\text{MGF} \quad & \text{undefined}
%\\
%\text{CF} \quad & \ldots
\end{align*}
\end{table*}