|
| 1 | +--- |
| 2 | +layout: definition |
| 3 | +mathjax: true |
| 4 | + |
| 5 | +author: "Thomas J. Faulkenberry" |
| 6 | +affiliation: "Tarleton State University" |
| 7 | +e_mail: "faulkenberry@tarleton.edu" |
| 8 | +date: 2020-09-04 12:00:00 |
| 9 | + |
| 10 | +title: "Wald distribution" |
| 11 | +chapter: "Probability Distributions" |
| 12 | +section: "Univariate continuous distributions" |
| 13 | +topic: "Wald distribution" |
| 14 | +definition: "Definition" |
| 15 | + |
| 16 | +sources: |
| 17 | + - authors: "Anders, R., Alario, F. -X., and van Maanen, L." |
| 18 | + year: 2016 |
| 19 | + title: "The Shifted Wald Distribution for Response Time Data Analysis" |
| 20 | + in: "Psychological Methods" |
| 21 | + pages: "vol. 21, no. 3, pp. 309-327" |
| 22 | + url: "https://dx.doi.org/10.1037/met0000066" |
| 23 | + doi: "10.1037/met0000066" |
| 24 | + |
| 25 | +def_id: "D95" |
| 26 | +shortcut: "wald" |
| 27 | +username: "tomfaulkenberry" |
| 28 | +--- |
| 29 | + |
| 30 | + |
| 31 | +**Definition**: Let $X$ be a [random variable](/D/rvar). Then, $X$ is said to follow a Wald distribution with drift rate $\gamma$ and threshold $\alpha$ |
| 32 | + |
| 33 | +$$ \label{eq:wald} |
| 34 | +X \sim \mathrm{Wald}(\gamma, \alpha) \; , |
| 35 | +$$ |
| 36 | + |
| 37 | +if and only if its [probability density function](/D/pdf) is given by |
| 38 | + |
| 39 | +$$ \label{eq:wald-pdf} |
| 40 | +\mathrm{Wald}(x; \gamma, \alpha) = \frac{\alpha}{\sqrt{2\pi x^3}}\exp\Bigl(-\frac{(\alpha-\gamma x)^2}{2x}\Bigr) |
| 41 | +$$ |
| 42 | + |
| 43 | +where $\gamma > 0$, $\alpha > 0$, and the density is zero if $x \leq 0$. |
0 commit comments