Skip to content

Analyze

Run reliability analysis using FORM, SORM, and Monte Carlo methods.

Basic Usage

python -m reliafy analyze <profile> [OPTIONS]

Command Options

Reliability Methods

  • --include-sorm, -s: Include second-order reliability method (SORM) analysis

Monte Carlo Options

  • --include-mc, -m: Include Monte Carlo simulation
  • --mc-with-is, -i: Use importance sampling with Monte Carlo (automatically enables --include-mc)

Plotting Options

  • --plot-rfad, -r: Generate reliability factor analysis diagram
  • --plot-lsf, -l: Generate limit state function plot
  • --plot-pdfs, -p: Generate probability density function plots

General Options

  • --open-results, -o: Open results directory after completion (default: True)

Examples

Basic FORM Analysis

python -m reliafy analyze default

FORM + SORM with Plots

python -m reliafy analyze default --include-sorm --plot-rfad --plot-lsf

Complete Analysis with MC

python -m reliafy analyze default -s -m -i -r -l -p

Using Custom Profile

python -m reliafy analyze myprofile --include-sorm --plot-rfad

Aliases

  • analyse: British spelling variant
  • an: Short alias