12#ifndef _P_MARTINEZ_JIN_2020
13#define _P_MARTINEZ_JIN_2020
Parameter class for Martinez and Jin (2020) stochastic car-following model.
Definition p_martinez_jin_2020.h:24
p_martinez_jin_2020(double u, double tau)
Constructor with custom parameter values.
double tau
Wave travel time (τ), controlling the delay in vehicle reactions to changes in traffic.
Definition p_martinez_jin_2020.h:26
p_martinez_jin_2020()
Default constructor for the p_martinez_jin_2020 parameter class.
Parameter class for Newell's car-following model.
Definition p_newell.h:32
double u
Free-flow speed in meters per second (default: 90 km/h).
Definition p_newell.h:34
Header file for the p_newell class definition.