synloc documentation

synloc implements the Local Resampler algorithm for creating synthetic numeric tabular data from locally estimated distributions.

The public API is intentionally small:

  • LocalCov uses nearest-neighbor neighborhoods.

  • clusterCov uses KMeans clusters.

  • compareStats and quality_report summarize utility diagnostics.

Version 1.0 keeps the existing constructor and method names while adding clearer input checks, quality metrics, tests, and release documentation.

Citation

If you use synloc in research, please cite:

Kalay, A. F. (2026). Generating Synthetic Data With Locally Estimated Distributions for Disclosure Control. Australian & New Zealand Journal of Statistics. https://doi.org/10.1111/anzs.70032

Indices