Interface | Description |
---|---|
Plate<K> |
in the following, K is the type indexing the replicates, typically an Integer or String.
|
Plated<T> |
a random variable or parameter of type T enclosed in one or more Plates.
|
Precision<K> | |
Simplex | |
TransitionMatrix |
Class | Description |
---|---|
AnnealingParameter | |
DenseSimplex |
Vector of entries summing to one.
|
DenseTransitionMatrix |
Matrix where each row is a DenseSimplex.
|
ExtensionUtils |
Automatically imported as extension methods, meaning functions f(a, b, ..) can be called as a.f(b, ...).
|
Index<K> |
An Index of type K in a specified Plate.
|
PlatedMatrix | |
Precision.Diagonal<K> | |
Precision.SimpleBrownian | |
SpikedRealVar | |
StaticUtils |
Automatically statically imported in Blang meaning can call "StaticUtils::function(..)" as just "function(..)".
|