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 ca939ca commit ebf4a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ The probability for an account to recive income on a given step, and the mean an

##### mean_outcome, std_outcome, mean_outcome_sar, std_outcome_sar
The mean and standard deviation of the truncated normal distribution used to sample the amount of the outcome. Mean and std are specifed for normal and SAR transactions. The probability of an outcome in step $i$ calculated form a sigmoid function: $p_i = 1 / (1 + e^{-x_i})$ where
$$x_i = \left( \frac{1}{N}\sum_{j=i-N}^{i} b_j - b_i \right) \text{\huge/} \frac{1}{N}\sum_{j=i-N}^{i} b_j$$
$$x_i = \left( b_i - \frac{1}{N}\sum_{j=i-N}^{i} b_j \right) \text{\huge/} \frac{1}{N}\sum_{j=i-N}^{i} b_j$$
and $b_i$ is the balance of the account in step $i$ and $N$ is the number of steps in the past to consider.

# Transaction Network Explorer
Expand Down

0 comments on commit ebf4a2b

Please sign in to comment.