Skip to content

srs sampling w/ replacement #26

@paul-vdb

Description

@paul-vdb

In srs,point samples are drawn from ind <- ceiling(runif(n, 0, N)). There is not an option to choose without vs with replacement but inherently this implies for sampling with replacement. Sampling points in WA.cities n = 50 results in a fair chance of repeated samples being added. Exported data treats these as "new" samples and is confusing in the output until digging deeper. If intentional please make it obvious and if not please add a catch for replacement to achieve n actual samples. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions