Package jline.api.mam

Class Mmap_sampleKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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 matrices
        n - the number of samples to generate
        Returns:

        an mmapSampleReturn object containing the generated samples and their corresponding types