GenericUncT1, T2ComplexUncNArrayFromSamples(ComplexNumber, InputId, String, Double) Method
Creates a new Complex Uncertainty N-Dims Array from samples
Namespace: Metas.UncLib.Core.UncAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static ComplexNArray<T2> ComplexUncNArrayFromSamples(
Complex<Number>[][] samples,
InputId id,
string desc,
double p = 0.95
)
Public Shared Function ComplexUncNArrayFromSamples (
samples As Complex(Of Number)()(),
id As InputId,
desc As String,
Optional p As Double = 0.95
) As ComplexNArray(Of T2)
public:
static ComplexNArray<T2>^ ComplexUncNArrayFromSamples(
array<array<Complex<Number>>^>^ samples,
InputId id,
String^ desc,
double p = 0.95
)
static member ComplexUncNArrayFromSamples :
samples : Complex<Number>[][] *
id : InputId *
desc : string *
?p : float
(* Defaults:
let _p = defaultArg p 0.95
*)
-> ComplexNArray<'T2>
- samples ComplexNumber
- Samples
- id InputId
- Input Id
- desc String
- Description
- p Double (Optional)
- Probability
ComplexNArrayT2