invUniform#

swordfish.function.invUniform()#

Return the value of an uniform inverse cumulative distribution function.

Parameters:
  • lower (Constant) – A numeric scalar indicating the lower bound of a continuous uniform distribution.

  • upper (Constant) – A numeric scalar indicating the upper bound of a continuous uniform distribution.

  • X (Constant) – A floating scalar or vector between 0 and 1.