Differences between revisions 11 and 12
Revision 11 as of 2005-08-04 22:58:49
Size: 1044
Editor: 209
Comment:
Revision 12 as of 2005-08-17 17:20:48
Size: 1026
Editor: yakko
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
Instead of using Hyper-buckets that have discrete boundaries and
densities which can not be updated reasonably using the
MaxCountProgramNotes ideas, we propose a probabilistic method where
by we put probability densities in space. Each probability density
will need the following properties:
Instead of using Hyper-buckets that have constant densities which can not be updated reasonably using the MaxCountProgramNotes ideas, we propose a  probabilistic method where by we put probability densities in space. Each probability density will need the following properties:

Dynamic Max Count

This contains the ideas and notes for a Dynamic Max Count (Dynamic Max-in-time) aggregate operator

Concept

Instead of using Hyper-buckets that have constant densities which can not be updated reasonably using the MaxCountProgramNotes ideas, we propose a probabilistic method where by we put probability densities in space. Each probability density will need the following properties:

  1. Parameters that define the distribution e.g.
    1. Center location
    2. Spatial size
    3. Standard deviation
    4. A measure of symmetry or skew
  2. A multi-dimensional probability function preferably a function that uses types functions as parameters e.g. latex2(p(xu(t),xl(t),yu(t),yl(t)[,zu(t),zl(t)]))

  3. A theory to update, delete or insert points and the distributions based on changes to points.

Based on this last item, we must maintain a database of 4-dimensional points that we index using 4-dimensional, probability buckets.

DynamicMaxCount (last edited 2020-01-23 22:27:01 by 68)