From 5847ea11c97b74a94c733e8ea203ec92af2d494d Mon Sep 17 00:00:00 2001 From: Noels Ludovic <l.noels@uliege.be> Date: Mon, 25 Dec 2023 14:20:02 +0000 Subject: [PATCH] Update README.md --- SFEM/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SFEM/README.md b/SFEM/README.md index 81bf07d..0e96c98 100644 --- a/SFEM/README.md +++ b/SFEM/README.md @@ -60,7 +60,7 @@ Instructions for Debian/Ubuntu based workstations are as follows. * ```meanX = np.array([0.5,10])``` # mean of variables * ```stdX = np.array([0.05,0.1])``` # std of variables * ```rho = 0.2``` - * ```R0_XY = np.array([[1, rho], [rho, 1]])``` #covariance matrix + * ```R0_XY = np.array([[1, rho], [rho, 1]])``` #correlation matrix * And from a the correlation lengths along the 3 direction * ```lc = [15., 15., 15.]``` # correlation length * The number of RFs to be generated follows from -- GitLab