Skip to content
Snippets Groups Projects
Commit ca8199ac authored by Hu Zhao's avatar Hu Zhao
Browse files

docs: create documentation for emulator module

parent d5313bd9
Branches
No related tags found
No related merge requests found
Emulator
========
This module hosts functionality for emulation methods.
Currently implemented classes are:
* :class:`.ScalarGaSP`:
* :class:`.PPGaSP`:
.. toctree::
:maxdepth: 1
:hidden:
:caption: Emulator
RobustGaSP <robustgasp>
\ No newline at end of file
RobustGaSP
----------
ScalarGaSP Class
^^^^^^^^^^^^^^^^
The :class:`.ScalarGaSP` class is imported by::
from psimpy.emulator.robustgasp import ScalarGaSP
Methods
*******
.. autoclass:: psimpy.emulator.robustgasp.ScalarGaSP
:members: train, predict, sample, loo_validate
PPGaSP Class
^^^^^^^^^^^^
The :class:`.PPGaSP` class is imported by::
from psimpy.emulator.robustgasp import PPGaSP
Methods
*******
.. autoclass:: psimpy.emulator.robustgasp.PPGaSP
:members: train, predict, sample
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment