Поделиться через


Tensor.StdDev<T>(ReadOnlyTensorSpan<T>) Метод

Определение

Возвращает стандартное отклонение элементов в x тензоре.

public:
generic <typename T>
 where T : System::Numerics::IFloatingPoint<T>, System::Numerics::IPowerFunctions<T>, System::Numerics::IAdditionOperators<T, T, T>, System::Numerics::IAdditiveIdentity<T, 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.IFloatingPoint<T>, System.Numerics.IPowerFunctions<T>, System.Numerics.IAdditionOperators<T,T,T>, System.Numerics.IAdditiveIdentity<T,T>;
static member StdDev : ReadOnlyTensorSpan -> 'T (requires 'T :> System.Numerics.IFloatingPoint<'T> and 'T :> System.Numerics.IPowerFunctions<'T> and 'T :> System.Numerics.IAdditionOperators<'T, 'T, 'T> and 'T :> System.Numerics.IAdditiveIdentity<'T, 'T>)
Public Function StdDev(Of T As {IFloatingPoint(Of T), IPowerFunctions(Of T), IAdditionOperators(Of T, T, T), IAdditiveIdentity(Of T, T)}) (ByRef x As ReadOnlyTensorSpan(Of T)) As T

Параметры типа

T

Параметры

x
ReadOnlyTensorSpan<T>

TensorSpan<T> принять стандартное отклонение.

Возвращаемое значение

T

T, представляющее стандартное отклонение.

Применяется к