Uses of Class
jline.lang.processes.MAP

Packages that use MAP
Package
Description
Pre-built queueing network model templates and generators.
This package contains processes and statistical distributions used to specify arrival rates, service rates, and item popularities
Port of the KPC-Toolbox library for Markovian process fitting and manipulation.
  • Uses of MAP in jline.examples.java.models

    Methods in jline.examples.java.models with parameters of type MAP
    Modifier and Type
    Method
    Description
    static Network
    Gallery.gallery_mapm1(MAP map)
     
    static Network
    Gallery.gallery_mapmk(MAP map)
     
    static Network
    Gallery.gallery_mapmk(MAP map, int k)
     
    static Network
    Gallery.gallery_mmap1(MAP map)
     
    static Network
    Gallery.gallery_mmap1_multiclass(MAP map1, MAP map2)
     
    static Network
    Gallery.gallery_mmapk(MAP map, int k)
     
  • Uses of MAP in jline.lang.processes

    Methods in jline.lang.processes that return MAP
    Modifier and Type
    Method
    Description
    static MAP
    MAP.fitCentralAndACFDecay(double mean, double var, double skew, double gamma2)
    Fit MAP from central moments and autocorrelation function decay.
    static MAP
    MAP.fitRawMomentsAndACFDecay(double m1, double m2, double m3, double gamma2)
    Fit MAP from raw moments and autocorrelation function decay.
    static MAP
    MAP.rand()
     
    static MAP
    MAP.rand(int order)
     
    static MAP
    MAP.randn()
     
    static MAP
    MAP.randn(int order, double mu, double sigma)
     
    MarkedMarkovProcess.toMAP(EventType evtype, int node, int jobclass)
    Convert to MAP for a specific event type, node, and class
    MarkedMarkovProcess.toMAP(Event ev)
    Convert to MAP for a specific event
     
     
    Methods in jline.lang.processes with parameters of type MAP
    Modifier and Type
    Method
    Description
    static MMDP
    MMDP.fromMAP(MAP map)
    Converts a MAP to MMDP (deterministic representation).
    static RAP
    RAP.fromMAP(MAP map)
    Creates a RAP from a Markovian Arrival Process (MAP).
  • Uses of MAP in jline.lib.kpctoolbox

    Methods in jline.lib.kpctoolbox that return MAP
    Modifier and Type
    Method
    Description
    static MAP
    MAPCatalog.bc_paug89_mapa()
    Bellcore packet trace August 1989 - MAPa (16x16) Source: BC-pAug89.mat (MAPa) Category: Network Traces
    static MAP
    MAPCatalog.bc_paug89_mapk()
    Bellcore packet trace August 1989 - MAPk (16x16) Source: BC-pAug89.mat (MAPk) Category: Network Traces
    static MAP
    MAPCatalog.erlang_example()
    Erlang Example Source: erlang_example.m Category: Examples
    static MAP
    MAPCatalog.hyper10()
    Hyperexponential MAP with 10 states Source: hyper10.m Category: Hyperexponential
    static MAP
    MAPCatalog.hyper20()
    Hyperexponential MAP with 20 states Source: hyper20.m Category: Hyperexponential
    static MAP
    MAPCatalog.hyper8()
    Hyperexponential MAP with 8 states Source: hyper8.m Category: Hyperexponential
    static MAP
    MAPCatalog.hypo065_095()
    Hypothetical MAP model 065-095 Source: hypo065-095.mat Category: Hypothetical
    static MAP
    MAPCatalog.hypo070_090()
    Hypothetical MAP model 070-090 Source: hypo070-090.mat Category: Hypothetical
    static MAP
    MAPCatalog.hypo075_085()
    Hypothetical MAP model 075-085 Source: hypo075-085.mat Category: Hypothetical
    static MAP
    MAPCatalog.hypo080_080()
    Hypothetical MAP model 080-080 Source: hypo080-080.mat Category: Hypothetical
    static MAP
    MAPCatalog.mama1()
    MAMA1 - 2-state MAP model Source: mama1.m Category: MAMA Series
    static MAP
    MAPCatalog.mama2()
    MAMA2 - 2-state MAP model (variant of MAMA1) Source: mama2.m Category: MAMA Series
    static MAP
    MAPCatalog.mama3()
    MAMA3 - 2-state MAP model Source: mama3.m Category: MAMA Series
    static MAP
    MAPCatalog.mama4()
    MAMA4 - 2-state MAP model Source: mama4.m Category: MAMA Series
    static MAP
    MAPCatalog.mama5()
    MAMA5 - 2-state MAP model Source: mama5.m Category: MAMA Series
    static MAP
    MAPCatalog.map_example1()
    MAP Example 1 Source: MAP_example1.mat Category: Examples
    static MAP
    MAPCatalog.mmpp2_fit_example()
    MMPP2 Fit Example Source: MMPP2_fit_example.m Category: Examples
    static MAP
    MAPCatalog.mmpp2_lrd()
    MMPP2 LRD (Long Range Dependent) model Source: MMPP2_lrd.m Category: MMPP2
    static MAP
    MMPP2 Markov Example Source: MMPP2_markov_example.m Category: Examples
    static MAP
    MAPCatalog.mmpp2_noacf()
    MMPP2 NoACF (No Autocorrelation Function) model Source: MMPP2_noacf.m Category: MMPP2
    static MAP
    MAPCatalog.mmpp2_simple()
    MMPP2 Simple Example Source: MMPP2_simple.m Category: Examples
    static MAP
    MAPCatalog.mmpp2_srd()
    MMPP2 SRD (Short Range Dependent) model Source: MMPP2_srd.m Category: MMPP2
    static MAP
    MAPCatalog.mmpp2_trace_example()
    MMPP2 Trace Example Source: MMPP2_trace_example.m Category: Examples
    static MAP
    MAPCatalog.poisson_example()
    Poisson Example Source: poisson_example.m Category: Examples