MCPcopy
hub / github.com/pydata/xarray / std

Method std

xarray/computation/weighted.py:510–519  ·  view source on GitHub ↗
(
        self,
        dim: Dims = None,
        *,
        skipna: bool | None = None,
        keep_attrs: bool | None = None,
    )

Source from the content-addressed store, hash-verified

508 )
509
510 def std(
511 self,
512 dim: Dims = None,
513 *,
514 skipna: bool | None = None,
515 keep_attrs: bool | None = None,
516 ) -> T_Xarray:
517 return self._implementation(
518 self._weighted_std, dim=dim, skipna=skipna, keep_attrs=keep_attrs
519 )
520
521 def quantile(
522 self,

Callers 12

setupMethod · 0.45
_cov_corrFunction · 0.45
test_covcorr_consistencyFunction · 0.45
test_reduceMethod · 0.45
test_weighted_std_no_nanFunction · 0.45
test_weighted_std_nanFunction · 0.45
test_weighted_std_boolFunction · 0.45
test_stdMethod · 0.45
test_reduceMethod · 0.45

Calls 1

_implementationMethod · 0.95

Tested by 10

test_covcorr_consistencyFunction · 0.36
test_reduceMethod · 0.36
test_weighted_std_no_nanFunction · 0.36
test_weighted_std_nanFunction · 0.36
test_weighted_std_boolFunction · 0.36
test_stdMethod · 0.36
test_reduceMethod · 0.36