question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Understanding of Trend

See original GitHub issue

I have been impressive so far with the capability of Prophet During my current project, I have some ambiguous feeling about trend and yhat After running m.predict(future) and printing out the future dataframe, I realised there are several columns.

I am concerned about trend and yhat.

  • What is the difference between trend and yhat?
  • In the trend graph below, what does each colour points represent? (trend or yhat) (black and blue) screen shot 2018-01-16 at 6 17 42 pm
  • In the trend graph below, my professor is asking about the initial trend value to adjust the trend graph. Is there any variable like that and if it is, will you explain briefly about it? screen shot 2018-01-16 at 6 21 53 pm

Thank you for your help

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

5reactions
BramVanRensbergencommented, Jan 19, 2018

Regarding your first question: yhat is the actual forecast, trend is one of the possible components of that forecast. If you have no seasonality nor additional regressors, I imagine they are identical; but if you add some seasonality and an additional regressor X, for each week yhat would be the sum of trend, seasonality, and contribution of the regressor.

In your graph, the black dots are your actual datapoints (that you provided), dark blue is yhat (possibly identical to trend in your case), light blue reflects the confidence bounds of yhat (by default 80%).

2reactions
blethamcommented, Mar 19, 2018

@tetianakh the details are in the paper preprint here: https://peerj.com/preprints/3190v2.pdf

Read more comments on GitHub >

github_iconTop Results From Across the Web

Trend: Definition, Types, Examples, and Uses in Trading
A trend is the overall direction of a market or an asset's price. In technical analysis, trends are identified by trendlines or price...
Read more >
Basic Concept of Trend - LinkedIn
A trend is nothing but the direction in which the market is moving. All the tools available for an analyst such as support...
Read more >
Trend Analysis (Meaning, Examples) | How it Works?
Trend analysis is an analysis of the trend of the company by comparing its financial statements to analyze the trend of the market...
Read more >
Trend - Definition, Meaning & Synonyms - Vocabulary.com
A trend is what's hip or popular at a certain point in time. While a trend usually refers to a certain style in...
Read more >
Why Understanding Trends Is Critical For Cultural ...
Why Understanding Trends Is Critical For Cultural Organization Success · More videos on YouTube · 1) Trends provide a birds-eye view of ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found