Usage

### Example 1: Simulating and Analyzing an Intermittent Process

The script run_intermittent_simulation.py demonstrates how to simulate an intermittent process. To run the script:

python examples/run_intermittent_simulation.py

### Example 2: Simulating Multiple Lévy Flights

The script run_levy_simulation.py demonstrates how to simulate Lévy flights:

python examples/run_levy_simulation.py

### Results Directory

The results are saved in the results/ directory with subdirectories for each process type.

Refer to the Features for a full description of the package’s capabilities.