Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kisungyou/maotai

Tools for Matrix Algebra, Optimization and Inference
https://github.com/kisungyou/maotai

Last synced: 7 days ago
JSON representation

Tools for Matrix Algebra, Optimization and Inference

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# Tools for Matrix Algebra, Optimization and Inference Problems

[![CRAN status](https://www.r-pkg.org/badges/version/maotai)](https://CRAN.R-project.org/package=maotai)
[![R-CMD-check](https://github.com/kisungyou/maotai/workflows/R-CMD-check/badge.svg)](https://github.com/kisungyou/maotai/actions)
[![Codecov test coverage](https://codecov.io/gh/kisungyou/maotai/branch/master/graph/badge.svg)](https://app.codecov.io/gh/kisungyou/maotai?branch=master)
[![metacran downloads](https://cranlogs.r-pkg.org/badges/grand-total/maotai)](https://cran.r-project.org/package=maotai)

**maotai** is an R package whose name is an acronym for **M**atrix **A**lgebra, **O**p**T**imization, **A**nd **I**nference problems - though I can't deny motivation from one of [my father's favorite](https://en.wikipedia.org/wiki/Maotai) for the namesake. More detailed introduction will be added later.

## Installation

Install the latest release from [CRAN](https://CRAN.R-project.org/package=maotai) with:
```r
install.packages("maotai")
```
or the up-to-date development version from github:
```r
# install.packages("devtools")
devtools::install_github("kisungyou/maotai")
```