StatisticsCovarianceAndDofOfSampleMean Method
Covariance Matrix of Sample Mean
Namespace: Metas.UncLib.Core.UncAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static Number[][] CovarianceAndDofOfSampleMean(
Number[][] x,
out int dof
)
Public Shared Function CovarianceAndDofOfSampleMean (
x As Number()(),
<OutAttribute> ByRef dof As Integer
) As Number()()
public:
static array<array<Number>^>^ CovarianceAndDofOfSampleMean(
array<array<Number>^>^ x,
[OutAttribute] int% dof
)
static member CovarianceAndDofOfSampleMean :
x : Number[][] *
dof : int byref -> Number[][]
- x Number
- Samples
- dof Int32
- Degrees of Freedom
Number