-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Ledoit Wolf shrinkage estimator for cross-validation covariance
different priors change prior again add reg into cov-mat for optimization example tweaks add reg to scalar method and widen default prior fix lorenz fix lorenz major refactor of RF prior cov fix lorenz format refactored user interface examples work with new interface format resolve merge format bug-fix n_hp calc updates to prior - remove scalings src for new kernel structure updated Emulator and Lorenz example with Kernel interface bugfix symbol checks Cholesky factorization of K remove unnecessary warning needed branch in if-else error message typo better nugget term for LRF sensible results for RF emulator exmaple bypass JLD2 errors make low-rank into more of a diagonal decomp bugfix scatter bounds added learnable scaling Lorenz 63 example learning update map gets l63 pdf moved L63 into Emulator examples remove duplicate svd rebalance loss function (sqrt complexity, zero out scaled coeffs, remove approx_sig2 from noise), greatly improved robustness example tweaks and fixes for plotting, convergence etc. clima format tests pass clima format change plots to makie, and small changes change plots to makie, and small changes format docs fix test shrinkage format
- Loading branch information
Showing
20 changed files
with
1,650 additions
and
682 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[deps] | ||
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0" | ||
CalibrateEmulateSample = "95e48a1f-0bec-4818-9538-3db4340308e3" | ||
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4" | ||
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" | ||
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819" | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed" | ||
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" |
Oops, something went wrong.