We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d0565 commit d5c5c6cCopy full SHA for d5c5c6c
examples/api/power_norm_demo.py
@@ -5,7 +5,7 @@
5
import numpy as np
6
from numpy.random import multivariate_normal
7
8
-data = np.vstack([multivariate_normal([10, 10], [[3, 5], [4, 2]], size=100000),
+data = np.vstack([multivariate_normal([10, 10], [[2, 2], [2, 2]], size=100000),
9
multivariate_normal([30, 20], [[2, 3], [1, 3]], size=1000)
10
])
11
0 commit comments