Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
psimpy
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
mbd
psimpy
Commits
ca8199ac
Commit
ca8199ac
authored
2 years ago
by
Hu Zhao
Browse files
Options
Downloads
Patches
Plain Diff
docs: create documentation for emulator module
parent
d5313bd9
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/source/emulator/index.rst
+17
-0
17 additions, 0 deletions
docs/source/emulator/index.rst
docs/source/emulator/robustgasp.rst
+27
-0
27 additions, 0 deletions
docs/source/emulator/robustgasp.rst
with
44 additions
and
0 deletions
docs/source/emulator/index.rst
+
17
−
0
View file @
ca8199ac
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
This diff is collapsed.
Click to expand it.
docs/source/emulator/robustgasp.rst
+
27
−
0
View file @
ca8199ac
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment