You are here: Start » FIL.NET » Invoke.ProfileCorrelation

Invoke.ProfileCorrelation

Computes the correlation between two sub-profiles.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ProfileCorrelation
(
	Fil.Profile inProfile1,
	int inStart1,
	Fil.Profile inProfile2,
	int inStart2,
	Optional<int> inLength,
	out float outCorrelation,
	Optional<float> outCovariance,
	Diagnostic<Fil.Profile> diagProfile1,
	Diagnostic<Fil.Profile> diagProfile2
)

Parameters

Name Type Range Default Description
inProfile1Fil.ProfileFirst input profile.
inStart1int<0, INF>Start of the first sub-profile of interest.
inProfile2Fil.ProfileSecond input profile.
inStart2int<0, INF>Start of the second sub-profile of interest.
inLengthFtl.Optional<int><0, INF>Length of the sub-profiles of interest. Default value: ftl::NIL.
outCorrelationfloatPearson correlation coefficient.
outCovarianceFtl.Optional<float>
diagProfile1Fil.Diagnostic<Fil.Profile>First sub-profile of interest.
diagProfile2Fil.Diagnostic<Fil.Profile>Second sub-profile of interest.

See also