@@ -10,8 +10,8 @@ <h3><a name="accuracy">Sketch Accuracy</a></h3>
1010About 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 .
1515The alpha algorithm is optimized for speed and accuracy in a real-time sketch
1616building / 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>
189189or (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, θ</ a > </ h3 >
196196Refers to the mathematical random variable θ that represents the current probability
@@ -209,7 +209,7 @@ <h3><a name="thetaSketch">Theta Sketch Framework</a></h3>
209209This framework also enables the sketches to share estimation, upper and lower bounds algorithms and
210210a common serialization data structure.
211211The 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 >
215215Provides useful detail for sketch characterization and debugging. It is not required that any of
0 commit comments