mirror of
https://github.com/vale981/stocproc
synced 2025-03-06 02:01:41 -05:00
11 lines
No EOL
376 B
ReStructuredText
11 lines
No EOL
376 B
ReStructuredText
Full Example
|
|
============
|
|
|
|
This example sets up a generator for stochastic processes with exponential
|
|
auto correlation. A single process is shown as well as the reconstruction
|
|
of the auto correlation using 5000 samples.
|
|
|
|
This example is used to generate the figures for the example
|
|
section of the :doc:`StocProc Module </index>`.
|
|
|
|
.. literalinclude:: ../../examples/example.py |