resources to learn methodological aspects as well as how to use PLN in practice
This post presents some resources to learn more about Poisson Log Normal models and its implementations.
The three seminal articles are the following ones :
See also Aitchison et Ho (1989) for previous work on the Multivariate Poisson Log Normal distribution.
The book “Statistical Approaches for Hidden Variables in Ecology” contains a chapter entitled “The Poisson Log-Normal Model: A Generic Framework for Analyzing Joint Abundance Distributions”
{PLNmodels}
packageThe R package {PLNmodels}
website proposes different vignettes from data importation to the use of different models.
Description of the Trichoptera data set
The Trichoptera data set is included in the R package and used as example in different vignettes.
{PLNmodels}
PLN-PCA
PLN-mixture
From R, you can see the references using the command r citation("PLNmodels")
.
{pyPLNmodels}
packageIf you prefer Python, use the {pyPLNmodels}
package. This package implements efficient algorithms for PLN or ZIPLN models as well as PLN-PCA. It has been built to scale on large datasets even though it has memory limitations.
A notebook to get started is available here.