neighbayes.models.priors.SARLogitPriors

class neighbayes.models.priors.SARLogitPriors(rho_lower=-0.999, rho_upper=0.999, beta_mu=0.0, beta_sigma=10.0)[source]

Priors for neighbayes.models.SARLogit.

Like SARProbitPriors but without sigma_a_sigma (the logit model has no regional random effect). There is no sigma parameter because the logit link absorbs the noise scale.

__init__(rho_lower=-0.999, rho_upper=0.999, beta_mu=0.0, beta_sigma=10.0)[source]

Methods

__init__([rho_lower, rho_upper, beta_mu, ...])

Attributes

beta_mu

beta_sigma

rho_lower

rho_upper

beta_mu = 0.0[source]
beta_sigma = 10.0[source]
rho_lower = -0.999[source]
rho_upper = 0.999[source]