2016-12-23から1日間の記事一覧

行列で最小二乗法

シリーズの目次 --- title: "Least Squares with Matrix 行列で最小二乗法" author: "ryamada" date: "2016年12月23日" output: html_document: toc: true toc_depth: 6 number_section: true --- ```{r setup, include=FALSE} library(knitr) opts_chunk$se…