filecoin-mecha-twin
filecoin-mecha-twin copied to clipboard
Mechanistic model for the Filecoin Economy
- Added comment for updating 2.8888 to 2.76 - Updated baseline b0 multiply value to be clearer
Allow users to project out a daily burn amount, rather than using the historical mean
Code snippet to produce RBP < 0 ``` import numpy as np import datetime import scenario_generator.curated as curated from mechafil.data import get_historical_network_stats, get_sector_expiration_stats from mechafil.power import forecast_power_stats, build_full_power_stats_df SIM_START_LAG_DAYS =...
The `run_sim` function return a DataFrame with column names that are not very intuitive. As an example, here are column names of the main components of circulating supply: - circ_supply...