Packages

case class RandomVector[X](base: RandomVar[X]) extends RandomVar[Vector[X]] with Product with Serializable

distributions of vectors from a base distribution

X

scala type of the base

base

the base distribution

Linear Supertypes
Serializable, Product, Equals, RandomVar[Vector[X]], RandomVarFamily[HNil, Vector[X]], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RandomVector
  2. Serializable
  3. Product
  4. Equals
  5. RandomVar
  6. RandomVarFamily
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RandomVector(base: RandomVar[X])

    base

    the base distribution

Value Members

  1. def at(x: HNil): AtCoord[HNil, Vector[X]]
    Definition Classes
    RandomVarFamily
  2. val base: RandomVar[X]
  3. def cons: ZipMap[X, Vector[X], Vector[X]]
  4. def empty: Atom[Vector[X]]
  5. def init[Y >: Vector[X]]: BasePi[HNil, Y]
    Definition Classes
    RandomVarFamily
  6. val polyDomain: RandomVarList[HNil]
    Definition Classes
    RandomVarFamily
  7. def productElementNames: Iterator[String]
    Definition Classes
    Product
  8. val range: Sort[_, Vector[X]]
    Definition Classes
    RandomVar
  9. val rangeFamily: (HNil) => Sort[_, Vector[X]]
    Definition Classes
    RandomVarFamily
  10. def target[State, V, Y >: Vector[X]]: Target[State, V, HNil, Y]
    Definition Classes
    RandomVarFamily