ana4Stats.probAna.probAnalysis

probAnalysis(avaDir, cfg, module, parametersDict='', inputDir='', probConf='', simDFActual='')[source]

Compute probability map of a given set of simulation result exceeding a particular threshold and save to outDir

Parameters
  • avaDir (str) – path to avalanche directory

  • cfg (dict) – configuration read from ini file of probAna function

  • module – computational module that was used to run the simulations

  • parametersDict (dict) – dictionary with simulation parameters to filter simulations

  • inputDir (str) – optional - path to directory where data that should be analysed can be found in a subfolder called peakFiles and configurationFiles, required if not in module results

  • probConf (str) – name of probability configuration

  • simDFActual (pandas dataFrame) – dataframe of simulation configurations that shall be used for prob analysis