class documentation

class StatAggregate(Aggregate):

Known subclasses: django.contrib.postgres.aggregates.statistics.Corr, django.contrib.postgres.aggregates.statistics.CovarPop, django.contrib.postgres.aggregates.statistics.RegrAvgX, django.contrib.postgres.aggregates.statistics.RegrAvgY, django.contrib.postgres.aggregates.statistics.RegrCount, django.contrib.postgres.aggregates.statistics.RegrIntercept, django.contrib.postgres.aggregates.statistics.RegrR2, django.contrib.postgres.aggregates.statistics.RegrSlope, django.contrib.postgres.aggregates.statistics.RegrSXX, django.contrib.postgres.aggregates.statistics.RegrSXY, django.contrib.postgres.aggregates.statistics.RegrSYY

View In Hierarchy

Undocumented

Method __init__ Undocumented
Class Variable output​_field Undocumented
def __init__(self, y, x, output_field=None, filter=None, default=None):
output_field =