GenericUncT1, T2RealUncNArrayFromRandomChoices(Number) Method

Creates a new Real Uncertainty N-Dims Array from random choices

Definition

Namespace: Metas.UncLib.Core.Unc
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public static RealNArray<T2> RealUncNArrayFromRandomChoices(
	Number[][] samples
)

Parameters

samples  Number
Samples

Return Value

RealNArrayT2

See Also