Packages

object StatN

due to erasure, types within types need extra construction types

Source
stat.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StatN
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(xss: Iterator[Array[Double]]): StatN

    fast construct with mutables under the hood

  2. def apply(xs: Iterable[Array[Double]])(implicit d: DummyImplicit): StatN
  3. def apply(xs: Iterator[Iterable[Double]])(implicit d: DummyImplicit): StatN

    fast construct with mutables under the hood

  4. def apply(xs: Iterable[Iterable[Double]]): StatN

    fast construct with mutables under the hood

  5. def empty(n: Int): StatN

    An empty StatN needs to know the dimmension ahead of time