Skip to content

Commit

Permalink
Fix scale/rate naming
Browse files Browse the repository at this point in the history
  • Loading branch information
gowerc committed Apr 2, 2024
1 parent e126670 commit c283c9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vignettes/statistical-specification.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ h(t \mid \lambda) = \lambda
$$

Where:
- $\lambda > 0$ is the scale parameter
- $\lambda > 0$ is the rate parameter

## Weibull Distribution (Proportional Hazard Parameterisation)

Expand All @@ -73,9 +73,9 @@ h(t \mid \lambda, \gamma) = \lambda \gamma t^{\gamma - 1 };
$$

Where:
- $\lambda > 0$ is the scale parameter
- $\lambda > 0$ is the rate parameter
- $\gamma > 0$ is the shape parameter

Note that with $\gamma = 1$ we obtain the exponential distribution as a special case.
## Log-Logistic Distribution

$$
Expand Down

0 comments on commit c283c9a

Please sign in to comment.