You are here: Start » FIL.NET » FIS.ProfileCorrelation Method

FIS.ProfileCorrelation Method

Computes the correlation between two sub-profiles.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ProfileCorrelation
(
	FilNet.Profile inProfile1,
	int inStart1,
	FilNet.Profile inProfile2,
	int inStart2,
	int? inLength,
	out float outCorrelation,
	NullableValue<float> outCovariance
)

Parameters

Name Type Range Default Description
inProfile1FilNet.ProfileFirst input profile.
inStart1int<0, INF>Start of the first sub-profile of interest.
inProfile2FilNet.ProfileSecond input profile.
inStart2int<0, INF>Start of the second sub-profile of interest.
inLengthint?<0, INF>Length of the sub-profiles of interest. Default value: ftl::NIL.
outCorrelationfloatPearson correlation coefficient.
outCovarianceFilNet.NullableValue<float> Can be null to skip this parameter calculation.

Function Overrides

See also