Skip to content

Commit

Permalink
sizing cont
Browse files Browse the repository at this point in the history
  • Loading branch information
odunbar committed Nov 15, 2023
1 parent 8a0993f commit 646be15
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/src/examples/emulators/lorenz_integrator_3d_3d.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,19 @@ Here are a selection of the predicted
### Gaussian Process Emulator (Sci-kit learn: `GP`)
For one example fit
```@raw html
<img src="../../assets/GP_l63_test.png" width="430"><img src="../../assets/GP_l63_attr.png" width="275"><img src="../../assets/GP_l63_pdf.png" width="275">
<img src="../../assets/GP_l63_test.png" width="600">
<img src="../../assets/GP_l63_attr.png" width="300"><img src="../../assets/GP_l63_pdf.png" width="300">
```

### Random Feature Emulator (`RF-nosvd-nonsep`)
For one example fit
```@raw html
<img src="../../assets/RF-nosvd-nonsep_l63_test.png" width="430"><img src="../../assets/RF-nosvd-nonsep_l63_attr.png" width="275"><img src="../../assets/RF-nosvd-nonsep_l63_pdf.png" width="275">
<img src="../../assets/RF-nosvd-nonsep_l63_test.png" width="600">
<img src="../../assets/RF-nosvd-nonsep_l63_attr.png" width="300"><img src="../../assets/RF-nosvd-nonsep_l63_pdf.png" width="300">
```

We also The CDFs over 20 randomized fits of the random feature optimization
```@raw html
The CDFs over 20 randomized fits.
<img src="../../assets/RF-nosvd-nonsep_l63_cdfs.png" width="600">
```

0 comments on commit 646be15

Please sign in to comment.