ComposableStatistic
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <T, I, R> ComposableStatistic<T, I, R>.flow(flow: Flow<Buffer<T>>, dispatcher: CoroutineDispatcher = Dispatchers.Default): Flow<R>
Perform a streaming statistical analysis on a chunked data. The computation of inner representation is done in parallel if dispatcher allows it.