-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path_def-hazard.qmd
More file actions
31 lines (26 loc) · 771 Bytes
/
_def-hazard.qmd
File metadata and controls
31 lines (26 loc) · 771 Bytes
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
{{< include latex-macros/macros.qmd >}}
:::{#def-hazard}
##### Hazard function, hazard rate, hazard rate function
::: notes
The **hazard function**, **hazard rate**, **hazard rate function**,
for a random variable $T$ at value $t$,
typically denoted as
$\text{h}(t)$
^[for example in
@dobson4e,
@vittinghoff2e,
@klein2003survival, and
@kleinbaum2012survival]
or $\lambda(t)$,
^[for example, in @me4 and @kalbfleisch2011statistical]
is the conditional [density](probability.qmd#def-pdf) of $T$ at $t$,
given $T \ge t$.
That is:
:::
{{< include _eq-def-hazard.qmd >}}
::: notes
If $T$ represents the time at which an event occurs,
then $\haz(t)$ is the probability that the event occurs at time $t$,
given that it has not occurred prior to time $t$.
:::
:::