Package jline.api.mam
Class Map_exp_mul_intKt
-
- All Implemented Interfaces:
public final class Map_exp_mul_intKt
-
-
Method Summary
-
-
Method Detail
-
map_exp_mul_int
final static Double map_exp_mul_int(Matrix A0, Matrix A1, Matrix B0, Matrix B1, Integer L, Matrix alA, Matrix alB)
Computes the inner product of lag-L joint densities of two MAPs.
Uses a recursive scheme based on solving continuous Sylvester equations: Z_1 = sylv(B0', A0, alB' * alA) Z_i = sylv(B0', A0, B1' * Z_{i-1} * A1) for i = 2, ..., L The result is exitB' * Z_L * exitA, where exitA = -A0 * e, exitB = -B0 * e.
- Parameters:
A0- hidden transition matrix of the first MAPA1- visible transition matrix of the first MAPB0- hidden transition matrix of the second MAPB1- visible transition matrix of the second MAPL- number of inter-arrival intervals (lag parameter)alA- stationary vector at arrivals of the first MAPalB- stationary vector at arrivals of the second MAP- Returns:
the inner product value (scalar)
-
-
-
-