SeriesTCorrelationMatrix Method

Computes the correlation matrix for a group of series.

Definition

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public static Matrix CorrelationMatrix(
	params Series<T>[] series
)

Parameters

series  SeriesT
A list of series.

Return Value

Matrix
A symmetric real matrix.

See Also