Tensor.StdDev<T>(ReadOnlyTensorSpan<T>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 x 張量中元素的標準偏差。
public:
generic <typename T>
where T : System::Numerics::IFloatingPoint<T>, System::Numerics::IAdditionOperators<T, T, T>, System::Numerics::IAdditiveIdentity<T, 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.IFloatingPoint<T>, System.Numerics.IAdditionOperators<T,T,T>, System.Numerics.IAdditiveIdentity<T,T>, System.Numerics.IRootFunctions<T>;
static member StdDev : ReadOnlyTensorSpan -> 'T (requires 'T :> System.Numerics.IFloatingPoint<'T> and 'T :> System.Numerics.IAdditionOperators<'T, 'T, 'T> and 'T :> System.Numerics.IAdditiveIdentity<'T, 'T> and 'T :> System.Numerics.IRootFunctions<'T>)
Public Function StdDev(Of T As {IFloatingPoint(Of T), IAdditionOperators(Of T, T, T), IAdditiveIdentity(Of T, T), IRootFunctions(Of T)}) (ByRef x As ReadOnlyTensorSpan(Of T)) As T
類型參數
- T
參數
要採用標準偏差的 TensorSpan<T>。
傳回
T
T 表示標準偏差。