You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inProfile1 | Fil.Profile | First input profile. | ||
![]() | inStart1 | int | <0, INF> | Start of the first sub-profile of interest. | |
![]() | inProfile2 | Fil.Profile | Second input profile. | ||
![]() | inStart2 | int | <0, INF> | Start of the second sub-profile of interest. | |
![]() | inLength | Ftl.Optional<int> | <0, INF> | Length of the sub-profiles of interest. Default value: ftl::NIL. | |
![]() | outCorrelation | float | Pearson correlation coefficient. | ||
![]() | outCovariance | Ftl.Optional<float> | |||
![]() | diagProfile1 | Fil.Diagnostic<Fil.Profile> | First sub-profile of interest. | ||
![]() | diagProfile2 | Fil.Diagnostic<Fil.Profile> | Second sub-profile of interest. |