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 20904ee commit f599514
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ The min and max amount of a transaction, and the mean and standard deviation of
The probability for an account to recive income on a given step, and the mean and standard deviation of the truncated normal distribution used to sample the amount of the income.Mean and std are specifed for normal and SAR transactions.

##### 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 calculated form a sigmoid function: $p_i = sigmoid( 1/N \sum ^{i} _{j=i-N} balance_j )$
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 calculated form a sigmoid function:
$$p_i = sigmoid( 1/N \sum_{j=i-N}^{i} balance_j )$$

# Transaction Network Explorer

Expand Down

0 comments on commit f599514

Please sign in to comment.