Options

Solved:How to calculate first difference between values in the same column.

sohantersohanter Member Posts: 2 Contributor I
edited November 2018 in Help
I found RapidMiner pays more attention on columns(of course in the data mining), however, sometimes we need calculation in the rows not only in in columns . I know there is a Finance and Economics package ,but its differencing method only provides the return or growth rate of values , i.e. (Pt+1- Pt)/Pt, not the first difference which can be got by "Pt+1 - Pt". Are there some ways to get that?

I like RapidMiner! I enjoy the work with it.

Thanks.

Answers

  • Options
    earmijoearmijo Member Posts: 270 Unicorn
    I don't use RapidMiner for Time Series Analysis but there is a library you can install (named Series) that has a "Differentiate Series" operator. Check it out.

  • Options
    sohantersohanter Member Posts: 2 Contributor I
    Thanks! I've installed that package.
Sign In or Register to comment.