mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Avoided counting attributes and methods in docs.
This commit is contained in:
parent
b13d920b7b
commit
ad6bb20557
8 changed files with 37 additions and 49 deletions
|
@ -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``
|
||||
------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue