Skip to content

Commit 94d3571

Browse files
author
Lee Rhodes
committed
Update pdf links in dictionary
1 parent ad7a868 commit 94d3571

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/main/javadoc/resources/dictionary.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ <h3><a name="accuracy">Sketch Accuracy</a></h3>
1010
About sketch accuracy...
1111

1212
<h3><a name="alphaTCF">Alpha TCF</a></h3>
13-
The Alpha Theta Choosing Function (TCF) and the theory behind it is fully described in this
14-
<a href="ThetaSketchFramework.pdf">paper</a>.
13+
The Alpha Theta Choosing Function (TCF) and the theory behind it is fully described in the
14+
<a href="https://github.com/DataSketches/DataSketches.github.io/blob/master/docs/ThetaSketchFramework.pdf">Theta Sketch Framework</a> paper.
1515
The alpha algorithm is optimized for speed and accuracy in a real-time sketch
1616
building / estimating environment.
1717
<p>One of the properties of the Alpha Algorithm used for cache management within a sketch is that
@@ -189,8 +189,8 @@ <h3><a name="seedHash">Seed Hash</a></h3>
189189
or (2) that when deserializing or wrapping a sketch image that the caller has the correct seed.
190190

191191
<h3><a name="tcf">Theta Choosing Function (TCF)</a></h3>
192-
The Theta Choosing Function (TCF) and the theory behind it is fully described in this
193-
<a href="ThetaSketchFramework.pdf">paper</a>.
192+
The Theta Choosing Function (TCF) and the theory behind it is fully described in the
193+
<a href="https://github.com/DataSketches/DataSketches.github.io/blob/master/docs/ThetaSketchFramework.pdf">Theta Sketch Framework</a> paper.
194194

195195
<h3><a name="theta">Theta, &theta;</a></h3>
196196
Refers to the mathematical random variable &theta; that represents the current probability
@@ -209,7 +209,7 @@ <h3><a name="thetaSketch">Theta Sketch Framework</a></h3>
209209
This framework also enables the sketches to share estimation, upper and lower bounds algorithms and
210210
a common serialization data structure.
211211
The Theta Sketch Framework, Theta Choosing Functions and the theory behind them is fully described
212-
in this <a href="ThetaSketchFramework.pdf">paper</a>.
212+
in the <a href="https://github.com/DataSketches/DataSketches.github.io/blob/master/docs/ThetaSketchFramework.pdf">Theta Sketch Framework</a> paper.
213213

214214
<h3><a name="updateReturnState">Update Return State</a></h3>
215215
Provides useful detail for sketch characterization and debugging. It is not required that any of

0 commit comments

Comments
 (0)