randChiSquare#

swordfish.function.randChiSquare()#

Return a vector of random values with chi-squared distribution.

Parameters:
  • df (Constant) – A positive integer indicating the degree of freedom of a chi-squared distribution.

  • count (Constant) – The number of random values to be generated.