Package jline.api.mam
Class Map_count_momentKt
-
- All Implemented Interfaces:
public final class Map_count_momentKt
-
-
Method Summary
Modifier and Type Method Description final static Double
map_count_moment(MatrixCell MAP, Double t, Integer order)
Computes power moments of counts at resolution t for a Markovian Arrival Process (MAP). final static DoubleArray
map_count_moment(MatrixCell MAP, Double t, IntArray orders)
Computes multiple power moments of counts at resolution t for a MAP. -
-
Method Detail
-
map_count_moment
final static Double map_count_moment(MatrixCell MAP, Double t, Integer order)
Computes power moments of counts at resolution t for a Markovian Arrival Process (MAP).
This function calculates the power moments of the counting process N(t) for a MAP at a given time resolution t. The moments are computed using the moment generating function approach with numerical differentiation.
- Parameters:
MAP
- The Markovian Arrival Process stored in a MatrixCell, containing the (D0, D1) matricest
- The time resolution at which to compute the momentsorder
- The order of the moment to compute (e.g.- Returns:
The power moment of the specified order
-
map_count_moment
final static DoubleArray map_count_moment(MatrixCell MAP, Double t, IntArray orders)
Computes multiple power moments of counts at resolution t for a MAP.
- Parameters:
MAP
- The Markovian Arrival Process stored in a MatrixCellt
- The time resolution at which to compute the momentsorders
- Array of moment orders to compute- Returns:
Array of power moments corresponding to the specified orders
-
-
-
-