We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d176153 commit fdae514Copy full SHA for fdae514
src/StreamSampling.jl
@@ -96,8 +96,8 @@ struct AlgAExpJ <: ReservoirAlgorithm end
96
Implements weighted random reservoir sampling with replacement. To be used with [`ReservoirSample`](@ref)
97
or [`itsample`](@ref).
98
99
-Adapted from algorithm WRSWR-SKIP described in "Weighted Reservoir Sampling with Replacement from Multiple
100
-Data Streams, A. Meligrana, 2024".
+Adapted from algorithm WRSWR-SKIP described in "Investigating Methods for Weighted Reservoir Sampling with
+Replacement, A. Meligrana, 2024".
101
"""
102
struct AlgWRSWRSKIP <: ReservoirAlgorithm end
103
0 commit comments