LongExpandingStats

class LongExpandingStats(r: Vec[Long]) extends VecExpandingStats[Long]
trait VecExpandingStats[Long]
class Object
trait Matchable
class Any

Value members

Concrete methods

def cumCount: Vec[Int]
def cumMax: Vec[Long]
def cumMin: Vec[Long]
def cumProd: Vec[Long]
def cumSum: Vec[Long]