We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c621a74 commit 98f216aCopy full SHA for 98f216a
1 file changed
src/array_api_extra/_delegation.py
@@ -124,11 +124,11 @@ def cov(
124
``bias=False``). Set to ``0`` for the biased estimate (``N``
125
normalization). Corresponds to ``ddof`` in ``numpy.cov`` and to
126
``correction`` in ``numpy.var``/``std`` and ``torch.cov``.
127
- frequency_weights : array, optional
+ fweights : array, optional
128
1-D array of integer frequency weights: the number of times each
129
observation is repeated. Corresponds to ``fweights`` in
130
``numpy.cov``/``torch.cov``.
131
- weights : array, optional
+ aweights : array, optional
132
1-D array of observation-vector weights (analytic weights). Larger
133
values mark more important observations. Corresponds to
134
``aweights`` in ``numpy.cov``/``torch.cov``.
0 commit comments