Prophet: Understanding the parameters in the research paper

Created on 20 Feb 2018  路  1Comment  路  Source: facebook/prophet

Hello guys, i've been reading the research paper and under the saturating trend module (logistic growth) as a beginner, i am unable to understand what (m = offset parameter) represents and how (k= base growth rate) is calculated?

Most helpful comment

The wikipedia article here has a description of the parameters with an illustration: https://en.wikipedia.org/wiki/Logistic_function

The offset parameter m is in wikipedia the x0, the value of the midpoint, where the slope switches from increasing to decreasing.

The growth rate k is in wikipedia also k and determines how steep the curve is.

That is what the parameters mean - how they are actually estimated is just that we find the values that best fit the data. Does that answer your question?

>All comments

The wikipedia article here has a description of the parameters with an illustration: https://en.wikipedia.org/wiki/Logistic_function

The offset parameter m is in wikipedia the x0, the value of the midpoint, where the slope switches from increasing to decreasing.

The growth rate k is in wikipedia also k and determines how steep the curve is.

That is what the parameters mean - how they are actually estimated is just that we find the values that best fit the data. Does that answer your question?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ahash52 picture ahash52  路  3Comments

maxwell873 picture maxwell873  路  3Comments

kimhale picture kimhale  路  3Comments

andmib picture andmib  路  3Comments

arnaudvl picture arnaudvl  路  3Comments