Click or drag to resize

CPGU Methods

The CPGU type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddScalar
Add a scalar value to a pager
Public methodStatic memberBool
Apply reference file boolean mask to pager
Public methodStatic memberCorrelationMatrix
Find the correlations between columns in a matrix
Public methodStatic memberCorrelationMatrix2
Same as CorrelationMatrix_PGU, but select correlation type.
Public methodStatic memberDirectGriddingDB
Direct-gridding method, DB version.
Public methodStatic memberDirectGriddingDB2
Direct-gridding method, DB version.
Public methodStatic memberDirectGriddingDB3D
Direct-gridding method, DB version, 3D.
Public methodStatic memberDirectGriddingVV
Direct-gridding method, VV version.
Public methodStatic memberExpand
Expand a pager by filling the dummies for expanded edges
Public methodStatic memberFill
Replace all dummies in a pager by predict values.
Public methodStatic memberFillValue
Set all values in a pager to a single value.
Public methodStatic memberFiltSym
Apply 5x5, 7x7 or 9X9 symmetric convolution filter to a PG.
Public methodStatic memberFiltSym5
Apply 5x5 symmetric convolution filter to a PG.
Public methodStatic memberGridPeak
Pick grid peaks.
Public methodStatic memberIDWGriddingDAT
IDWGriddingDAT_PGU Inverse-distance weighting gridding method, DAT version.
Public methodStatic memberIDWGriddingDAT3D
IDWGriddingDAT3D_PGU Inverse-distance weighting gridding method, DAT version, 3D.
Public methodStatic memberIDWGriddingDB
IDWGriddingDB_PGU Inverse-distance weighting gridding method, DB version.
Public methodStatic memberIDWGriddingDB3D
IDWGriddingDB3D_PGU Inverse-distance weighting gridding method, DB version, 3D.
Public methodStatic memberIDWGriddingVV
IDWGriddingVV_PGU Inverse-distance weighting gridding method, VV version.
Public methodStatic memberInvertMatrix
Inverts a square matrix using LU decomp. and back-substitution
Public methodStatic memberJacobi
Find eigenvalues, eigenvectors of a real symmetric matrix.
Public methodStatic memberLUBackSub
Solve a linear system using LU decomposition and back-substitution.
Public methodStatic memberLUDecomp
Perform an LU decomposition on a square pager.
Public methodStatic memberMatrixMult
Multiply two pagers as if they were matrices.
Public methodStatic memberMatrixVectorMult
Multiply a VV by a pager like a matrix*vector multiply.
Public methodStatic memberMultiplyScalar
Multiply a scalar value and a pager
Public methodStatic memberNumericToThematic
NumericToThematic_PGU Set index values in a pager based on a numeric pager with translation VV. Returns Nothing
Public methodStatic memberPCCommunality
Determines principal component communalities.
Public methodStatic memberPCLoadings
Compute the principal component loadings from the standardized data.
Public methodStatic memberPCLoadings2
Same as PCLoading_PGU, but input correlation matrix.
Public methodStatic memberPCScores
Compute the principal component scores from the standardized data.
Public methodStatic memberPCStandardize
Remove/Replace mean and standard deviation
Public methodStatic memberPCStandardize2
Remove/Replace mean and standard deviation, subset values.
Public methodStatic memberPCTransform
Transform/De-transform data.
Public methodStatic memberPCVarimax
Perform the Kaiser Varimax transformation on pr. comp. loadings
Public methodStatic memberPeakedness
Find all peaks in peakedneess grid pager
Public methodStatic memberPeakednessGrid
Create peakedneess grid from input grid.
Public methodStatic memberRefFile
Create a reference file (boolean mask flag) from pager.
Public methodStatic memberrMaximumTerrainSteepness
Compute the Maximum Steepness of a topography Pager
Public methodStatic memberSaveFile
Writes a PG to an image file.
Public methodStatic memberSVDecompose
Do a singular value decomposition on a matrix stored as a PG
Public methodStatic memberSVRecompose
Reconstitute the original matrix from an SVD.
Public methodStatic memberThematicToNumeric
Set numeric values in a pager based on an index pager with translation VV. Returns Nothing
Public methodStatic memberTrend
Trend remove or replace back in pager
Top
See Also