johnmyleswhite / StreamStats.jl

Compute statistics over data streams in pure Julia
Other
48 stars 7 forks source link

Remove state function #11

Open johnmyleswhite opened 9 years ago

johnmyleswhite commented 9 years ago

Because many statistics can provide multiple kinds of state objects, we should possibly get rid of the state function. But we'd need to make bootstrap generic in some other way if we did this.