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 9255865 commit 6961ca9
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 = \text{sigmoid}(x_i)$ where
$$x_i = \left( \frac{1}{N}\sum_{j=i-N}^{i}balance_j - balance_i \right) \huge{/} \frac{1}{N}\sum_{j=i-N}^{i}balance_j$$
$$x_i = \left( \frac{1}{N}\sum_{j=i-N}^{i}\text{balance}_j - \text{balance}_i \right) \text{\huge/} \frac{1}{N}\sum_{j=i-N}^{i}\text{balance}_j$$

# Transaction Network Explorer

Expand Down

0 comments on commit 6961ca9

Please sign in to comment.