Package jline.api.mam.m3pp
Class M3pp_randKt
-
- All Implemented Interfaces:
public final class M3pp_randKt
-
-
Method Summary
Modifier and Type Method Description final static MatrixCellm3pp_rand(Integer order, Integer classes, Long seed)Generates a random M3PP (Markovian Multi-class Point Process) with specified order and number of classes. final static MatrixCellm3pp_rand_targeted(Integer order, Integer classes, Double targetRate, Double targetSCV, Long seed)Generates a random M3PP with specific characteristics. -
-
Method Detail
-
m3pp_rand
final static MatrixCell m3pp_rand(Integer order, Integer classes, Long seed)
Generates a random M3PP (Markovian Multi-class Point Process) with specified order and number of classes.
- Parameters:
order- Order of the underlying MMPPclasses- Number of classesseed- Random seed for reproducibility (optional)- Returns:
Random M3PP as MatrixCell
-
m3pp_rand_targeted
final static MatrixCell m3pp_rand_targeted(Integer order, Integer classes, Double targetRate, Double targetSCV, Long seed)
Generates a random M3PP with specific characteristics.
- Parameters:
order- Order of the underlying processclasses- Number of classestargetRate- Target overall arrival ratetargetSCV- Target squared coefficient of variationseed- Random seed- Returns:
Random M3PP with approximately target characteristics
-
-
-
-