StatisticsCovarianceOfRandomChoices Method
Covariance Matrix of Random Choices
Namespace: Metas.UncLib.Core.UncAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static Number[][] CovarianceOfRandomChoices(
Number[][] x
)
Public Shared Function CovarianceOfRandomChoices (
x As Number()()
) As Number()()
public:
static array<array<Number>^>^ CovarianceOfRandomChoices(
array<array<Number>^>^ x
)
static member CovarianceOfRandomChoices :
x : Number[][] -> Number[][]
- x Number
- Samples
Number