UncHelperGetCovarianceT Method
Get Covariance Matrix (works only with LinProp at the Moment)
Namespace: Metas.Vna.DataAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
public static double[,] GetCovariance<T>(
T[] v,
ushort[] influences
)
where T : new(), Object, IRealNumber<T>
Public Shared Function GetCovariance(Of T As {New, Object, IRealNumber(Of T)}) (
v As T(),
influences As UShort()
) As Double(,)
public:
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
static array<double,2>^ GetCovariance(
array<T>^ v,
array<unsigned short>^ influences
)
static member GetCovariance :
v : 'T[] *
influences : uint16[] -> float[,] when 'T : new() and Object and IRealNumber<'T>
- v T
- Unc Object
- influences UInt16
- Influences
- T
- Real Number Type
DoubleCovariance Matrix