Rocscience International Conference 2025 is going to take place in Sydney, Australia Read more

Search Results

8 - Probabilistic Analysis Tutorial

1.0 Introduction

This tutorial will demonstrate how a probabilistic analysis is performed in Slide2. We will specify statistical input properties for the slope materials to determine the uncertainty effect on slope stability.

We will interpret the following results from the probabilistic analysis:

  • Deterministic safety factor
  • Mean safety factor
  • Probability of failure
  • Reliability index

We will also interpret probabilistic results using histogram, cumulative, scatter and convergence plots.

It is helpful to read the Probabilistic Analysis Overview before carrying out a Probabilistic Analysis.

Finished Product

The finished product of this tutorial can be found in the Tutorial 08 Probabilistic Analysis.slmd data file. All tutorial files installed with Slide2 can be accessed by selecting File > Recent Folders > Tutorials Folder from the Slide2 main menu.

2.0 Model Geometry

This tutorial will be based on a simple model with its deterministic material properties already defined.

  1. Select File > Recent Folders > Tutorials Folder from the Slide2 main menu and open the Tutorial 01 Quick Start.slmd file.
  2. Right click on the Group 1-Master Scenario and Add a Scenario add scenario icon
  3. Rename the Scenario 1 as ‘Global Minimum’.

2.1 Project Settings

In Slide2 a probabilistic analysis can be carried out using either the Global Minimum or the Overall Slope options. We will use Global Minimum in this tutorial.

When the Analysis Type = Global Minimum, this means that the Probabilistic Analysis is carried out on the Global Minimum slip surface located by the regular (deterministic) slope stability analysis.

The safety factor will be re-computed N times (where N = Number of Samples) for the Global Minimum slip surface, using a different set of randomly generated input variables for each analysis.

The Probabilistic Analysis option must be set in the Project Settings dialog in the following manner:

  1. Select Global Minimum scenario and go to Analysis > Project Settings project settings icon
  2. Select the Statistics tab on the left side of the dialog and tick the checkbox beside Probabilistic Analysis.
  3. Select the following analysis options:
    • Sampling Method: Latin Hypercube
    • Number of Samples: 1000
    • Analysis Type: Global Minimum

    The selected options mean that safety factor values will be computed 1000 times for only the Global Minimum slip surface (determined from a deterministic analysis), using a different set of randomly generated input variables for each new run.

    Check out the Sampling help page for more information about the sampling methods.

    project settings - statistics

    We will examine Spatial Variability Analysis in the Slide2 Tutorial: Spatial Variability.

  4. Click OK to close the dialog.

Notice that the Statistics menu option is now available in the Slide2 menu. This option will allow us to define any model input parameter as a random variable.

3.0 Defining Random Variables

For this tutorial, we will define Random Variables for cohesion, friction angle and unit weight for the slope material.

  1. Select Statistics > Materials materials icon in the menu.
    On the Material Statistics dialog, we will define random variables for “Soil 1”.
    material statistics
  2. Click the Add button and select the material properties (Cohesion, Phi and Unit Weight) to be defined as Random Variables on the resulting dialog. (Alternatively, you can use Edit button, on the Material Statistics dialog.)
    add random variable
  3. In the Add Random Variables dialog, click Next and use the default statistical distribution – Normal distribution.
    add random variable - normal distribution
  4. Click Finish to close the dialog.

    The Material Statistics dialog will now display the material properties which we selected as Random Variables in a grid on the dialog.

    You can define different statistical distribution for each random variable by clicking on the distribution field of any material property on the spreadsheet.

    To complete the statistical distribution of each random variable, we must specify the Standard Deviation, Relative Minimum and Maximum values for each variable.

    • The Relative Minimum and Maximum values are distances measured from the Mean Value. These are used to bound the distribution on either side.
    • For a NORMAL distribution, 99.7 % of all samples fall within distances of 3 standard deviations to either side of the mean. Therefore, if you don’t want to truncate the distribution, the Relative Minimum and Relative Maximum values can be set to at least 3 times the standard deviation, to ensure that we minimize our truncation of the normal distribution. This can be done automatically using the button on the right-hand side.
    1. For each variable, enter the Standard Deviation, Relative Minimum and Relative Maximum values shown in the table below. After inputting the standard deviations, the relative minimum and maximum data can be entered by selecting the rows and clicking the 3x standard deviation button .

    Mat. Property

    Std. Dev.

    Rel. Min

    Rel. Max

    Cohesion

    1

    3

    3

    Phi

    3

    9

    9

    Unit Weight

    0.5

    1.5

    1.5

    As an example, this means that the lowest cohesion value which can be sampled is 2 kPa (mean – rel. min = 5 – 3 = 2) and the largest value is 8 kPa (mean + rel. max = 5 + 3 = 8).

    Your material statistics dialog should look like the image below when you are finished.

    material statistics

    1. Click OK to close the dialog.

    We have defined our statistical parameters and will now run the probabilistic analysis.

    4.0 Computation and Interpretation

    1. Select Analysis > Compute compute icon to run the analysis.
    2. Select Analysis > Interpret interpret icon to view results when computations are done.

    results


    The following results will be displayed on the model when computations are done:

    • FS (deterministic) or Deterministic Safety Factor is the safety factor of the Global Minimum slip surface, from a regular (non-probabilistic) slope stability analysis.
    • FS (mean) or (Mean Safety Factor) is the average safety factor of the Global Minimum slip surface obtained from the probabilistic analysis.
    In general, the FS (mean) should be close to the FS (deterministic) value, especially for sufficiently large numbers of samples.
    • PF or (Probability of Failure), which estimates the failure risks of slopes, is the ratio of the number of samples with safety factor of less than 1 to the total number of samples.
      From our tutorial results, a PF of 10.2% means that out of the 1000 samples analyzed, 102 slip surfaces produced safety factors less than 1.
    • The Reliability Index (RI) indicates the number of standard deviations that the mean safety factor is away from the critical safety factor value of 1. It can be calculated assuming either a normal distribution (Normal RI) or lognormal distribution (Lognormal RI) of the safety factor results. In Slide2 analyses, both values are displayed.

    The best-fit distribution that indicates which of the RI values is more appropriate for a given analysis is listed in the Report Generator.

    A Reliability Index of at least 3 is usually recommended as a minimal assurance of safe slope design.

    For this example, RI = 1.2 indicates an unsatisfactory level of safety for the slope.

    You can visit the Probabilistic Results Overview help page for more information about Probabilistic results.

    4.1 Histogram Plots

    In Slide2, we can use histogram graphs to view the distribution of safety factors calculated by a probabilistic analysis.

    For example, we will create a histogram plot for the safety factors for the Bishop Simplified Method. We will also highlight the safety factors less than 1 in the histogram plot.

    1. Select Statistics > Histogram Plot histogram plot icon in the Slide2 Interpret window.
    2. On the resulting dialog, select the Data to Plot as Factor of Safety - Bishop simplified.
    3. Tick the box beside Highlight Data, set the histogram parameter to Factor of Safety-bishop simplified, select “<” as the logical operator and 1 as the threshold value. Your dialog should be like the image shown below.
      histogram plot dialog
    4. Click Plot to generate the Histogram shown below.

      histogram


      The legend immediately below the chart highlights FS<1 for the Bishop Simplified method in light orange bars. Statistics, such as mean and standard deviation, are displayed below the chart

      To view the Best-Fit Distribution for the safety factors:

      1. Right-click on the histogram plot and select Best Fit Distribution from the popup menu.

      The Best-Fit Distribution will be displayed on the Histogram. In this case, the best fit is a Gamma Distribution the parameters of which are listed at the bottom of the plot.

      histogram best fit

      This curve can be turned on or off, by right-clicking on the plot, and toggling the Best-Fit Distribution option.

      You can generate histogram plots for Spencer and GLE/Morgenstern-Price as an optional exercise.

      The Highlight data option on the Histogram dialog allows you to highlight any user defined subset of data on a histogram or scatter plot.

      We can also plot the distribution of samples generated for the input data random variable(s) used in a probabilistic analysis.

      Let us create a histogram for the Cohesion random variable generated by the Latin Hypercube sampling.

      1. Right-click on the histogram and select Change plot data.
      2. Change the Data to Plot to Soil 1 : Cohesion and plot the data. (We will not change our highlighted criterion.)

      histogram - soil 1: cohesion


      The plot shows the random samples generated by the Latin Hypercube sampling of the cohesion random variable.

      Under the graph, we have the sampled statistics (raw data generated by the Latin Hypercube sampling of the input distribution) and the Input statistics (parameters you defined for the random variable, in the Material Statistics dialog)

      Notice that the FS<1 bars are concentrated in the lower cohesion half of the histogram.

      4.2 Cumulative Plots

      A cumulative plot shows the cumulative probability that values of a random variable will be LESS THAN OR EQUAL TO a specified value.

      Select the Cumulative Plot option from the toolbar or the Statistics menu to generate a Cumulative plot.

      1. Select Statistics > Cumulative Plot cumulative plot icon to open the Cumulative Plot dialog.
      2. Select Factor of Safety – Bishop Simplified as the Data to Plot.
        cumulative plot
      3. Click Plot to create the cumulative plot of safety factors shown below.

        Cumulative Plot


        The Cumulative Probability at Safety Factor = 1 is the Probability of Failure (PF).

        We can verify this by using the Sampler Option. The Sampler Option on a Cumulative Plot allows you to quickly determine the coordinates at any point along the Cumulative Distribution Curve.

        To do this:

        1. Right-click on the Cumulative Plot and select Sampler > Show Sampler option.
          The dotted cross-hair line (Sampler) will now show on the plot. As you move the mouse over the cumulative curve, the coordinates at those points are displayed on the Cumulative Plot curve.
        2. Click the mouse at Factor of Safety = 1. The Cumulative Probability value will be the same as the Probability of Failure for the Bishop analysis we noted earlier in this tutorial.

        4.3 Scatter Plots

        Scatter Plots allow you to plot any two random variables against each other and analyze the relationships between them using a Correlation Coefficient.

        A Correlation Coefficient close to 1 or -1 indicates a high degree of correlation whereas a Correlation Coefficient close to zero indicates little or no correlation.

        We will use scatter plots to find the relationship between the following Friction Angle (Phi) and Safety Factor. To do this:

        1. Select: Statistics > Scatter Plot to open the dialog.
          scatter plot dialog
        2. Enter the following:
          • Horizontal Axis: Soil 1: Phi (deg)
          • Vertical Axis: Factor of Safety – bishop simplified
          • Highlight Data: Factor of Safety – bishop simplified < 1
        3. Click on the Plot button to create the scatter plot below.

        scatter plot


        At the bottom of the plot, the Correlation Coefficient is approximately 1 indicating a high correlation between the Friction Angle (Phi) and the Safety Factor or Factor of Safety. In other words, as friction angle increases, factor of safety increases, as expected.

        The parameters ‘alpha’ and ‘beta’ are the slope and y-intercept, respectively, of the best fit (linear) curve or Regression Line, to the data.

        All data points with a Safety Factor less than 1(Highlighted data), are displayed on the Scatter Plot in orange.

        4.4 Convergence Plot

        A Convergence Plot helps determine whether your results obtained from a Probabilistic Analysis (Probability of Failure, Mean Safety Factor, etc.) converge to a definitive answer, or whether more samples are required.

        We will verify if our analysis’ Probability of Failure (PF) converges.

        1. Select Statistics > Convergence Plot convergence plot to open the Convergence Plot dialog.
        2. For Iteration Data select Probability of Failure %.
          convergence plot dialog
        3. Click the Plot button to see the ‘PF’ Convergence Plot.

        convergence plot


        The plot above shows that the Probability of Failure has practically achieved a constant (steady state) value.

        If the convergence plot indicates that you have not achieved a stable result, you should increase the ‘Number of Samples’ and re-run the analysis.

        You can also view the final probability of failure value by:

        1. Right-clicking on the plot.
        2. Selecting the Final Value option from the popup menu.

        A horizontal line will appear on the plot, representing the steady-state value. At the bottom of the chart, the Final value is given as 10.2 (the Probability of Failure calculated for the analysis).

        convergence plot - final value

        To test this observation, increase the Number of Samples (e.g., 2000), and re-run the analysis as an optional exercise.

        5.0 Additional Exercise

        If you would like to experiment further with the Probabilistic Analysis modelling and data interpretation features in Slide2, try the following exercise:

        5.1 Correlation Coefficient between Cohesion and Friction Angle

        In the tutorial, there was no correlation defined between Cohesion and Friction Angle. Generally, materials with low Cohesion tend to have high Friction Angles, and vice versa.

        In Slide2, the user can define a correlation coefficient for Cohesion and Friction Angle so that when the samples are generated, there will be a correlation between the two material properties.

        To do this:

        1. Select the Statistics > Define Material define materials icon option in the Slide2 Model program.
        2. Click on the Correlation option in the Material Statistics dialog.

        3. This will display a dialog, that allows you to define a correlation coefficient between cohesion and friction angle (the “Advanced Correlation” button will allow for correlation coefficient input between any parameters, and any materials).

        4. In the correlation dialog, tick the checkbox under Apply heading for soil 1. We will use the default correlation coefficient of –0.5.
        5. Click OK in the Correlation and the Material Statistics dialogs.
        6. Re-compute the analysis and interpret results when computations are done.
        7. Create a Scatter Plot of Cohesion versus Friction Angle in the Slide2 Interpret window.

        8. The Correlation Coefficient between Cohesion vs. Phi is – 0.5.

          A NEGATIVE correlation coefficient means that when one variable increases, the other is likely to decrease, and vice versa.
        9. Re-run the analysis using correlation coefficients of – 0.6, – 0.7, – 0.8, – 0.9, – 1.0.
        10. View a scatter plot of Cohesion versus Friction Angle, after each run.

        The Probability of failure decreases significantly, as the correlation between cohesion and friction angle increases (i.e., closer to –1).

        Rocscience logo, click here to return to the homepage Portal Account Portal Account Log In Log Out Home Shopping Cart icon Click here to search our site Click here to close Learning Tech Support Documentation Info Chevron Delete Back to Top View More" Previous Next PDF File Calendar Location Language Fees Video Click here to visit Rocscience's LinkedIn page Click here to visit Rocscience's YouTube page Click here to visit Rocscience's X page Click here to visit Rocscience's Facebook page Click here to visit Rocscience's Instagram page Click here to visit Rocscience's Reddit page Bookmark Network Scroll down for more Checkmark Download Print Back to top Single User Multiple Users RSLog RocFall3 CPillar Dips EX3 RocFall RocPlane RocSlope3 RocSupport RocTopple RS2 RS3 RSData RSPile Settle3 Slide2 Slide3 SWedge UnWedge RocTunnel RocSlope2 Commercial License Education License Trial License Shop safe & secure Money-back guarantee