neighbayes.models.priors.LogitGibbsPriors¶
-
class neighbayes.models.priors.LogitGibbsPriors(beta_mu=
0.0, beta_sigma=1000000.0, rho_lower=-0.999, rho_upper=0.999)[source]¶ Prior hyperparameters for the SAR-logit Gibbs sampler.
All priors are weakly informative by default. There is no σ² parameter (the logit link absorbs the error scale) and no α parameter (binary response is always Bernoulli).
Methods
__init__([beta_mu, beta_sigma, rho_lower, ...])Attributes