Package jline.api.mam
Class Mmap_sampleKt
-
- All Implemented Interfaces:
public final class Mmap_sampleKt
-
-
Method Summary
Modifier and Type Method Description final static Ret.mamMMAPSample
mmap_sample(MatrixCell MMAP, Long n, Random random)
Generates samples of inter-arrival times and event types from a MMAP using a specified number of samples. -
-
Method Detail
-
mmap_sample
final static Ret.mamMMAPSample mmap_sample(MatrixCell MMAP, Long n, Random random)
Generates samples of inter-arrival times and event types from a MMAP using a specified number of samples.
- Parameters:
MMAP
- the MatrixCell representing the MMAP, containing the D0, D1 matrices and additional marking matricesn
- the number of samples to generate- Returns:
an mmapSampleReturn object containing the generated samples and their corresponding types
-
-
-
-