Tensor.StdDev<T>(ReadOnlyTensorSpan<T>) Metodo

Definizione

Restituisce la deviazione standard degli elementi nel x tensore.

public:
generic <typename T>
 where T : System::Numerics::IRootFunctions<T> static T StdDev(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % x);
public static T StdDev<T>(in System.Numerics.Tensors.ReadOnlyTensorSpan<T> x) where T : System.Numerics.IRootFunctions<T>;
static member StdDev : ReadOnlyTensorSpan -> 'T (requires 'T :> System.Numerics.IRootFunctions<'T>)
Public Function StdDev(Of T As IRootFunctions(Of T)) (ByRef x As ReadOnlyTensorSpan(Of T)) As T

Parametri di tipo

T

Parametri

x
ReadOnlyTensorSpan<T>

Oggetto TensorSpan<T> di cui prendere la deviazione standard.

Valori restituiti

T

T che rappresenta la deviazione standard.

Si applica a