Skip to content

Commit

Permalink
TCI
Browse files Browse the repository at this point in the history
  • Loading branch information
TheColdIce committed Nov 28, 2023
1 parent e3d1a81 commit 7a5bc0c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,17 +118,17 @@ The conf.json file contains parameters for the generel behaviour of the accounts

The random seed is used to make the simulation reproducable.

**simulation_name**
* **simulation_name**

The name of the simulation, used for naming the tmp and output folder.
The name of the simulation, used for naming the tmp and output folder.

**total_steps**
* **total_steps**

The total number of steps in the simulation. Each step is one day, but could be vewied as some other time unit.
The total number of steps in the simulation. Each step is one day, but could be vewied as some other time unit.

**min_amount, max_amount, mean_amount, std_amount, mean_amount_sar, std_amount_sar**
* **min_amount, max_amount, mean_amount, std_amount, mean_amount_sar, std_amount_sar**

The min and max amount of a transaction, and the mean and standard deviation of the truncated normal distribution used to sample the amount of a transaction. The distribution is truncated to zero and current blanace of the account. Mean and std are specifed for normal and SAR transactions.
The min and max amount of a transaction, and the mean and standard deviation of the truncated normal distribution used to sample the amount of a transaction. The distribution is truncated to zero and current blanace of the account. Mean and std are specifed for normal and SAR transactions.

**prob_income, mean_income, std_income, prob_income_sar, mean_income_sar, std_income_sar**

Expand Down

0 comments on commit 7a5bc0c

Please sign in to comment.