ana4Stats.probAna.probAnalysis

probAnalysis(avaDir, cfg, modName, 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

  • modName – name of computational module that was used to run the simulations - to locate results files and filtering options

  • parametersDict (dict) – dictionary with simulation parameters to filter simulations - only available if modName=com1DFA

  • 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