Click or drag to resize

CPGUPCLoadings2 Method

Same as PCLoading_PGU, but input correlation matrix.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void PCLoadings2(
	CPG pg_c,
	CPG pg_loadings
)

public static void PCLoadings2(
	CPG pg_c,
	CPG pg_loadings
)

Parameters

pg_c
Type: GeoEngine.Core.GXNetCPG
Correllation matrix (N by N)
pg_loadings
Type: GeoEngine.Core.GXNetCPG
Principal component loadings (N by N)
Remarks
See PCLoadings_PGU.
See Also