Class MAPCatalog
-
- All Implemented Interfaces:
public class MAPCatalog
Complete catalog of MAP (Markovian Arrival Process) models migrated from MATLAB Location: /home/gcasale/code/matlab/maps/ This class provides static methods to create all MAP and MMPP2 models from the maps directory including those from .mat files and .m function files. Models are organized by categories: - MAMA series (mama1-mama5) - MMPP2 models (lrd, srd, noacf variants) - Hyperexponential MAPs (hyper8, hyper10, hyper20) - Hypothetical models (hypo065-hypo095) - Special models (MAP_example1, BC-pAug89 variants, etc.)
-
-
Constructor Summary
Constructors Constructor Description MAPCatalog()
-
Method Summary
Modifier and Type Method Description static MAP
mama1()
MAMA1 - 2-state MAP model Source: mama1. static MAP
mama2()
MAMA2 - 2-state MAP model (variant of MAMA1) Source: mama2. static MAP
mama3()
MAMA3 - 2-state MAP model Source: mama3. static MAP
mama4()
MAMA4 - 2-state MAP model Source: mama4. static MAP
mama5()
MAMA5 - 2-state MAP model Source: mama5. static MAP
mmpp2_lrd()
MMPP2 LRD (Long Range Dependent) model Source: MMPP2_lrd. static MAP
mmpp2_srd()
MMPP2 SRD (Short Range Dependent) model Source: MMPP2_srd. static MAP
mmpp2_noacf()
MMPP2 NoACF (No Autocorrelation Function) model Source: MMPP2_noacf. static MAP
hyper8()
Hyperexponential MAP with 8 states Source: hyper8. static MAP
hyper10()
Hyperexponential MAP with 10 states Source: hyper10. static MAP
hyper20()
Hyperexponential MAP with 20 states Source: hyper20. static MAP
hypo065_095()
Hypothetical MAP model 065-095 Source: hypo065-095. static MAP
hypo070_090()
Hypothetical MAP model 070-090 Source: hypo070-090. static MAP
hypo075_085()
Hypothetical MAP model 075-085 Source: hypo075-085. static MAP
hypo080_080()
Hypothetical MAP model 080-080 Source: hypo080-080. static MAP
map_example1()
MAP Example 1 Source: MAP_example1. static MAP
mmpp2_fit_example()
MMPP2 Fit Example Source: MMPP2_fit_example. static MAP
mmpp2_trace_example()
MMPP2 Trace Example Source: MMPP2_trace_example. static MAP
mmpp2_markov_example()
MMPP2 Markov Example Source: MMPP2_markov_example. static MAP
mmpp2_simple()
MMPP2 Simple Example Source: MMPP2_simple. static MAP
poisson_example()
Poisson Example Source: poisson_example. static MAP
erlang_example()
Erlang Example Source: erlang_example. static MAP
bc_paug89_mapa()
Bellcore packet trace August 1989 - MAPa (16x16) Source: BC-pAug89. static MAP
bc_paug89_mapk()
Bellcore packet trace August 1989 - MAPk (16x16) Source: BC-pAug89. -
-
Method Detail
-
mama2
static MAP mama2()
MAMA2 - 2-state MAP model (variant of MAMA1) Source: mama2.m Category: MAMA Series
-
mmpp2_lrd
static MAP mmpp2_lrd()
MMPP2 LRD (Long Range Dependent) model Source: MMPP2_lrd.m Category: MMPP2
-
mmpp2_srd
static MAP mmpp2_srd()
MMPP2 SRD (Short Range Dependent) model Source: MMPP2_srd.m Category: MMPP2
-
mmpp2_noacf
static MAP mmpp2_noacf()
MMPP2 NoACF (No Autocorrelation Function) model Source: MMPP2_noacf.m Category: MMPP2
-
hyper8
static MAP hyper8()
Hyperexponential MAP with 8 states Source: hyper8.m Category: Hyperexponential
-
hyper10
static MAP hyper10()
Hyperexponential MAP with 10 states Source: hyper10.m Category: Hyperexponential
-
hyper20
static MAP hyper20()
Hyperexponential MAP with 20 states Source: hyper20.m Category: Hyperexponential
-
hypo065_095
static MAP hypo065_095()
Hypothetical MAP model 065-095 Source: hypo065-095.mat Category: Hypothetical
-
hypo070_090
static MAP hypo070_090()
Hypothetical MAP model 070-090 Source: hypo070-090.mat Category: Hypothetical
-
hypo075_085
static MAP hypo075_085()
Hypothetical MAP model 075-085 Source: hypo075-085.mat Category: Hypothetical
-
hypo080_080
static MAP hypo080_080()
Hypothetical MAP model 080-080 Source: hypo080-080.mat Category: Hypothetical
-
map_example1
static MAP map_example1()
MAP Example 1 Source: MAP_example1.mat Category: Examples
-
mmpp2_fit_example
static MAP mmpp2_fit_example()
MMPP2 Fit Example Source: MMPP2_fit_example.m Category: Examples
-
mmpp2_trace_example
static MAP mmpp2_trace_example()
MMPP2 Trace Example Source: MMPP2_trace_example.m Category: Examples
-
mmpp2_markov_example
static MAP mmpp2_markov_example()
MMPP2 Markov Example Source: MMPP2_markov_example.m Category: Examples
-
mmpp2_simple
static MAP mmpp2_simple()
MMPP2 Simple Example Source: MMPP2_simple.m Category: Examples
-
poisson_example
static MAP poisson_example()
Poisson Example Source: poisson_example.m Category: Examples
-
erlang_example
static MAP erlang_example()
Erlang Example Source: erlang_example.m Category: Examples
-
bc_paug89_mapa
static MAP bc_paug89_mapa()
Bellcore packet trace August 1989 - MAPa (16x16) Source: BC-pAug89.mat (MAPa) Category: Network Traces
-
bc_paug89_mapk
static MAP bc_paug89_mapk()
Bellcore packet trace August 1989 - MAPk (16x16) Source: BC-pAug89.mat (MAPk) Category: Network Traces
-
-
-
-