Index of /web/packages/maotai/readme

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2020-08-31 07:30 5.4K 

README

Tools for Matrix Algebra, Optimization and Inference Problems

Travis build status CRAN status

maotai is an R package whose name is an acronym for Matrix Algebra, OpTimization, And Inference problems - though I can’t deny motivation from one of my father’s favorite for the namesake. More detailed introduction will be added later.

Installation

Install the latest release from CRAN with:

install.packages("maotai")

or the up-to-date development version from github:

# install.packages("devtools")
devtools::install_github("kyoustat/maotai")