Skip to content

Commit

Permalink
Merge pull request #102 from JuliaGaussianProcesses/docs/NB_wikipedia
Browse files Browse the repository at this point in the history
Remove outdated comment about Wikipedia
  • Loading branch information
theogf authored Sep 6, 2023
2 parents e09e54f + f54c19f commit fccaf89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/likelihoods/negativebinomial.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ 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
- [`NBParamSuccess`](@ref): This is the definition used in [`Distributions.jl`](https://juliastats.org/Distributions.jl/latest/univariate/#Distributions.NegativeBinomial).
- [`NBParamFailure`](@ref): This is the definition used in [Wikipedia](https://en.wikipedia.org/wiki/Negative_binomial_distribution).
### `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
### `NBParamMean` types with `μ = invlink(f)` the mean/expected number of events
Expand Down

0 comments on commit fccaf89

Please sign in to comment.