Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion 02-mychapter.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@

시계열과 관련 된 R 패키지는 정말 많이 있다. 그 중에서 가장 유명한 패키지는 `forecast` 패키지이다. `fpp` 2판에서 메인 패키지로 활용되었던 `forecast` 패키지는 예측성능이 좋기로 유명하다. 하지만 `forecast`는 base 패키지를 기반으로 짜여져있는 패키지라서 `fpp` 3판에서 사용하게 될 패키지는 `tsibble`과 `fable` 패키지를 주로 사용하게 될 예정이다. 두 패키지 모두 `tidyverse`스러운 코딩과 잘 맞는 함수들을 지원하는 것이 특징이다.

gkgkgkgkgk
## 수정.. 제발..

해치웠나..?
Binary file modified bookdown.rds
Binary file not shown.
4 changes: 3 additions & 1 deletion docs/02-mychapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@

시계열과 관련 된 R 패키지는 정말 많이 있다. 그 중에서 가장 유명한 패키지는 `forecast` 패키지이다. `fpp` 2판에서 메인 패키지로 활용되었던 `forecast` 패키지는 예측성능이 좋기로 유명하다. 하지만 `forecast`는 base 패키지를 기반으로 짜여져있는 패키지라서 `fpp` 3판에서 사용하게 될 패키지는 `tsibble`과 `fable` 패키지를 주로 사용하게 될 예정이다. 두 패키지 모두 `tidyverse`스러운 코딩과 잘 맞는 함수들을 지원하는 것이 특징이다.

gkgkgkgkgk
## 수정.. 제발..

해치웠나..?
67 changes: 2 additions & 65 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<meta name="author" content="슬기로운통계생활" />


<meta name="date" content="2022-01-15" />
<meta name="date" content="2022-01-16" />

<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="apple-mobile-web-app-capable" content="yes" />
Expand Down Expand Up @@ -71,70 +71,6 @@
<script data-ad-client="ca-pub-3877288275353516" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>


<style type="text/css">
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.sourceCode { overflow: visible; }
code.sourceCode > span { color: inherit; text-decoration: inherit; }
pre.sourceCode { margin: 0; }
@media screen {
div.sourceCode { overflow: auto; }
}
@media print {
pre > code.sourceCode { white-space: pre-wrap; }
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
}
pre.numberSource code
{ counter-reset: source-line 0; }
pre.numberSource code > span
{ position: relative; left: -4em; counter-increment: source-line; }
pre.numberSource code > span > a:first-child::before
{ content: counter(source-line);
position: relative; left: -1em; text-align: right; vertical-align: baseline;
border: none; display: inline-block;
-webkit-touch-callout: none; -webkit-user-select: none;
-khtml-user-select: none; -moz-user-select: none;
-ms-user-select: none; user-select: none;
padding: 0 4px; width: 4em;
color: #aaaaaa;
}
pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa; padding-left: 4px; }
div.sourceCode
{ }
@media screen {
pre > code.sourceCode > span > a:first-child::before { text-decoration: underline; }
}
code span.al { color: #ff0000; font-weight: bold; } /* Alert */
code span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */
code span.at { color: #7d9029; } /* Attribute */
code span.bn { color: #40a070; } /* BaseN */
code span.bu { } /* BuiltIn */
code span.cf { color: #007020; font-weight: bold; } /* ControlFlow */
code span.ch { color: #4070a0; } /* Char */
code span.cn { color: #880000; } /* Constant */
code span.co { color: #60a0b0; font-style: italic; } /* Comment */
code span.cv { color: #60a0b0; font-weight: bold; font-style: italic; } /* CommentVar */
code span.do { color: #ba2121; font-style: italic; } /* Documentation */
code span.dt { color: #902000; } /* DataType */
code span.dv { color: #40a070; } /* DecVal */
code span.er { color: #ff0000; font-weight: bold; } /* Error */
code span.ex { } /* Extension */
code span.fl { color: #40a070; } /* Float */
code span.fu { color: #06287e; } /* Function */
code span.im { } /* Import */
code span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */
code span.kw { color: #007020; font-weight: bold; } /* Keyword */
code span.op { color: #666666; } /* Operator */
code span.ot { color: #007020; } /* Other */
code span.pp { color: #bc7a00; } /* Preprocessor */
code span.sc { color: #4070a0; } /* SpecialChar */
code span.ss { color: #bb6688; } /* SpecialString */
code span.st { color: #4070a0; } /* String */
code span.va { color: #19177c; } /* Variable */
code span.vs { color: #4070a0; } /* VerbatimString */
code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */
</style>


<link rel="stylesheet" href="style.css" type="text/css" />
Expand Down Expand Up @@ -174,6 +110,7 @@
<li class="chapter" data-level="2" data-path="chap2.html"><a href="chap2.html"><i class="fa fa-check"></i><b>2</b> 시계열 첫걸음2, 관련 패키지의 이해</a>
<ul>
<li class="chapter" data-level="2.1" data-path="chap2.html"><a href="chap2.html#tsibble-그리고-fable-패키지-1"><i class="fa fa-check"></i><b>2.1</b> <code>tsibble</code> 그리고 <code>fable</code> 패키지</a></li>
<li class="chapter" data-level="2.2" data-path="chap2.html"><a href="chap2.html#수정..-제발.."><i class="fa fa-check"></i><b>2.2</b> 수정.. 제발..</a></li>
</ul></li>
<li class="chapter" data-level="" data-path="references.html"><a href="references.html"><i class="fa fa-check"></i>References</a></li>
<li class="divider"></li>
Expand Down
8 changes: 6 additions & 2 deletions docs/chap2.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<meta name="author" content="슬기로운통계생활" />


<meta name="date" content="2022-01-15" />
<meta name="date" content="2022-01-16" />

<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="apple-mobile-web-app-capable" content="yes" />
Expand Down Expand Up @@ -110,6 +110,7 @@
<li class="chapter" data-level="2" data-path="chap2.html"><a href="chap2.html"><i class="fa fa-check"></i><b>2</b> 시계열 첫걸음2, 관련 패키지의 이해</a>
<ul>
<li class="chapter" data-level="2.1" data-path="chap2.html"><a href="chap2.html#tsibble-그리고-fable-패키지-1"><i class="fa fa-check"></i><b>2.1</b> <code>tsibble</code> 그리고 <code>fable</code> 패키지</a></li>
<li class="chapter" data-level="2.2" data-path="chap2.html"><a href="chap2.html#수정..-제발.."><i class="fa fa-check"></i><b>2.2</b> 수정.. 제발..</a></li>
</ul></li>
<li class="chapter" data-level="" data-path="references.html"><a href="references.html"><i class="fa fa-check"></i>References</a></li>
<li class="divider"></li>
Expand Down Expand Up @@ -137,7 +138,10 @@ <h1><span class="header-section-number">Chapter 2</span> 시계열 첫걸음2,
<div id="tsibble-그리고-fable-패키지-1" class="section level2" number="2.1">
<h2><span class="header-section-number">2.1</span> <code>tsibble</code> 그리고 <code>fable</code> 패키지</h2>
<p>시계열과 관련 된 R 패키지는 정말 많이 있다. 그 중에서 가장 유명한 패키지는 <code>forecast</code> 패키지이다. <code>fpp</code> 2판에서 메인 패키지로 활용되었던 <code>forecast</code> 패키지는 예측성능이 좋기로 유명하다. 하지만 <code>forecast</code>는 base 패키지를 기반으로 짜여져있는 패키지라서 <code>fpp</code> 3판에서 사용하게 될 패키지는 <code>tsibble</code>과 <code>fable</code> 패키지를 주로 사용하게 될 예정이다. 두 패키지 모두 <code>tidyverse</code>스러운 코딩과 잘 맞는 함수들을 지원하는 것이 특징이다.</p>
<p>gkgkgkgkgk</p>
</div>
<div id="수정..-제발.." class="section level2" number="2.2">
<h2><span class="header-section-number">2.2</span> 수정.. 제발..</h2>
<p>해치웠나..?</p>

</div>
</div>
Expand Down
5 changes: 3 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<meta name="author" content="슬기로운통계생활" />


<meta name="date" content="2022-01-15" />
<meta name="date" content="2022-01-16" />

<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="apple-mobile-web-app-capable" content="yes" />
Expand Down Expand Up @@ -174,6 +174,7 @@
<li class="chapter" data-level="2" data-path="chap2.html"><a href="chap2.html"><i class="fa fa-check"></i><b>2</b> 시계열 첫걸음2, 관련 패키지의 이해</a>
<ul>
<li class="chapter" data-level="2.1" data-path="chap2.html"><a href="chap2.html#tsibble-그리고-fable-패키지-1"><i class="fa fa-check"></i><b>2.1</b> <code>tsibble</code> 그리고 <code>fable</code> 패키지</a></li>
<li class="chapter" data-level="2.2" data-path="chap2.html"><a href="chap2.html#수정..-제발.."><i class="fa fa-check"></i><b>2.2</b> 수정.. 제발..</a></li>
</ul></li>
<li class="chapter" data-level="" data-path="references.html"><a href="references.html"><i class="fa fa-check"></i>References</a></li>
<li class="divider"></li>
Expand All @@ -199,7 +200,7 @@ <h1>
<div id="header">
<h1 class="title">시계열 공략집 with R</h1>
<p class="author"><em><a href="https://www.youtube.com/c/statisticsplaybook">슬기로운통계생활</a></em></p>
<p class="date"><em>2022-01-15</em></p>
<p class="date"><em>2022-01-16</em></p>
</div>
<div id="들어가며" class="section level1 unnumbered">
<h1>들어가며</h1>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "시계열 공략집 with R"
author: "[슬기로운통계생활](https://www.youtube.com/c/statisticsplaybook)"
date: "2022-01-15"
date: "2022-01-16"
site: bookdown::bookdown_site
output: bookdown::gitbook
documentclass: book
Expand Down
1 change: 1 addition & 0 deletions docs/reference-keys.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ scatter-plots
fig:unnamed-chunk-12
tsibble-그리고-fable-패키지-1
chap2
수정..-제발..
2 changes: 1 addition & 1 deletion docs/search_index.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[["index.html", "시계열 공략집 with R 들어가며 공략집 사용법 설치하기 기본 패키지", " 시계열 공략집 with R 슬기로운통계생활 2022-01-15 들어가며 슬기로운 통계생활에서 2022년을 맞이하여 새롭게 시작한 시계열 스터디 내욜을 정리해놓은 레포입니다! 많은 내용은 다음의 R 시계열 교과서인 Forecasting: Principles and Practice (이하 fpp3) 책을 기반으로 하고 있으나, 슬기로운 통계생활의 입맛에 맞게 내용이 추가 혹은 변경되어 있음을 알려드립니다. 공략집 사용법 중요표시, 주석달기: 읽다가 중요하거나 나중에 따로 보고싶은 기능의 경우, 드래그를 하면 다음과 같은 선택 버튼이 나온다. 형광펜 긋고 싶은 경우 Highlight 선택, 주석을 달고 싶은 경우 Annotate을 선택하자. 하이라이팅 on/off: 가끔은 하이라이팅 해 놓은 것들을 없애고 글 만 읽고싶은 경우가 있을텐데 그 때엔 오른쪽 상단 동그라미에 점이 찍혀있는 버튼를 클릭하면 하이라이팅 된 것이 사라진다. 주석 공개/비공개: 주석은 필자와 다른 독자가 볼 수 있도록 public하게 남길 수도 있고, 자신만 볼 수 있게끔 private으로 설정 할 수 있다. 주석 기능을 이용하여 필자에게 피드백을 줄 수 있다. 오타나 오류 발견시 주석을 달아주시면 필자가 주기적으로 체크해서 고쳐나가도록 하겠다. 알아두기 하이라이팅과 주석들을 나중에 따로 볼 수 있다. 자주 방문하시는 분들은 가입하시고 사용하시면 여러모로 편할 것이다. 설치하기 설치 역시 간단한다. 여느 R패키지와 같이 install.packages() 함수를 사용하면 된다. 서브 라이브러리인 torchaudio와 torchvision이 있으나, 책의 뒷부분에서 다루기로 한다. install.packages(&quot;fpp3&quot;) 기본 패키지 앞으로의 내용에 있어서 다음의 두 패키지는 기본으로 불러와서 사용하는 것을 약속으로 한다. library(tidyverse) library(fpp3) "],["404.html", "Page not found", " Page not found The page you requested cannot be found (perhaps it was moved or renamed). You may want to try searching to find the page's new location, or use the table of contents to find the page you are looking for. "]]
[["chap2.html", "Chapter 2 시계열 첫걸음2, 관련 패키지의 이해 2.1 tsibble 그리고 fable 패키지 2.2 수정.. 제발..", " Chapter 2 시계열 첫걸음2, 관련 패키지의 이해 2.1 tsibble 그리고 fable 패키지 시계열과 관련 된 R 패키지는 정말 많이 있다. 그 중에서 가장 유명한 패키지는 forecast 패키지이다. fpp 2판에서 메인 패키지로 활용되었던 forecast 패키지는 예측성능이 좋기로 유명하다. 하지만 forecast는 base 패키지를 기반으로 짜여져있는 패키지라서 fpp 3판에서 사용하게 될 패키지는 tsibble과 fable 패키지를 주로 사용하게 될 예정이다. 두 패키지 모두 tidyverse스러운 코딩과 잘 맞는 함수들을 지원하는 것이 특징이다. 2.2 수정.. 제발.. 해치웠나..? "],["404.html", "Page not found", " Page not found The page you requested cannot be found (perhaps it was moved or renamed). You may want to try searching to find the page's new location, or use the table of contents to find the page you are looking for. "]]
13 changes: 7 additions & 6 deletions packages.bib
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ @Manual{R-fabletools
title = {fabletools: Core Tools for Packages in the fable Framework},
author = {Mitchell O'Hara-Wild and Rob Hyndman and Earo Wang},
year = {2021},
note = {R package version 0.3.2},
note = {R package version 0.3.1},
url = {https://CRAN.R-project.org/package=fabletools},
}

Expand Down Expand Up @@ -139,7 +139,8 @@ @Manual{R-tidyr
title = {tidyr: Tidy Messy Data},
author = {Hadley Wickham},
year = {2021},
note = {https://tidyr.tidyverse.org},
note = {R package version 1.1.4},
url = {https://CRAN.R-project.org/package=tidyr},
}

@Manual{R-tidyverse,
Expand All @@ -154,15 +155,15 @@ @Manual{R-tsibble
title = {tsibble: Tidy Temporal Data Frames and Tools},
author = {Earo Wang and Di Cook and Rob Hyndman and Mitchell O'Hara-Wild},
year = {2021},
note = {R package version 1.1.1},
note = {R package version 1.1.0},
url = {https://tsibble.tidyverts.org},
}

@Manual{R-tsibbledata,
title = {tsibbledata: Diverse Datasets for tsibble},
author = {Mitchell O'Hara-Wild and Rob Hyndman and Earo Wang and Rakshitha Godahewa},
year = {2022},
note = {R package version 0.4.0},
author = {Mitchell O'Hara-Wild and Rob Hyndman and Earo Wang},
year = {2021},
note = {R package version 0.3.0},
url = {https://CRAN.R-project.org/package=tsibbledata},
}

Expand Down