1
0
mirror of https://github.com/django/django.git synced 2025-10-23 21:59:11 +00:00

Avoided counting attributes and methods in docs.

This commit is contained in:
Mariusz Felisiak
2021-12-28 12:36:57 +01:00
committed by GitHub
parent b13d920b7b
commit ad6bb20557
8 changed files with 37 additions and 49 deletions

View File

@@ -240,13 +240,11 @@ field or an expression returning a numeric data. Both are required.
Returns the population covariance as a ``float``, or ``default`` if there
aren't any matching rows.
Has one optional argument:
.. attribute:: sample
By default ``CovarPop`` returns the general population covariance.
However, if ``sample=True``, the return value will be the sample
population covariance.
Optional. By default ``CovarPop`` returns the general population
covariance. However, if ``sample=True``, the return value will be the
sample population covariance.
``RegrAvgX``
------------