Package jline.api.fes
Class Fes_map_grid
java.lang.Object
jline.api.fes.Fes_map_grid
Returns the population levels at which the inter-departure MAP is evaluated.
Fitting one MAP per population is wasteful because the processes of neighbouring
populations are similar. Section 5.2.2 of Casale, Mi, Cherkasova and Smirni, IEEE Trans.
Soft. Eng. 37(5), 2011, evaluates the first ten populations and ten further equispaced
points, which is what this function returns.
Copyright (c) 2012-2026, Imperial College London
All rights reserved.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic int[]fes_map_grid(int n) Returns the default grid for a largest population n.static int[]fes_map_grid(int n, int nhead, int ntail) Returns the grid for a largest population n.
-
Field Details
-
NHEAD
public static final int NHEADLeading populations kept in full.- See Also:
-
NTAIL
public static final int NTAILEquispaced points above them.- See Also:
-
-
Method Details
-
fes_map_grid
public static int[] fes_map_grid(int n) Returns the default grid for a largest population n.- Parameters:
n- largest population- Returns:
- sorted populations to evaluate
-
fes_map_grid
public static int[] fes_map_grid(int n, int nhead, int ntail) Returns the grid for a largest population n.- Parameters:
n- largest populationnhead- leading populations kept in fullntail- equispaced points above them- Returns:
- sorted populations to evaluate
-