Skip to content

Commit

Permalink
Improve wording in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
simsurace authored Sep 6, 2023
1 parent 942c68e commit f54c19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/likelihoods/negativebinomial.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defines in what parametrization the latent function is used, and contains the ot
## `NBParam` predefined types
### `NBParamProb` types with `p = invlink(f)` the probability of success/failure
### `NBParamProb` types with `p = invlink(f)` the probability of success or failure
- [`NBParamSuccess`](@ref): Here `p = invlink(f)` is the probability of success. This is the definition used in [`Distributions.jl`](https://juliastats.org/Distributions.jl/latest/univariate/#Distributions.NegativeBinomial).
- [`NBParamFailure`](@ref): Here `p = invlink(f)` is the probability of a failure
Expand Down

0 comments on commit f54c19f

Please sign in to comment.