Version 2 (modified by 14 years ago) (diff) | ,
---|
Package QltvRespModel
Max-likelihood and bayesian estimation of qualitative response models.
Weighted Boolean Regresions
Abstract class @WgtBoolReg is the base to inherit weighted boolean regressions as logit or probit or any other given justthe scalar distribution function.
This class implements max-likelihood by means of package [wiki/OfficialTolArchiveNetworkNonLinGloOpt NonLinGloOpt] and bayesian estimation using [wiki/OfficialTolArchiveNetworkBysSampler BysSampler].
User can and should define scalar truncated normal or uniform prior information and
bounds for all variables for which he/she has robust knowledge.
When is infinite or unknown we will express a uniform
prior.
When
or unknown we will express that variable
has no lower bound.
When
or unknown we will express that variable
has no upper bound.
It's also allowed to give any set of constraining linear inequations
Weighted Logit Regression
Class @WgtLogit is an specialization of class @WgtBoolReg that handles with weighted logit regressions.
Weighted Probit Regression
Class @WgtProbit is an specialization of class @WgtBoolReg that handles with weighted probit regressions.