Skip to content

Commit

Permalink
chapter2 contents change and index textbook added
Browse files Browse the repository at this point in the history
  • Loading branch information
issactoast committed Jan 16, 2022
1 parent f753151 commit 71a508e
Show file tree
Hide file tree
Showing 17 changed files with 675 additions and 47 deletions.
7 changes: 1 addition & 6 deletions 02-mychapter.Rmd → 02-timeseries-decomposition.Rmd
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# 시계열 첫걸음2, 관련 패키지의 이해 {#chap2}
# 시계열 분해의 이해 {#chap2}

## `tsibble` 그리고 `fable` 패키지

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

## 수정.. 제발..

해치웠나..?

잘 해치우셨습니다.ㅋㅋ
161 changes: 161 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,161 @@
<!DOCTYPE html>
<html lang="" xml:lang="">
<head>

<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Page not found | README</title>
<meta name="description" content="" />
<meta name="generator" content="bookdown 0.24 and GitBook 2.6.7" />

<meta property="og:title" content="Page not found | README" />
<meta property="og:type" content="book" />





<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Page not found | README" />







<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />




<script src="libs/header-attrs-2.11/header-attrs.js"></script>
<script src="libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/fuse.min.js"></script>
<link href="libs/gitbook-2.6.7/css/style.css" rel="stylesheet" />
<link href="libs/gitbook-2.6.7/css/plugin-table.css" rel="stylesheet" />
<link href="libs/gitbook-2.6.7/css/plugin-bookdown.css" rel="stylesheet" />
<link href="libs/gitbook-2.6.7/css/plugin-highlight.css" rel="stylesheet" />
<link href="libs/gitbook-2.6.7/css/plugin-search.css" rel="stylesheet" />
<link href="libs/gitbook-2.6.7/css/plugin-fontsettings.css" rel="stylesheet" />
<link href="libs/gitbook-2.6.7/css/plugin-clipboard.css" rel="stylesheet" />








<link href="libs/anchor-sections-1.0.1/anchor-sections.css" rel="stylesheet" />
<script src="libs/anchor-sections-1.0.1/anchor-sections.js"></script>
<script async defer src="https://hypothes.is/embed.js"></script>
<meta name="google-site-verification" content="z9CiKKDExNMW8gi4-dN3X6zGa1-OXeSaIpjGFgXgHEg" />

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6MYZBEL4H2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-6MYZBEL4H2');
</script>

<script data-ad-client="ca-pub-3877288275353516" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>




<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="stylesheet" href="dlplaybook.css" type="text/css" />
</head>

<body>



<div class="book without-animation with-summary font-size-2 font-family-1" data-basepath=".">

<div class="book-summary">
<nav role="navigation">

<ul class="summary">
<li><a href="./">시계열 공략집 with R</a></li>

<li class="divider"></li>
<li class="chapter" data-level="1" data-path=""><a href="#시계열-공략집"><i class="fa fa-check"></i><b>1</b> 시계열 공략집</a></li>
<li class="divider"></li>
<li><a href="https://github.com/statisticsplaybook/r-torch-playbook" target="blank">Published with bookdown</a></li>

</ul>

</nav>
</div>

<div class="book-body">
<div class="body-inner">
<div class="book-header" role="navigation">
<h1>
<i class="fa fa-circle-o-notch fa-spin"></i><a href="./"></a>
</h1>
</div>

<div class="page-wrapper" tabindex="-1" role="main">
<div class="page-inner">

<section class="normal" id="section-">
<div id="page-not-found" class="section level1">
<h1>Page not found</h1>
<p>The page you requested cannot be found (perhaps it was moved or renamed).</p>
<p>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.</p>
</div>
</section>

</div>
</div>
</div>


</div>
</div>
<script src="libs/gitbook-2.6.7/js/app.min.js"></script>
<script src="libs/gitbook-2.6.7/js/clipboard.min.js"></script>
<script src="libs/gitbook-2.6.7/js/plugin-search.js"></script>
<script src="libs/gitbook-2.6.7/js/plugin-sharing.js"></script>
<script src="libs/gitbook-2.6.7/js/plugin-fontsettings.js"></script>
<script src="libs/gitbook-2.6.7/js/plugin-bookdown.js"></script>
<script src="libs/gitbook-2.6.7/js/jquery.highlight.js"></script>
<script src="libs/gitbook-2.6.7/js/plugin-clipboard.js"></script>
<script>
gitbook.require(["gitbook"], function(gitbook) {
gitbook.start({
"sharing": null,
"fontsettings": null,
"edit": {
"link": "https://github.com/statisticsplaybook/timeseries-playbook/edit/main/%s",
"text": "Edit"
},
"history": {
"link": null,
"text": null
},
"view": {
"link": null,
"text": null
},
"download": null,
"search": false,
"toc": {
"collapse": "subsection"
}
});
});
</script>

</body>

</html>
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# timeseries-playbook
슬기로운 통계생활 timeseries 공략집 - 스터디 정리집
# 시계열 공략집

본 레포는 [슬기로운 통계생활]() 시계열 스터디 내용을 정리하여 R의 Bookdown 패키지를 이용해 책 형식으로 만든 레포입니다.

* [시계열 공략집 홈페이지](https://timeseries-playbook.netlify.app/)

* 주교재: [Forecasting: Principles and Practice 3판](https://otexts.com/fpp3/)

* 보조교재: Time Series Analysis
With Applications in R
4 changes: 2 additions & 2 deletions _bookdown.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
book_filename: bookdown
clean: [packages.bib, book.bib, bookdown.bbl]
clean: [packages.bib, book.bib, bookdown.bbl, reference.bib]
language:
label:
fig: "그림 "
Expand All @@ -17,5 +17,5 @@ output_dir: docs
download: no
rmd_files: ["index.Rmd",
"01-intro-to-tsibble.Rmd",
"02-mychapter.Rmd",
"02-timeseries-decomposition.Rmd",
"references.Rmd"]
4 changes: 2 additions & 2 deletions _output.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ bookdown::gitbook:
before: |
<li><a href="./">시계열 공략집 with R</a></li>
after: |
<li><a href="https://github.com/statisticsplaybook/r-torch-playbook" target="blank">Published with bookdown</a></li>
edit: https://github.com/statisticsplaybook/deeplearning-playbook/edit/master/%s
<li><a href="https://github.com/statisticsplaybook/timeseries-playbook" target="blank">관련 깃허브 바로가기</a></li>
edit: https://github.com/statisticsplaybook/timeseries-playbook/edit/main/%s
fontsettings: null
download: null
includes:
Expand Down
Binary file modified bookdown.rds
Binary file not shown.
6 changes: 6 additions & 0 deletions docs/02-timeseries-decomposition.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 시계열 분해의 이해 {#chap2}

## `tsibble` 그리고 `fable` 패키지

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

22 changes: 8 additions & 14 deletions docs/chap2.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@

<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Chapter 2 시계열 첫걸음2, 관련 패키지의 이해 | 시계열 공략집 with R</title>
<title>Chapter 2 시계열 분해의 이해 | 시계열 공략집 with R</title>
<meta name="description" content="복잡한 시계열 공부, 차근차근 공부해서 정복해보시죠! 본격 R 시계열 공략집" />
<meta name="generator" content="bookdown 0.24 and GitBook 2.6.7" />

<meta property="og:title" content="Chapter 2 시계열 첫걸음2, 관련 패키지의 이해 | 시계열 공략집 with R" />
<meta property="og:title" content="Chapter 2 시계열 분해의 이해 | 시계열 공략집 with R" />
<meta property="og:type" content="book" />


<meta property="og:description" content="복잡한 시계열 공부, 차근차근 공부해서 정복해보시죠! 본격 R 시계열 공략집" />
<meta name="github-repo" content="statisticsplaybook/r-torch-playbook" />

<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Chapter 2 시계열 첫걸음2, 관련 패키지의 이해 | 시계열 공략집 with R" />
<meta name="twitter:title" content="Chapter 2 시계열 분해의 이해 | 시계열 공략집 with R" />

<meta name="twitter:description" content="복잡한 시계열 공부, 차근차근 공부해서 정복해보시죠! 본격 R 시계열 공략집" />


<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 @@ -107,14 +107,13 @@
<li class="chapter" data-level="1.7" data-path="intro.html"><a href="intro.html#seasonal-plot"><i class="fa fa-check"></i><b>1.7</b> Seasonal plot</a></li>
<li class="chapter" data-level="1.8" data-path="intro.html"><a href="intro.html#scatter-plots"><i class="fa fa-check"></i><b>1.8</b> Scatter plots</a></li>
</ul></li>
<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>
<li class="chapter" data-level="2" data-path="chap2.html"><a href="chap2.html"><i class="fa fa-check"></i><b>2</b> 시계열 분해의 이해</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>
<li><a href="https://github.com/statisticsplaybook/r-torch-playbook" target="blank">Published with bookdown</a></li>
<li><a href="https://github.com/statisticsplaybook/timeseries-playbook" target="blank">관련 깃허브 바로가기</a></li>

</ul>

Expand All @@ -134,15 +133,10 @@ <h1>

<section class="normal" id="section-">
<div id="chap2" class="section level1" number="2">
<h1><span class="header-section-number">Chapter 2</span> 시계열 첫걸음2, 관련 패키지의 이해</h1>
<h1><span class="header-section-number">Chapter 2</span> 시계열 분해의 이해</h1>
<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>
</div>
<div id="수정..-제발.." class="section level2" number="2.2">
<h2><span class="header-section-number">2.2</span> 수정.. 제발..</h2>
<p>해치웠나..?</p>
<p>잘 해치우셨습니다.ㅋㅋ</p>

</div>
</div>
Expand All @@ -169,7 +163,7 @@ <h2><span class="header-section-number">2.2</span> 수정.. 제발..</h2>
"sharing": null,
"fontsettings": null,
"edit": {
"link": "https://github.com/statisticsplaybook/deeplearning-playbook/edit/master/02-mychapter.Rmd",
"link": "https://github.com/statisticsplaybook/timeseries-playbook/edit/main/02-timeseries-decomposition.Rmd",
"text": "Edit"
},
"history": {
Expand Down
Loading

0 comments on commit 71a508e

Please sign in to comment.