Package jline.api.fes

Class Fes_map_grid

java.lang.Object
jline.api.fes.Fes_map_grid

public final class Fes_map_grid extends Object
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
    Modifier and Type
    Field
    Description
    static final int
    Leading populations kept in full.
    static final int
    Equispaced points above them.
  • Method Summary

    Modifier and Type
    Method
    Description
    static 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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • 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 population
      nhead - leading populations kept in full
      ntail - equispaced points above them
      Returns:
      sorted populations to evaluate