Scientific Analysis of Success on Steemit [1]

science.jpg

You must read this article, it is very important for your success on Steemit. I have scientifically analyzed the Profit/Article, Upvotes and Comments and their relation to eachother, the results were very interesting!

I am in the process of quantifying the parameters needed to succeed on Steemit, in this and future articles. In this article I will reveal the relationship between these 3 variables and how they relate to eachother. As a test dummy I have used my own data and progress on Steemit.

I have 82 posts so far (excluding this of course), and I have made Profits ranging from 0 to 74 SBD (more close to 0$ of unfortunately). In the research I will exclude the Re-Steem posts, and focus only on the data of my own. Let's start!


THE RESEARCH

1) My Theories/Expectations

Now first of all let's talk about my pre-expectations. Before doing this I had the following hypotheses:

  • [1] The more I write the more profit I make / article on average (my profit increases overtime)
  • [2] The number of Upvotes on the article determine how much profit my article will make
  • [3] The number of Comments on the article will determine how much profit my article will make, although I expect a weaker relationship than Upvotes (since the number Upvotes determine the hot and trending categorizations)
  • [4] The more Upvotes an article has, the more Comments it will get

And I didn't just thought this of myself, but I expected this to be the general rule of thumb for all Steemit users. These hypotheses are all logical, who would doubt these theories on first sight no? Well, it turns out we can only trust evidence, and the results were shocking!

2) Forecasting

We have 3 Timeseries variables: Steemit_Comments , Steemit_Upvotes, Steemit_Profit, which represent the Comments, Upvotes on all my previous articles.

I had to manually copy-paste the data from the Steemit user page, and it looks messy so it needs some text formatting:

A Very Good Idea for Steemit Steemit is missing 1 critical feature that I think would add great value to it, help all authors, and would be fairly easy to implement. $0.11 2 days ago by profitgenerator55 in Steemit 39 11 Steemit Most Important for Free Speech! Many of you don't know this but yesterday October 1st 2016, a historical event has happened. $0.88 3 days ago by profitgenerator55 in Steemit 50 6

It can probably done with a python script automatically, but I had to do it manually. Then I had separated the 3 variables, the: Upvotes, Comments and profit, and started working with it.

I have found out that the time series has no constant, and the best model was ARIMA(4,2,2) for it (for your statistics it might be different). I had then used this model for all 3 variables to be consistent. The errors were the following:

VariableMean Absolute Error
Steemit_Comments5.2178
Steemit_Upvotes8.9393
Steemit_Profit7.5602

Relatively low errors, given that there was some unexpected whales recently liking my posts causing some variance, other than that, it's pretty accurate and reliable model. Then I proceeded forecasting for the next 30 articles (till 112).

NOTE: It didn't took into consideration the time elapsed between articles, but I highly suspect it doesn't matter, unless I become inactive for 1 year or so, posting once a day or once a week hardly makes a difference in my opinion, so the x-axis is not the time itself but the number of articles, with whatever frequency I post them.

FORECASTED UPVOTES:


likes.png

FORECASTED COMMENTS:


comm.png

FORECASTED PROFITS:


profit.png

So yes this is how it looks like. It is going up, that is good news. Hypothesis [1] confirmed, it is true that the more I post the more money I make. The model also predicts a pretty sensible 95% confidence boundary, not that values under 0 are nonsense, so we are biased to increase from the start!

Now unfortunately my Profits are barely increasing, it forecasts under 70 cents for the next 30 article on average, which is pretty bad (I am being paid less than a sweatshop slave for quality articles like this).

The forecasts for this article are: 20.63 Comments, 43.68 Upvotes and 0.64 SBD Profit(with 95% confidence that profit < 30.80 SBD).

Now of course now that you know this, you might just post extra Comments just for the sake of it, to invalidate this forecast, however the Upvotes and Profit payout might be harder to manipulate.

3) Correlation

Now that I know how much should I expect from each of these variables in the future, let's explore what are the relationships between them.

My next hunch is looking at hypothesis [2], and by plotting them against one another, it seems like there is some faint correlation:

PROFITVSUPVOTE.png

VS the ARIMA(4,2,2) model
FITTED ACTUAL UPVOTE PROFIT.png

And we can see that there is some faint correlation with very volatile residuals, but we need to do a cross correlation test vs different lags of the variables to know exactly.

So I plotted a cross correlation chart against their own lagged variables to find a pattern:

PVU.png

PVC.png

UVC.png

VariablesCorrelation [0]
Steemit_Profit vs Steemit_Upvotes33.692086%
Steemit_Profit vs Steemit_Comments−1.878444%
Steemit_Upvotes vs Steemit_Comments55.706716%

Turns out there is absolutely no correlation between the Comments and the Profits, and there is little correlation between the Upvotes and the Profits, however there is significant correlation between the Upvotes and the Comments.

Therefore hypothesis [2] and [3] is very likely false, and [4] is likely to be true. This is pretty shocking, who could have guessed that this is the situation? And even though this was done on my performance, I highly suspect this can be applied to all Steemit users (but I will do more testing in the future).

4) Summary

  • Looks like the more I post, the more engagement I get on the articles, more Comments, more Upvotes, more Profits
  • Unfortunately the number of Comments doesn't directly influence how much profit my article will make (however it might influence it indirectly = good comment might get upvoted by whale, or commenting back might get more followers)
  • The number of Upvotes does have some correlation with the Profits, however a 33% is not significant enough, but I still think the more Upvotes, the better
  • The more Upvotes you have does influence how much Comments I get, and vice-versa, but it hardly matters directly, since it still doesn't increase the direct Profits
  • Remember Correlation =/= Causation, but it might hint to it
  • The amount of Steem Power matters only, and 1 whale upvote might be worth more than 100 newbies upvotes. Steem Power is still the biggest factor for profit, and it's very unequally distributed

I have also did a side-experiment, by fitting & forecasting the Steemit_Profits using the Steemit_Upvotes or Steemit_Commentsas regressors, but it did give out a higher Mean Absolute Error, than if I had used them alone, therefore we can conclude that they don't really bear that much influence on the model, nor do they add any extra predictive powers to the model.

Also these correlations are not very strong, since only the LAG[0] is correlated, which hints to a weak correlation. Normally, if the correlation were real, you would have all lag orders correlated by eachother , and the effect would decrease linearly as the lag order increases. You only see some lag correlation at the Steemit_Upvotes vs Steemit_Comments chart, while the other 2 show practically none.

Therefore this research is pretty much conclusive for my own results. In my future articles I will check some other users too, and see if their data fits this theory, and it should.


Disclaimer: The information provided on this page might be incorrect. I am not responsible if you lose money using the information on this page! This is not an investment advice, just my opinion and analysis for educational purposes.

Credits: Original Steemit Logo by @d3m0t3x


Upvote, ReSteem & Follow Me: @profitgenerator

H2
H3
H4
3 columns
2 columns
1 column
34 Comments