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

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

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 float outCovariance,
	out AvlNet.Profile diagProfile1,
	out AvlNet.Profile diagProfile2
)

Parameters

inProfile1
Type: AvlNet.Profile
inStart1
Type: System.Int32
inProfile2
Type: AvlNet.Profile
inStart2
Type: System.Int32
outCorrelation
Type: System.Single
outCovariance
Type: System.Single
diagProfile1
Type: AvlNet.Profile
diagProfile2
Type: AvlNet.Profile

See also