Class RandomField<T>

java.lang.Object
org.ojalgo.random.process.RandomField<T>
Direct Known Subclasses:
GaussianField

abstract class RandomField<T> extends Object
A random field is a generalization of a stochastic process such that the underlying parameter need no longer be a simple real or integer valued "time", but can instead take values that are multidimensional vectors, or points on some manifold.
  • Constructor Details

    • RandomField

      RandomField()