Class SamplesFromMAPKt

    • 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
    • Constructor Detail

    • Method Detail

      • samplesFromMAP

        @JvmOverloads() final static DoubleArray samplesFromMAP(Matrix D0, Matrix D1, Integer K, Integer initial, Random random)

        Generates random samples from a Markovian arrival process.

        Parameters:
        D0 - The D0 matrix of the Markovian arrival process
        D1 - The D1 matrix of the Markovian arrival process
        K - The number of samples to generate
        initial - Optional initial state (null means steady-state)
        random - Random number generator (optional)
        Returns:

        The vector of random samples (inter-arrival times)

      • samplesFromMAP

        @JvmOverloads() final static DoubleArray samplesFromMAP(Matrix D0, Matrix D1, Integer K, Integer initial)

        Generates random samples from a Markovian arrival process.

        Parameters:
        D0 - The D0 matrix of the Markovian arrival process
        D1 - The D1 matrix of the Markovian arrival process
        K - The number of samples to generate
        initial - Optional initial state (null means steady-state)
        Returns:

        The vector of random samples (inter-arrival times)

      • samplesFromMAP

        @JvmOverloads() final static DoubleArray samplesFromMAP(Matrix D0, Matrix D1, Integer K)

        Generates random samples from a Markovian arrival process.

        Parameters:
        D0 - The D0 matrix of the Markovian arrival process
        D1 - The D1 matrix of the Markovian arrival process
        K - The number of samples to generate
        Returns:

        The vector of random samples (inter-arrival times)