MCPcopy Create free account
hub / github.com/Raibows/MLinRust / std

Function std

src/ndarray/utils.rs:162–177  ·  view source on GitHub ↗

following PyTorch, calculate the standard deviation with a specific dim unbiased = true: means doing an unbiased estimation, i.e., sum / (N-1) unbiased = false: i.e., sum / N

(x: &NdArray, dim: i32, unbiased: bool)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

normalize_datasetFunction · 0.85

Calls 1

Tested by

no test coverage detected