강의
R로 시계열 데이터 다루기
중급기술 수준
업데이트됨 2024. 12.
RData Manipulation4시간15 동영상49 연습 문제4,100 XP7,272성취 증명서
무료 계정 만들기
Google에서 계속 진행더 많은 옵션 보기또는
수천 개 기업의 학습자들이 사랑하는
팀을 교육하시나요?
비즈니스용으로 체험해 보세요강의 설명
시계열 데이터에 대해 모두 알아보세요
시간이 지남에 따라 변하는 데이터와 작업하는 것은 데이터 과학에서 필수적인 기술입니다. 이러한 데이터는 시계열이라고 합니다. 시계열이 무엇을 나타내는지에 대한 기초, 시계열 데이터의 요약 통계를 조회하는 방법, 그리고 시계열을 시각적으로 해석하는 방법을 배우게 됩니다.zoo, lubridate 및 xts로 시계열을 완벽하게 다루기
R에서 zoo 및 lubridate 패키지를 사용해 시계열 데이터를 가져오고, 탐색하고, 시각화하는 방법을 마스터하게 됩니다. 또한 해당 데이터의 기간과 샘플링 빈도 같은 시계열 정보의 핵심 속성을 확인하는 방법을 배우며, 그 과정에서 데이터 프레임과 시계열 간 변환에도 능숙해집니다. 또한 데이터를 집계함으로써 xts 패키지를 사용해 데이터의 전반적인 추세를 파악하는 방법을 배우게 됩니다.서브세팅 기술을 완벽하게 익히세요
특정 관심 기간에 집중하기 위해 시계열에서 윈도우를 부분집합으로 추출하는 방법을 다룹니다. 분, 시간, 월, 또는 연도마다와 같이 다양한 속도로 시계열 데이터를 샘플링하게 됩니다. 데이터의 누락된 값을 상수 채우기, LOCF 또는 선형 보간 방법으로 채워 넣는 ‘대치’ 방법도 배우게 됩니다. 또한 데이터와 함께 이동하거나 "롤링"하는 시계열의 "롤링" 윈도우를 생성하여 시간에 따른 데이터의 추세를 요약하는 방법도 배우게 됩니다. 또한 확장 윈도우를 만드는 방법도 배우게 되며, 이를 통해 이러한 요약 통계가 최종 값에 어떻게 가까워지는지 확인할 수 있습니다.선수 조건
Working with Dates and Times in R1
What Is Time Series Data?
You'll learn the foundations of what a time series represents, how to retrieve summary statistics about the data in a time series, and how to visually interpret a time series plot as part of the exploration step of your analysis. You’ll also cover how to manage date and time information within R objects and ways of incorporating consistent formatting for dates.
2
Manipulating Time Series with zoo
Here, you’ll learn to retrieve key attributes of time series information, such as the range in time of the data and how often the data were sampled, to understand your data better. You'll also be introduced to the zoo package, which contains tools and functions for creating and manipulating time series objects. Many data science applications in R use the data frame paradigm; you'll learn how to convert between a data frame and a time series.
3
Indexing Time Series Objects
You’ll cover how to subset a window from a time series to focus on a particular period of interest. You’ll see that when working with real-world time series data, the timespan of your dataset may cover more information than you need, which can clutter your visualizations. You’ll sample time series data at various rates, such as every minute, hour, month, or year. Further, by aggregating your data, you’ll learn to see the overall trends in the data using the xts package. You'll also learn methods of 'imputing' your data – filling in missing values with constant fill, LOCF, or linear interpolation methods.
4
Rolling and Expanding Windows
You’ll learn to create “rolling” windows of a time series that move, or "roll" along with data, making it possible to summarize trends in the data across time, such as the average over success months of observations or the sum over several weeks of sales. Overall summary statistics, like mean, median, sum, maximum, and so on, do not always provide insight into how data changes over time, and rolling windows will allow you to compute statistics dynamically. In addition to rolling windows, you will also learn how to create expanding windows, which show how these summary statistics approach their final value.
R로 시계열 데이터 다루기
강의 완료
19백만 명 이상의 학습자와 함께 R로 시계열 데이터 다루기을(를) 시작하세요!
무료 계정 만들기
Google에서 계속 진행더 많은 옵션 보기또는
DataCamp for Mobile을 통해 데이터 분석 능력을 향상시키세요.
모바일 강좌와 매일 5분 코딩 챌린지를 통해 이동 중에도 학습 효과를 높이세요.