File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ non-Gaussianity known as the projection index `I(α)`. The samples projected alo
13
13
transformed with the [`Quantile`](@ref) transform to remove the non-Gaussian structure. The
14
14
other coordinates in the rotated orthonormal basis `Q = [α ...]` are left untouched.
15
15
16
- The non-singularity of Q is controlled by assuring that norm(det(Q)) ≥ ` tol`. The iterative
16
+ The non-singularity of `Q` is controlled by assuring that ` norm(det(Q)) ≥ tol`. The iterative
17
17
process terminates whenever the transformed samples are "more Gaussian" than `perc`% of `n`
18
18
randomly generated samples from the standard multivariate Gaussian distribution, or when the
19
19
number of iterations reaches a maximum `maxiter`.
You can’t perform that action at this time.
0 commit comments