comet_maths.generate_sample.generate_sample.generate_sample_shape

comet_maths.generate_sample.generate_sample.generate_sample_shape#

comet_maths.generate_sample.generate_sample.generate_sample_shape(MCsteps, param)[source]#

function to determine the shape of the Monte Carlo (MC) sample

Parameters:
  • MCsteps (int) – number of MC steps

  • param (np.array) – values of the array (input quantity) or which we are generating the sample

Returns:

shape of the output sample

Return type:

tuple