Uses of Class
jline.lib.butools.reptrans.MarkovianRepresentation
Packages that use MarkovianRepresentation
Package
Description
Package containing representation transformation functions.
-
Uses of MarkovianRepresentation in jline.lib.butools.reptrans
Methods in jline.lib.butools.reptrans that return MarkovianRepresentationModifier and TypeMethodDescriptionstatic MarkovianRepresentationExtendToMarkovian.extendToMarkovian(Matrix alpha, Matrix A) static MarkovianRepresentationExtendToMarkovian.extendToMarkovian(Matrix alpha, Matrix A, int maxSize) static MarkovianRepresentationExtendToMarkovian.extendToMarkovian(Matrix alpha, Matrix A, int maxSize, double precision) Extends a non-Markovian initial vector to a Markovian one by appending an Erlang tail.