추세선에 표준편차를 추가하는 방법.
WINDOW_COVAR(SUM([Profit]), SUM([Sales])) / WINDOW_VAR(SUM([Profit]))
5. 계산된 필드를 만들고 이름을 Intercept(절편)로 설정합니다.
WINDOW_AVG(SUM([Sales])) - WINDOW_COVAR(SUM([Profit]), SUM([Sales])) / WINDOW_VAR(SUM([Profit])) * WINDOW_AVG(SUM([Profit]))
6. 계산된 필드를 만들고 이름을 Standard Deviation (σ)(표준편차)으로 설정합니다.
WINDOW_STDEV(ATTR([Sales]))
7. 계산된 필드를 만들고 이름을 Trend Line(추세선) +σ로 설정합니다.
[Slope] * ATTR([Profit]) + [Intercept] + [Standard Deviation (σ)]
9. Trend Line(추세선) +σ을 Rows(행)에 끌어놓습니다.
10. Marks(마크) 카드에서 Trend Line(추세선) + σ과 마크 유형을 Line(선)으로 설정합니다.
11. Rows(행)에서 Trend Line(추세선) +σ 을 마우스 오른쪽 단추로 클릭하고 Dual Axis(이중 축)을 선택합니다.
12. 오른쪽 축을 마우스 오른쪽 단추로 클릭하고 Synchronize Axis(축 동기화)를 선택합니다.
13. 오른쪽 축을 마우스 오른쪽 단추로 클릭하고 Show Header(머리글 표시)를 선택 취소합니다.
14. (필요할 경우) Analytics pane(분석 패널)을 열고 Trend Line(추세선)을 Linear(선형)의 Sales(매출)에 끌어놓습니다.
001458671

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.