MTE

An R package of MTE

https://github.com/shaobo-li/mte

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

An R package of MTE

Basic Info
  • Host: GitHub
  • Owner: shaobo-li
  • Language: R
  • Default Branch: master
  • Size: 31.3 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 9 years ago · Last pushed about 1 year ago
Metadata Files
Readme

README.md

MTE: Maximum Tangent Likelihood Estimation

Overview

The package provides several robust estimation methods for linear regression under both fixed and high dimesional settings. The methods include Maximum Tangent Likelihood Estimator (MTE and MTElasso) (Qin et al., 2017+), Least Absolute Deviance Estimator (LAD and LADlasso) and Huber estimator (huber.reg and huber.lasso).

Installation

r devtools::install_github("shaobo-li/MTE")

Example

r library(MTE) set.seed(2017) n=200; d=500 X=matrix(rnorm(n*d), nrow=n, ncol=d) beta=c(rep(2,6), rep(0, d-6)) y=X%*%beta+c(rnorm(150), rnorm(30,10,10), rnorm(20,0,100)) output.MTELasso=MTElasso(X, y, p=2, t=0.01) beta.est=output.MTELasso$beta

References

Qin, Y., Li, S., Li, Y., & Yu, Y. (2017). Penalized maximum tangent likelihood estimation and robust variable selection. doi:10.48550/arXiv.1708.05439.

Owner

  • Name: Shaobo Li
  • Login: shaobo-li
  • Kind: user
  • Company: University of Kansas

GitHub Events

Total
  • Watch event: 1
  • Push event: 1
Last Year
  • Watch event: 1
  • Push event: 1

Packages

  • Total packages: 1
  • Total downloads:
    • cran 385 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 5
  • Total maintainers: 1
cran.r-project.org: MTE

Maximum Tangent Likelihood Estimation for Robust Linear Regression and Variable Selection

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 385 Last month
Rankings
Dependent packages count: 29.8%
Average: 32.6%
Dependent repos count: 35.5%
Maintainers (1)
Last synced: 10 months ago