https://github.com/kisungyou/maotai
Tools for Matrix Algebra, Optimization and Inference
https://github.com/kisungyou/maotai
Last synced: 30 days ago
JSON representation
Tools for Matrix Algebra, Optimization and Inference
- Host: GitHub
- URL: https://github.com/kisungyou/maotai
- Owner: kisungyou
- License: other
- Created: 2019-03-18T16:00:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-16T01:57:38.000Z (3 months ago)
- Last Synced: 2025-04-19T16:43:32.141Z (about 2 months ago)
- Language: R
- Homepage: https://CRAN.R-project.org/package=maotai
- Size: 95.9 MB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
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[](https://CRAN.R-project.org/package=maotai)
[](https://github.com/kisungyou/maotai/actions)
[](https://app.codecov.io/gh/kisungyou/maotai?branch=master)
[](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")
```