Click or drag to resize

CPGUPCVarimax Method

Perform the Kaiser Varimax transformation on pr. comp. loadings

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void PCVarimax(
	CPG pg_i,
	CPG pg_o
)

public static void PCVarimax(
	CPG pg_i,
	CPG pg_o
)

Parameters

pg_i
Type: GeoEngine.Core.GXNetCPG
Principal component loadings (input) (N by M, M<=N)
pg_o
Type: GeoEngine.Core.GXNetCPG
Rotated principal component loadings (returned) (N by L, L<=M)
Remarks
Rotates the principal components using the Kaiser's varimax scheme to move move each factor axis to positions so that projections from each variable on the factor axes are either near the extremities or near the origin. Pagers must be type <define>GS_DOUBLE</define>.
See Also