Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 699 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 699 Bytes

balancer

Project Status: WIP  Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

Overview

This package implements various forms of balancing weights which solve the general dual problem:

min f^*(X %*% theta) - X_t + h^*(theta)

This optimization problem is solved with accelerated proximal gradient descent.

Installation

To install this package, first ensure that devtools is installed with

install.packages("devtools")

then install the package from GitHub with

devtools::install_github("ebenmichael/balancer")