Package jline.api.mam
Class Qbd_depproc_jointmomKt
-
- All Implemented Interfaces:
public final class Qbd_depproc_jointmomKt
-
-
Method Summary
Modifier and Type Method Description final static DoubleArrayqbd_depproc_jointmom(MatrixCell MAPa, MatrixCell MAPs, Matrix iset)Compute joint moments of consecutive inter-departure timesGiven arrival MAP and service MAP, computes joint moments EX_0^i * X_1^j for each pair (i,j) specified in iset. -
-
Method Detail
-
qbd_depproc_jointmom
final static DoubleArray qbd_depproc_jointmom(MatrixCell MAPa, MatrixCell MAPs, Matrix iset)
Compute joint moments of consecutive inter-departure times
Given arrival MAP and service MAP, computes joint moments EX_0^i * X_1^j for each pair (i,j) specified in iset. Uses the stationary distribution of the QBD process and matrix-exponential formulas for the departure process.
- Parameters:
MAPa- Arrival MAP (MatrixCell with D0 and D1)MAPs- Service MAP (MatrixCell with D0 and D1)iset- Matrix where each row is a pair (i, j) specifying moment orders- Returns:
DoubleArray of joint moment values, one per row of iset
-
-
-
-