Key Equations
Week 1: Introduction to Modeling
Linear Cumulative Response Model
where is the cumulative number of responses, is the response rate (responses/min), and is elapsed time (min). In words: total responses grow at a constant rate over time.
Week 2: The Matching Law
Herrnstein's Single-Alternative Hyperbola
where is response rate, is the asymptotic response rate, is the programmed reinforcement rate, and is the extraneous reinforcement rate. In words: response rate is a hyperbolic function of reinforcement rate, approaching a ceiling .
Generalized Matching Equation
where is sensitivity to reinforcement ratios and is bias. In words: the log ratio of responses matches the log ratio of reinforcers, scaled by sensitivity, with a constant bias.
Week 3: Discounting
Mazur's Hyperbolic Model
where is subjective value, is the undiscounted amount, is the discount rate, and is delay. In words: value decreases hyperbolically as delay increases.
Exponential Model
In words: value decreases exponentially with delay. The exponential model predicts consistent preferences over time; the hyperbolic model predicts preference reversals.
Hyperboloid Model
Adds a scaling exponent that controls the curvature of discounting.
Week 4: Demand
Hursh-Silberberg Exponential Demand Equation
where is consumption, is demand intensity (consumption at zero price), is the essential value parameter (rate of decline), is the range of consumption in log units, and is price. In words: consumption declines exponentially with price, at a rate determined by how essential the commodity is.
(approximate)
The price at which response output is maximized.
Week 5: Respondent Conditioning
Rescorla-Wagner Model
where is the change in associative strength, is CS salience, is US processing rate, is asymptotic associative strength, and is the sum of associative strengths of all CSs present. In words: learning is proportional to prediction error -- the discrepancy between what is expected and what occurs.
Week 6: Model Comparisons
Akaike Information Criterion
where is the maximum likelihood and is the number of estimated parameters. In words: AIC balances fit against complexity by penalizing each additional parameter.
Bayesian Information Criterion
where is the number of observations. BIC imposes a stronger penalty for complexity than AIC when .
Corrected AIC
Use when the ratio .
Week 8: Probabilistic Models
Poisson Distribution
In words: the probability of observing exactly events in time , given a constant rate .
Bayes' Theorem
In words: the posterior probability of a hypothesis given data equals the likelihood of the data given the hypothesis, times the prior, divided by the marginal probability of the data.
Week 9: Multilevel Models
Random-Intercept, Random-Slope Model
where terms are fixed effects, terms are random effects (subject-level deviations), and is the residual. In words: each subject gets their own intercept and slope, drawn from a group-level distribution.
Week 10: Dynamical Systems
Logistic Growth Model
In words: the rate of change in responding equals growth proportional to the current rate, braked by proximity to the ceiling .
Analytical Solution
Week 11: Computational Models
Q-Learning Update Rule
where is the expected value of action in state , is the learning rate, is reward, and is the discount factor. In words: update the value estimate by a fraction of the prediction error.
Week 12: Machine Learning
Neural Network (Single Layer)
where is the weight matrix, is the input, is the bias vector, and is an activation function. In words: the output is a nonlinear transformation of a weighted sum of inputs.