L-Ippel/SEMA: Streaming Expectation Maximization Approximation

The SEMA algorithm fits multilevel models in the context of streaming data (a.k.a. data streams). Using online learning, the model is updated a data point at the time. SEMA algorithm only stores summarizing statistics, which limits memory usage, and because it never returns to the data, sema algorithm is computationally efficient. The current state of the algorithm is able to fit multilevel models with fixed and random effects.

Getting started

Package details

MaintainerThe package maintainer <g.j.e.ippel@gmail.com>
LicenseGPL-2 | GPL-3
Version0.1.1
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("L-Ippel/SEMA")
L-Ippel/SEMA documentation built on May 30, 2019, 8:23 a.m.