Skip to content
/ flexEL Public
forked from mlysy/flexEL

Bayesian inference for empirical likelihood models

License

Notifications You must be signed in to change notification settings

yyang97/flexEL

 
 

Repository files navigation

flexEL: Flexible Empirical Likelihood Methods for Regression

Shimeng Huang, Martin Lysy


Description

Various tools for implementing and calibrating empirical likelihood models. In particular, provides the loglikelihood and gradient functions for arbitrary moment constraint matrices. The inner optimization problem is efficiently computed in C++ using the Eigen linear algebra library. Also provides functions for implementing right-censored regression models, where the inner optimization is conducted via expectation-maximation. Users may interface with the library through R or directly through C++, as the underlying C++ code is exposes as a standalone header-only library.

Installation

Install the R package devtools and run

devtools::install_github("mlysy/flexEL")

Usage

Please see package vignette. Extended documentation for the C++ library is available here.

About

Bayesian inference for empirical likelihood models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 67.3%
  • R 13.7%
  • C++ 12.2%
  • JavaScript 3.5%
  • CSS 3.2%
  • C 0.1%