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 5a70de2 commit 2b30d57Copy full SHA for 2b30d57
ment/core.py
@@ -122,7 +122,8 @@ def __init__(
122
Prior distribution over the **normalized** phase space coordinates z = V^-1 x.
123
Must implement `prior.prob(z: np.ndarray) -> np.ndarray`.
124
sampler : Callable
125
- Calling `sampler(f, n)` generates n samples from the function f.
+ Calling `sampler(prob, n)` generates `n` samples from the probability
126
+ density function `prob`.
127
nsamp : int
128
Number of samples to use when computing projections. Only relevant if
129
`self.mode=="sample".
0 commit comments