Added nba history example, and implemented kernel matern32.

This commit is contained in:
2020-02-21 11:20:03 +01:00
parent e7a2679941
commit eae717b840
4 changed files with 174 additions and 2 deletions

View File

@@ -13,6 +13,9 @@ ndarray = "0.13"
ndarray-linalg = { version = "0.12" }
openblas-src = { version = "0.8", features = ["static"] }
ordered-float = "1.0"
rand = "0.6"
rand_xoshiro = "0.1"
rand = "0.7"
rand_xoshiro = "0.4"
statrs = "0.12"
[dev-dependencies]
time = "0.2"