.. _usage: 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: .. code-block:: bash 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: .. code-block:: bash 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 :ref:`features` for a full description of the package's capabilities.