Skip to content

Samples are biased #4

@jeffkaufman

Description

@jeffkaufman

In generating samples, makedots.py does:

for i in range(pop):
  while True:
    samplepoint = make_ogr_point( uniform(ll,rr), uniform(bb,tt) )
    if geom.Intersects( samplepoint ):
      break
  x, y = merc.LatLonToMeters( samplepoint.GetY(), samplepoint.GetX() )

This samples uniformly in lat-lng space, but that's not actually quite uniform over the surface of the globe since that's a sphere. I think it's too minor to be worth fixing, but it was still bugging me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions