pub fn var<T>(arr: &Array<T>, isbiased: bool, dim: i64) -> Array<T::MeanOutType> where👎
T: HasAfEnum,
T::MeanOutType: HasAfEnum,
Deprecated since 3.8.0:
Please use var_v2 API
Compute Variance along a specific dimension
Parametersarr
is the input Arrayisbiased
is boolean denoting population variance(False) or Sample variance(True)dim
is the dimension along which the variance is extractedArray with variance of input Array arr
along dimension dim
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4