Click or drag to resize
CPGUPCVarimax Method
Perform the Kaiser Varimax transformation on pr. comp. loadings

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
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>.
Syntax
public static void PCVarimax(
	CGXNETCore gxNetShared,
	CPG pg_i,
	CPG pg_o
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
pg_i
Type: GeoEngine.Core.GXNetXCPG
Principal component loadings (input) (N by M, M<=N)
pg_o
Type: GeoEngine.Core.GXNetXCPG
Rotated principal component loadings (returned) (N by L, L<=M)
See Also