Skip to content

Commit f65b87c

Browse files
Deployed 414b057 with MkDocs version: 1.6.1
1 parent ec6f3e3 commit f65b87c

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,6 @@ <h2 id="contributing">Contributing</h2>
201201
</html>
202202

203203
<!--
204-
MkDocs version : 1.6.0
205-
Build Date UTC : 2024-07-16 11:30:13.899796+00:00
204+
MkDocs version : 1.6.1
205+
Build Date UTC : 2024-10-06 20:51:07.725364+00:00
206206
-->

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

setup/index.html

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,9 @@ <h2 id="execution">Execution</h2>
121121
in the <code>raw_block_data/</code> directory, each file named as <code>&lt;project_name&gt;_raw_data.json</code> (e.g., <code>bitcoin_raw_data.json</code>).
122122
By default,
123123
there is a (very small) sample input file for some supported projects; to use it, remove the prefix <code>sample_</code>.</p>
124-
<p>Run <code>python run.py --ledgers &lt;ledger_1&gt; &lt;ledger_n&gt; --timeframe &lt;timeframe&gt; --aggregate-by &lt;unit to aggregate by&gt;</code> to
125-
analyze the n specified ledgers for the given timeframe, aggregated using the given granularity.
124+
<p>Run <code>python run.py --ledgers &lt;ledger_1&gt; &lt;ledger_n&gt; --timeframe &lt;timeframe&gt; --estimation-window &lt;days to aggregate
125+
blocks by&gt; --frequency &lt;days between two data points&gt;</code> to analyze the n specified ledgers for the given timeframe,
126+
aggregated using the given estimation window and frequency.
126127
All arguments are optional, so it's possible to omit any of them; in this case, the default values
127128
will be used. Specifically:</p>
128129
<ul>
@@ -139,13 +140,11 @@ <h2 id="execution">Execution</h2>
139140
would do it for a single day (Feburary 3rd 2022). Last, <code>--timeframe 2018 2022</code> would run the analysis for the
140141
entire time period between January 1st 2018 and December 31st 2022. If the <code>timeframe</code> argument is omitted, then
141142
the start date and end dates of the time frame are sourced from the <code>config.yaml</code> file.</li>
142-
<li><code>aggregate_by</code> corresponds to the unit of time to aggregate the data by, i.e. the granularity of the analysis.
143-
It can be one of: <code>day</code>, <code>week</code>, <code>month</code>, <code>year</code>, <code>all</code> and by default it is <code>month</code>. Note that in the case of
144-
weekly aggregation, we consider a week to be 7 consecutive days, starting from the first day of the time period
145-
under consideration (so not necessarily Monday to Sunday). If "all" is chosen, then no aggregation will be
146-
performed, meaning that the given timeframe will be treated as a single unit of time in the context of our
147-
analysis. In all other cases, the given timeframe will be divided into units of the given granularity and the
148-
result will be a time series.</li>
143+
<li><code>estimation_window</code> corresponds to the number of days that will be used to aggregate the data. For example,
144+
<code>--estimation_window 7</code> means that every data point will use 7 days of blocks to calculate the distribution of
145+
blocks to entities. If left empty, then the entire time frame will be used (only valid when combined with empty frequency).</li>
146+
<li><code>frequency</code> determines how frequently to sample the data, in days. If left empty, then only one data point will be
147+
analyzed (snapshot instead of longitudinal analysis), but this is only valid when combined with an empty estimation_window.</li>
149148
</ul>
150149
<p>Additionally, there are three flags that can be used to customize an execution:</p>
151150
<ul>

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)