Skip to content

Commit

Permalink
Add h parameter in negbinomial regression with horshoe prior
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushpatnaikgit committed Oct 22, 2024
1 parent f416c94 commit 34feb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/api/bayesian_regression.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ fit(formula::FormulaTerm, data::DataFrame, modelClass::NegBinomRegression, prior

### Negative Binomial Regression with HorseShoe Prior
```@docs
fit(formula::FormulaTerm,data::DataFrame,modelClass::NegBinomRegression,prior::Prior_HorseShoe,sim_size::Int64 = 1000)
fit(formula::FormulaTerm,data::DataFrame,modelClass::NegBinomRegression,prior::Prior_HorseShoe, h::Float64 = 1.0, sim_size::Int64 = 1000)
```

## Poisson Regression
Expand Down

0 comments on commit 34feb34

Please sign in to comment.