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 MAPModifier and TypeMethodDescriptionstatic NetworkGallery.gallery_mapm1(MAP map) static NetworkGallery.gallery_mapmk(MAP map) static NetworkGallery.gallery_mapmk(MAP map, int k) static NetworkGallery.gallery_mmap1(MAP map) static NetworkGallery.gallery_mmap1_multiclass(MAP map1, MAP map2) static NetworkGallery.gallery_mmapk(MAP map, int k) -
Uses of MAP in jline.lang.processes
Methods in jline.lang.processes that return MAPModifier and TypeMethodDescriptionstatic MAPMAP.fitCentralAndACFDecay(double mean, double var, double skew, double gamma2) Fit MAP from central moments and autocorrelation function decay.static MAPMAP.fitRawMomentsAndACFDecay(double m1, double m2, double m3, double gamma2) Fit MAP from raw moments and autocorrelation function decay.static MAPMAP.rand()static MAPMAP.rand(int order) static MAPMAP.randn()static MAPMAP.randn(int order, double mu, double sigma) Convert to MAP for a specific event type, node, and classConvert to MAP for a specific eventMAP.toTimeReversed()MMPP2.toTimeReversed()Methods in jline.lang.processes with parameters of type MAP -
Uses of MAP in jline.lib.kpctoolbox
Methods in jline.lib.kpctoolbox that return MAPModifier and TypeMethodDescriptionstatic MAPMAPCatalog.bc_paug89_mapa()Bellcore packet trace August 1989 - MAPa (16x16) Source: BC-pAug89.mat (MAPa) Category: Network Tracesstatic MAPMAPCatalog.bc_paug89_mapk()Bellcore packet trace August 1989 - MAPk (16x16) Source: BC-pAug89.mat (MAPk) Category: Network Tracesstatic MAPMAPCatalog.erlang_example()Erlang Example Source: erlang_example.m Category: Examplesstatic MAPMAPCatalog.hyper10()Hyperexponential MAP with 10 states Source: hyper10.m Category: Hyperexponentialstatic MAPMAPCatalog.hyper20()Hyperexponential MAP with 20 states Source: hyper20.m Category: Hyperexponentialstatic MAPMAPCatalog.hyper8()Hyperexponential MAP with 8 states Source: hyper8.m Category: Hyperexponentialstatic MAPMAPCatalog.hypo065_095()Hypothetical MAP model 065-095 Source: hypo065-095.mat Category: Hypotheticalstatic MAPMAPCatalog.hypo070_090()Hypothetical MAP model 070-090 Source: hypo070-090.mat Category: Hypotheticalstatic MAPMAPCatalog.hypo075_085()Hypothetical MAP model 075-085 Source: hypo075-085.mat Category: Hypotheticalstatic MAPMAPCatalog.hypo080_080()Hypothetical MAP model 080-080 Source: hypo080-080.mat Category: Hypotheticalstatic MAPMAPCatalog.mama1()MAMA1 - 2-state MAP model Source: mama1.m Category: MAMA Seriesstatic MAPMAPCatalog.mama2()MAMA2 - 2-state MAP model (variant of MAMA1) Source: mama2.m Category: MAMA Seriesstatic MAPMAPCatalog.mama3()MAMA3 - 2-state MAP model Source: mama3.m Category: MAMA Seriesstatic MAPMAPCatalog.mama4()MAMA4 - 2-state MAP model Source: mama4.m Category: MAMA Seriesstatic MAPMAPCatalog.mama5()MAMA5 - 2-state MAP model Source: mama5.m Category: MAMA Seriesstatic MAPMAPCatalog.map_example1()MAP Example 1 Source: MAP_example1.mat Category: Examplesstatic MAPMAPCatalog.mmpp2_fit_example()MMPP2 Fit Example Source: MMPP2_fit_example.m Category: Examplesstatic MAPMAPCatalog.mmpp2_lrd()MMPP2 LRD (Long Range Dependent) model Source: MMPP2_lrd.m Category: MMPP2static MAPMAPCatalog.mmpp2_markov_example()MMPP2 Markov Example Source: MMPP2_markov_example.m Category: Examplesstatic MAPMAPCatalog.mmpp2_noacf()MMPP2 NoACF (No Autocorrelation Function) model Source: MMPP2_noacf.m Category: MMPP2static MAPMAPCatalog.mmpp2_simple()MMPP2 Simple Example Source: MMPP2_simple.m Category: Examplesstatic MAPMAPCatalog.mmpp2_srd()MMPP2 SRD (Short Range Dependent) model Source: MMPP2_srd.m Category: MMPP2static MAPMAPCatalog.mmpp2_trace_example()MMPP2 Trace Example Source: MMPP2_trace_example.m Category: Examplesstatic MAPMAPCatalog.poisson_example()Poisson Example Source: poisson_example.m Category: Examples