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

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

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,
	int? inLength,
	out float outCorrelation
)

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
inLength
Type: System.Nullable<System.Int32>
Length of the sub-profiles of interest, or null.
outCorrelation
Type: System.Single
Pearson correlation coefficient

See also