Packages

class RandomVarFamily[Dom <: HList, +O] extends AnyRef

A formal family of Random Variables up to equality of distribution. May actually have representations instead of distributions, for example.

Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RandomVarFamily
  2. AnyRef
  3. 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 RandomVarFamily(polyDomain: RandomVarList[Dom], rangeFamily: (Dom) => Sort[_, O] = (_: Dom) => Sort.All[O]())

Value Members

  1. def at(x: Dom): AtCoord[Dom, O]
  2. def init[Y >: O]: BasePi[Dom, Y]
  3. val polyDomain: RandomVarList[Dom]
  4. val rangeFamily: (Dom) => Sort[_, O]
  5. def target[State, V, Y >: O]: Target[State, V, Dom, Y]