Parametric Regression (PR) Models

PR Analysis

see: Parametric Regression (PR) Analysis

PR Models - Types/Classes

PR Models - Comparisons

PR Models - Dependent/Response Variable Type

Continuous Regression Models - takes an input vector 𝑥∊ℝ𝑛 as input and predicts the value of a scalar 𝑦∊ℝ as output

Categorical Regression Models

Categorical Regression Models - takes an input vector 𝑥∊ℝ𝑛 as input and predicts the value of a nominal/ordinal 𝑦∊ℝ as output

Type

Description

Classification Model

  • takes an input vector 𝑥∊ℝ𝑛 as input and predicts the value of a nominal 𝑦∊ℝ as output

Binomial Logistic (Logit) Regression

Classification Model

Multinomial Logistic Regression

  • models categorical variables with more than 2 levels

Ordinal Logistic Regression

  • models ordinal or rank variables
Link to original

Count Regression Models

  • takes an input vector 𝑥∊ℝ𝑛 as input and predicts the value of a count 𝑦∊ℝ as output
  • a type of parametric regression model whose dependent variable is a count of items, events, results, or activities
  • counts are nonnegative integers (0, 1, 2, etc.)
  • count data with:
Link to original