Base class storing product/agent data and shared computations.
Methods
Method new()
Usage
BLPEconomy$new(
product_formulations,
product_data,
agent_formulation = NULL,
agent_data = NULL,
integration = NULL,
rc_types = NULL,
epsilon_scale = 1,
costs_type = "linear",
add_exogenous = TRUE
)