From 04b87f08dc3b18a7c8b27cb49a2095aaefc4d4e7 Mon Sep 17 00:00:00 2001 From: Adriano Meligrana <68152031+Tortar@users.noreply.github.com> Date: Thu, 28 Nov 2024 23:34:42 +0100 Subject: [PATCH] Update index.md --- docs/src/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/src/index.md b/docs/src/index.md index 415e7db..3d75cc2 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -4,7 +4,6 @@ CurrentModule = BeforeIT # Behavioural agent-based economic forecasting in Julia - Welcome to BeforeIT.jl, a Julia implementation of the agent-based model presented in [Economic forecasting with an agent-based model](https://www.sciencedirect.com/science/article/pii/S0014292122001891), the first ABM matching the performance of traditional economic forecasting tools. With BeforeIT.jl, you can perform economic forecasting and explore different counterfactual scenarios. Thanks to its modular design, the package is also a great starting point for anyone looking to extend its capabilities or integrate it with other tools. @@ -40,7 +39,7 @@ model = BeforeIT.initialise_model(parameters, initial_conditions, T) data = BeforeIT.run_one_sim!(model) ``` -To plot the results of the simulation, install the `Plots` package via ```Pkg.add("Plots")``` and then run +To plot the results of the simulation, you can use the `Plots` package ```julia using Plots @@ -52,7 +51,7 @@ plot(data.real_gdp) BeforeIT.jl is released under the GNU Affero General Public License v3 or later (AGPLv3+). -Copyright 2024- Banca d'Italia and the authors. +Copyright 2024 - Banca d'Italia and the authors. ## Main developers and maintainers