RollingMedian

class RollingMedian[@specialized(Int, Long, Double) A](winSz: Int, origv: Vec[A])(implicit evidence$13: ScalarTag[A], evidence$14: Numeric[A])
class Object
trait Matchable
class Any

Value members

Concrete methods

def evaluate: Vec[Double]

Concrete fields

val len: Int
val sa: ScalarTag[A]
val win: Int