You are here: Start » AVL.NET » AVL.ProfileCorrelation(AvlNet.Profile, int, AvlNet.Profile, int, float, AvlNet.Profile, AvlNet.Profile)

AVL.ProfileCorrelation(AvlNet.Profile, int, AvlNet.Profile, int, float, AvlNet.Profile, AvlNet.Profile)

Computes the correlation between two sub-profiles.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ProfileCorrelation(
	AvlNet.Profile inProfile1,
	int inStart1,
	AvlNet.Profile inProfile2,
	int inStart2,
	out float outCorrelation,
	out AvlNet.Profile diagProfile1,
	out AvlNet.Profile diagProfile2
)

Parameters

inProfile1
Type: AvlNet.Profile
First input profile
inStart1
Type: System.Int32
Start of the first sub-profile of interest
inProfile2
Type: AvlNet.Profile
Second input profile
inStart2
Type: System.Int32
Start of the second sub-profile of interest
outCorrelation
Type: System.Single
Pearson correlation coefficient
diagProfile1
Type: AvlNet.Profile
First sub-profile of interest
diagProfile2
Type: AvlNet.Profile
Second sub-profile of interest

See also