Skip to content

Commit 98f216a

Browse files
Update _delegation.py
Co-authored-by: Quentin Barthélemy <q.barthelemy@gmail.com>
1 parent c621a74 commit 98f216a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/array_api_extra/_delegation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@ def cov(
124124
``bias=False``). Set to ``0`` for the biased estimate (``N``
125125
normalization). Corresponds to ``ddof`` in ``numpy.cov`` and to
126126
``correction`` in ``numpy.var``/``std`` and ``torch.cov``.
127-
frequency_weights : array, optional
127+
fweights : array, optional
128128
1-D array of integer frequency weights: the number of times each
129129
observation is repeated. Corresponds to ``fweights`` in
130130
``numpy.cov``/``torch.cov``.
131-
weights : array, optional
131+
aweights : array, optional
132132
1-D array of observation-vector weights (analytic weights). Larger
133133
values mark more important observations. Corresponds to
134134
``aweights`` in ``numpy.cov``/``torch.cov``.

0 commit comments

Comments
 (0)