Click or drag to resize

CVVU Methods

The CVVU type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAverageRepeat
Average repeat values.
Public methodStatic memberAverageRepeat2
Average repeat values based on 2 reference channels.
Public methodStatic memberAverageRepeat2Ex
Average repeat values based on 2 reference channels.
Public methodStatic memberAverageRepeatEx
Average repeat values.
Public methodStatic memberBinarySearch
Search numeric value in a VV.
Public methodStatic memberBoxCox
Run Box-Cox (lambda) Transformation on VV.
Public methodStatic memberBPFilt
Band-pass filter to the specified.
Public methodStatic memberClip
Clip a VV to a range.
Public methodStatic memberClipToDetectLimit
Apply detection limit clipping of data.
Public methodStatic memberDecimate
Decimate a VV.
Public methodStatic memberDeviation
Calculate distance of point locations to a straight line
Public methodStatic memberDistance
Create a cumulative distance VV
Public methodStatic memberDistance3D
Create a cumulative distance VV from X, Y and Z VVs
Public methodStatic memberDistanceLinkNonDummies
Create distance linking non-dummies VV
Public methodStatic memberDistanceNonCumulative
Create a non cumulative distance VV i.e each distance element is the distance of the corresponding (X,Y) element and the previous element.
Public methodStatic memberDummyRange
Dummy values inside or outside a range in a VV
Public methodStatic memberDummyRangeEx
Like DummyRangeVVU, with inclusion options for both ends.
Public methodStatic memberDummyRepeat
Dummy repeat values in a VV.
Public methodStatic memberDupStats
Calculate means and differences for duplicate sample pairs
Public methodStatic memberExpDist
Fill with exponentially distributed values.
Public methodStatic memberFilter
Apply a convolution filter to a VV.
Public methodStatic memberFindGaps3D
Return indices of locations separated from previous locations by more than the input gap distance.
Public methodStatic memberFindStringItems
Searches a VV for items in a second VV, returns indices of those found.
Public methodStatic memberFractalFilter
Fractal filter a VV.
Public methodStatic memberiCloseXY
Find the closest point to an input point (XY).
Public methodStatic memberiCloseXYM
Find the closest point to an input point, with mask (XY).
Public methodStatic memberiCloseXYZ
Find the closest point to an input point (XYZ).
Public methodStatic memberiCloseXYZM
Find the closest point to an input point, with mask (XYZ).
Public methodStatic memberiDummyBackTracks
Dummy all points that keep a VV from being monotonically increasing.
Public methodStatic memberiFindDummy
Find the first dummy|non-dummy value in VV
Public methodStatic memberInterp
Replace all dummies by interpolating from valid data.
Public methodStatic memberiQCFillGaps
Calculate fill in line segments
Public methodStatic memberiSearchText
Search for a text value in a VV
Public methodStatic memberiTokenizeToValues
Tokenize a string based on any characters.
Public methodStatic memberMask
Mask dummies in one VV onto another.
Public methodStatic memberMaskAND
Create mask from logical AND of two VVs.
Public methodStatic memberMaskOR
Create mask from logical OR of two VVs.
Public methodStatic memberNLFilt
Applies a non-linear filter.
Public methodStatic memberNoiseCheck
Check on deviation of data from variable background in a VV
Public methodStatic memberNoiseCheck2
Like NoiseCheck_VVU, but returns maximum deviation at all points.
Public methodStatic memberNormalDist
Fill with normally (Gaussian) distributed values.
Public methodStatic memberOffsetCircles
Get non-overlapping offset location for circular symbols.
Public methodStatic memberOffsetCorrect
Correct locations based on heading and fixed offset.
Public methodStatic memberOffsetCorrect2
Same as OffsetCorrect_VVU, but for an arbitrary offset angle.
Public methodStatic memberOffsetCorrect3
Same as OffsetCorrect2_VVU, but specify smoothing interval.
Public methodStatic memberOffsetCorrectXYZ
Correct locations based on heading and fixed offset.
Public methodStatic memberOffsetRectangles
Get non-overlapping offset location for rectangular symbols.
Public methodStatic memberPickPeak
Find peaks in a VV - method one.
Public methodStatic memberPickPeak2
Find peaks in a VV - method two.
Public methodStatic memberPickPeak3
Find peaks in a VV - method two, returning width and half-amplitude widths.
Public methodStatic memberPolyFill
Fill a VV with values from an n'th order polynomial, integral x.
Public methodStatic memberPolyFill2
Fill a VV with values from an n'th order polynomial, specified X
Public methodStatic memberPolygonMask
Mask a VV using XY data and a polygon.
Public methodStatic memberPrune
Prune values from a VV based on reference VV
Public methodStatic memberQC
Quality control on deviation of data from norm in a VV
Public methodStatic memberQC2
Quality control on deviation of data from norm in a VV
Public methodStatic memberRangeVectorMag
Find the range of hypotenuse values of two VVs.
Public methodStatic memberRegress
Calculate linear regression through data
Public methodStatic memberRelVarDup
Estimate relative variance of duplicate sample pairs from a database.
Public methodStatic memberRemoveDummy
Remove dummy values from a VV
Public methodStatic memberRemoveDummy2
Remove dummy values from 2 VVs.
Public methodStatic memberRemoveDummy3
Remove dummy values from 3 VVs.
Public methodStatic memberRemoveDummy4
Remove dummy values from 4 VVs.
Public methodStatic memberRemoveDup
Remove/average duplicate sample pairs from a database.
Public methodStatic memberRemoveXYDup
Remove/average duplicate samples with the same (X, Y).
Public methodStatic memberRemoveXYDupIndex
Remove duplicate samples with the same (X, Y) and update index.
Public methodStatic memberRollingStats
Calculate a statistic in a rolling window.
Public methodStatic memberSearchReplace
Search and replace numeric values in a VV.
Public methodStatic memberSearchReplaceText
Search and replace text values in a VV
Public methodStatic memberSearchReplaceTextEx
Search and replace text values in a VV, count items changed.
Public methodStatic memberSpline
Spline a Y VV onto an X VV.
Public methodStatic memberSpline2
Spline a Y VV onto an X VV. Uses specified values of X in X2
Public methodStatic memberTranslate
Translate values in a VV
Public methodStatic memberTrend
Calculate an n'th order best-fit polynomial, integral x.
Public methodStatic memberTrend2
Calculate an n'th order best-fit polynomial, specified X
Public methodStatic memberUniformDist
Fill with uniformly distributed values.
Top
See Also