Thinnable

smfsb.package$.Thinnable
trait Thinnable[F[_]]

A type class for things which can be "thinned", with an implementation for Stream. Useful for MCMC algorithms.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def thin[T](f: F[T], th: Int): F[T]