RollingMean

class RollingMean[@specialized(Int, Long, Double) A] extends Vec[A] => Double
trait Vec[A] => Double
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(v: Vec[A]): Double

Inherited methods

@unspecialized
def andThen[A](g: Double => A): Vec[A] => A
Inherited from:
Function1
@unspecialized
def compose[A](g: A => Vec[A]): A => Double
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1

Concrete fields

var c: Int
var i: Int
var p: Scalar[A]
var s: Double
val sa: ScalarTag[A]