Alphas and physical values

Functions

collect_stochast_values(calc, df_scenario_final)

Collects all Alphas, Influence factors and Physical values of the stochast input parameters.

_combine_stochast_values(calc_results)

calculate_derived_values(df_scenarios_final, ...)

Re-calculates all derived physical values, i.e. intermediate values that were calculated inside the limit state

_combine_derived_values(calc_results)

construct_df(geoprob_pipe)

Module Contents

collect_stochast_values(calc, df_scenario_final)

Collects all Alphas, Influence factors and Physical values of the stochast input parameters.

Parameters:
Return type:

pandas.DataFrame

_combine_stochast_values(calc_results)
Parameters:

calc_results (List[Calcresult])

Return type:

pandas.DataFrame

calculate_derived_values(df_scenarios_final, geohydrologisch_model)

Re-calculates all derived physical values, i.e. intermediate values that were calculated inside the limit state functions. These are not returned by the probabilistic library, hence we need to re-calculate them.

Parameters:
  • df_scenarios_final (pandas.DataFrame)

  • geohydrologisch_model (str)

_combine_derived_values(calc_results)
Parameters:

calc_results (List[Calcresult])

Return type:

pandas.DataFrame

construct_df(geoprob_pipe)
Parameters:

geoprob_pipe (Geoprobpipe)