Learn R Programming

MMAD (version 2.0)

An R Package of Minorization-Maximization Algorithm via the Assembly--Decomposition Technology

Description

The minorization-maximization (MM) algorithm is a powerful tool for maximizing nonconcave target function. However, for most existing MM algorithms, the surrogate function in the minorization step is constructed in a case-specific manner and requires manual programming. To address this limitation, we develop the R package MMAD, which systematically integrates the assembly--decomposition technology in the MM framework. This new package provides a comprehensive computational toolkit for one-stop inference of complex target functions, including function construction, evaluation, minorization and optimization via MM algorithm. By representing the target function through a hierarchical composition of assembly functions, we design a hierarchical algorithmic structure that supports both bottom-up operations (construction, evaluation) and top-down operation (minorization).

Copy Link

Version

Install

install.packages('MMAD')

Monthly Downloads

157

Version

2.0

License

GPL-3

Maintainer

Jiaqi Gu

Last Published

November 26th, 2025

Functions in MMAD (2.0)

MMAD

Minorization-Maximization Algorithm via the Assembly--Decomposition Technology
Function_minorization

Function Minorization
Function_construction

Function Construction
Function_evaluation

Function Evaluation