stochastics

Modeling

Model families and the machinery to fit them.

Categorical data modeling

Inputs → Outputs: contingency tables or categorical outcomes → fitted model, tests, estimates (often odds / log-odds scale).

Categorical data modeling of data that can be represented by a contingency table. Can be applied for:

References


Least squares (general linear models)

Inputs → Outputs: response + predictors (+ optional weights) → coefficient estimates, standard errors, tests, fitted values.

Using the method of least squares to fit general linear models. Can be applied for:

References


Design matrix construction

Inputs → Outputs: factors + coding choices (contrasts) → design matrix X + parameter interpretation map.

Constructing a design matrix for a general linear model; essentially constituting the model-building front end for using the method of least squares to fit general linear models.

References


Generalized linear models (GLM)

Inputs → Outputs: exponential-family response + predictors (+ link) → fitted coefficients, deviance, predictions.

Fitting generalized linear models.

References


Quantal response models (discrete outcomes)

Inputs → Outputs: binary / quantal responses + explanatory variables → fitted regression parameters (MLE), predicted probabilities, and threshold-style summaries.

Investigating the relationship between discrete responses and explanatory variables. This includes classic dose–response setups (quantal response in assays) and more general binary-outcome regression framing.

A common goal is to estimate regression parameters and (when meaningful) a natural or threshold response rate, using maximum likelihood methods.

References


Bayesian generalized linear mixed models (GLMM)

Inputs → Outputs: clustered / hierarchical data + fixed & random effects + priors → posterior for effects and variance components.

Providing Bayesian inference for generalized linear mixed models.

References


Bayesian discrete choice models

Inputs → Outputs: choice data + covariates + priors → posterior for utility parameters, predicted choice probabilities.

Performing Bayesian analysis for discrete choice models.

References


Finite mixture models

Inputs → Outputs: responses from a mixture distribution (+ optional covariates) → component parameters, mixing proportions, memberships.

Fitting statistical models to data for which the distribution of the response is a finite mixture of distributions; that is, each response is drawn with unknown probability from one of several distributions.

References


Censored regression (Tobit and limited dependent variables)

Inputs → Outputs: censored / limited response + covariates → parameter estimates and predictions under censoring.

Fitting parametric models to limited dependent variables where the response may be censored (e.g., at zero).

References


Cox proportional hazards (survival regression)

Inputs → Outputs: time-to-event + censoring + covariates → hazard ratios via partial likelihood, survival predictions.

Performing regression analysis of survival data based on the Cox proportional hazards model.

References