Function batchParsDisplace

  • batchParsDisplace(base: UserType, name: string, count: number, logarithmic: boolean, displace: number): VaryingPar
  • Parameters

    • base: UserType

      The base set of parameters

    • name: string

      Name of the parameter to change

    • count: number

      The number of simulations to run

    • logarithmic: boolean

      If true, the points are spaced on a logarithmic scale rather than arithmetic.

    • displace: number

      The percentage amount to displace the current value of the parameter name (so a value of 15 creates values ranging from 15% below to 15% above the current value).

    Returns VaryingPar

Generated using TypeDoc