synloc (Python Package) Surpasses 2k Downloads

`synloc` downloads have crossed the 2000 mark

In a post last year, I unveiled synloc, my Python package designed for sequential and local estimation of distributions to generate synthetic data from a sample. The algorithm that powers synloc is flexible enough to integrate with both parametric and nonparametric distributions, and can be easily installed via PyPI with the command pip install synloc. [Read More]

Faster R Codes with ChatGPT

ChatGPT examples

I shared an example way of using ChatGPT earlier this week. Here is another one to increase the efficiency of a simple R code. In terms of speed gains, R often exhibits significant variation compared to Python. Sometimes it is extremely slow… I often try to find the most efficient way. So, [Read More]