mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-26 17:54:44 -07:00
computer: distribution: feat cost basis distribution
This commit is contained in:
@@ -399,7 +399,7 @@ pub fn process_blocks(
|
||||
.map(|c| c.to_dollars())
|
||||
.unwrap_or(Dollars::NAN);
|
||||
vecs.utxo_cohorts
|
||||
.truncate_push_aggregate_percentiles(dateindex, spot)?;
|
||||
.truncate_push_aggregate_percentiles(dateindex, spot, &vecs.states_path)?;
|
||||
|
||||
// Compute unrealized peak regret by age range (once per day)
|
||||
// Aggregate cohorts (all, term, etc.) get values via compute_from_stateful
|
||||
|
||||
Reference in New Issue
Block a user