Package jline.api.mam

Class Mamap22_fit_gamma_fs_traceKt

    • 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 MatrixCell mamap22_fit_gamma_fs_trace(DoubleArray interArrivalTimes, IntArray classLabels) Fits a MAMAP(2,2) using forward-start method from trace data.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • mamap22_fit_gamma_fs_trace

         final static MatrixCell mamap22_fit_gamma_fs_trace(DoubleArray interArrivalTimes, IntArray classLabels)

        Fits a MAMAP(2,2) using forward-start method from trace data.

        Parameters:
        interArrivalTimes - Array of inter-arrival times
        classLabels - Array of class labels (must be binary: 0 or 1)
        Returns:

        Fitted MAMAP(2,2) model