## BPTK Package
from BPTK_Py.bptk import bptk
= bptk() bptk
Bass Diffusion Model
Agent-based model of the Bass Diffusion Model
Bass Diffusion Model
An Agent-based Implementation
This is an implementation of the Bass Diffusion model as an agent-based model using the BPTK_PY framwork. It takes some time to run, hence we use a progress bar.
bptk.plot_scenarios(=["ABMsmBass"],
scenario_managers="area",
kind=["scenarioBassBase"],
scenarios=["customer"],
agents=["potentialCustomer","currentCustomer"],
agent_states=True
progress_bar )