Skip to content

Commit d594a87

Browse files
committed
Update test data
1 parent 1ba7a90 commit d594a87

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/transforms/projectionpursuit.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ non-Gaussianity known as the projection index `I(α)`. The samples projected alo
1313
transformed with the [`Quantile`](@ref) transform to remove the non-Gaussian structure. The
1414
other coordinates in the rotated orthonormal basis `Q = [α ...]` are left untouched.
1515
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
1717
process terminates whenever the transformed samples are "more Gaussian" than `perc`% of `n`
1818
randomly generated samples from the standard multivariate Gaussian distribution, or when the
1919
number of iterations reaches a maximum `maxiter`.

test/data/projectionpursuit-2.png

8.04 KB
Loading

0 commit comments

Comments
 (0)