Correlation between Time Series Indicators ( Stock Prices ) The Next CEO of Stack Overflow2019 Community Moderator ElectionAirline Fares - What analysis should be used to detect competitive price-setting behavior and price correlations?How to speed up optimization using Differential Evolution?Methods for Determining Possible Causation Between Two Time Serieswhich neural network topology to learn correlations between time series?Calculating correlation between two time variablesFeature selection for time series predictionHow to normalize data of a different nature?Determining the correlations between aggregated data and non aggregated dataHow to find correlation between time-series of different units?Mean Absolute Error increasing with more correlated factors

what's the use of '% to gdp' type of variables?

Is it correct to say moon starry nights?

Iterate through multiline string line by line

How to use ReplaceAll on an expression that contains a rule

"Eavesdropping" vs "Listen in on"

In the "Harry Potter and the Order of the Phoenix" videogame, what potion is used to sabotage Umbridge's Speakers?

Are the names of these months realistic?

Define command that accepts \ in arguments

Deriving the equation for variance

Which one is the true statement?

Is "three point ish" an acceptable use of ish?

Is there a reasonable and studied concept of reduction between regular languages?

What was the first Unix version to run on a microcomputer?

Can I calculate next year's exemptions based on this year's refund/amount owed?

Is it professional to write unrelated content in an almost-empty email?

Easy to read palindrome checker

TikZ: How to fill area with a special pattern?

Players Circumventing the limitations of Wish

Would a grinding machine be a simple and workable propulsion system for an interplanetary spacecraft?

New carbon wheel brake pads after use on aluminum wheel?

Is it ever safe to open a suspicious HTML file (e.g. email attachment)?

Traduction de « Life is a roller coaster »

Aggressive Under-Indexing and no data for missing index

Help understanding this unsettling image of Titan, Epimetheus, and Saturn's rings?



Correlation between Time Series Indicators ( Stock Prices )



The Next CEO of Stack Overflow
2019 Community Moderator ElectionAirline Fares - What analysis should be used to detect competitive price-setting behavior and price correlations?How to speed up optimization using Differential Evolution?Methods for Determining Possible Causation Between Two Time Serieswhich neural network topology to learn correlations between time series?Calculating correlation between two time variablesFeature selection for time series predictionHow to normalize data of a different nature?Determining the correlations between aggregated data and non aggregated dataHow to find correlation between time-series of different units?Mean Absolute Error increasing with more correlated factors










0












$begingroup$


I am new to time series analysis and I am currently tackling a stock market prediction problem.



I have a set of market indicators (such as Bollinger Bands, ADX etc) which are derived from the time dependent Open, High, Low and Close prices ( in Dollars ).



I need to find correlations of this indicators with the Open, Low, High and Close prices over time and drop the features which are not correlated enough ( less than 0.70 )



I am working on python. Using Pandas I have tried the pandas.dataframe.corr() method as well, but I want to know if Pearson and Spearman correlation fucntions in pandas serve my purpose ? Is it the right way or is there another way of finding correct correlations ?



Thanks.










share|improve this question









$endgroup$
















    0












    $begingroup$


    I am new to time series analysis and I am currently tackling a stock market prediction problem.



    I have a set of market indicators (such as Bollinger Bands, ADX etc) which are derived from the time dependent Open, High, Low and Close prices ( in Dollars ).



    I need to find correlations of this indicators with the Open, Low, High and Close prices over time and drop the features which are not correlated enough ( less than 0.70 )



    I am working on python. Using Pandas I have tried the pandas.dataframe.corr() method as well, but I want to know if Pearson and Spearman correlation fucntions in pandas serve my purpose ? Is it the right way or is there another way of finding correct correlations ?



    Thanks.










    share|improve this question









    $endgroup$














      0












      0








      0





      $begingroup$


      I am new to time series analysis and I am currently tackling a stock market prediction problem.



      I have a set of market indicators (such as Bollinger Bands, ADX etc) which are derived from the time dependent Open, High, Low and Close prices ( in Dollars ).



      I need to find correlations of this indicators with the Open, Low, High and Close prices over time and drop the features which are not correlated enough ( less than 0.70 )



      I am working on python. Using Pandas I have tried the pandas.dataframe.corr() method as well, but I want to know if Pearson and Spearman correlation fucntions in pandas serve my purpose ? Is it the right way or is there another way of finding correct correlations ?



      Thanks.










      share|improve this question









      $endgroup$




      I am new to time series analysis and I am currently tackling a stock market prediction problem.



      I have a set of market indicators (such as Bollinger Bands, ADX etc) which are derived from the time dependent Open, High, Low and Close prices ( in Dollars ).



      I need to find correlations of this indicators with the Open, Low, High and Close prices over time and drop the features which are not correlated enough ( less than 0.70 )



      I am working on python. Using Pandas I have tried the pandas.dataframe.corr() method as well, but I want to know if Pearson and Spearman correlation fucntions in pandas serve my purpose ? Is it the right way or is there another way of finding correct correlations ?



      Thanks.







      machine-learning time-series statistics feature-selection correlation






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 23 at 9:24









      Savinay_Savinay_

      774




      774




















          1 Answer
          1






          active

          oldest

          votes


















          0












          $begingroup$

          For time series, correlation is a different. A variable might b related past N values of other variables.



          This article explains theory behind finding relationships in time series (Skip to section "Stationarity in Time Series") : https://www.quantstart.com/articles/Serial-Correlation-in-Time-Series-Analysis



          This is an implementation in Python : https://machinelearningmastery.com/gentle-introduction-autocorrelation-partial-autocorrelation/






          share|improve this answer









          $endgroup$













            Your Answer





            StackExchange.ifUsing("editor", function ()
            return StackExchange.using("mathjaxEditing", function ()
            StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
            StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
            );
            );
            , "mathjax-editing");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "557"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f47831%2fcorrelation-between-time-series-indicators-stock-prices%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0












            $begingroup$

            For time series, correlation is a different. A variable might b related past N values of other variables.



            This article explains theory behind finding relationships in time series (Skip to section "Stationarity in Time Series") : https://www.quantstart.com/articles/Serial-Correlation-in-Time-Series-Analysis



            This is an implementation in Python : https://machinelearningmastery.com/gentle-introduction-autocorrelation-partial-autocorrelation/






            share|improve this answer









            $endgroup$

















              0












              $begingroup$

              For time series, correlation is a different. A variable might b related past N values of other variables.



              This article explains theory behind finding relationships in time series (Skip to section "Stationarity in Time Series") : https://www.quantstart.com/articles/Serial-Correlation-in-Time-Series-Analysis



              This is an implementation in Python : https://machinelearningmastery.com/gentle-introduction-autocorrelation-partial-autocorrelation/






              share|improve this answer









              $endgroup$















                0












                0








                0





                $begingroup$

                For time series, correlation is a different. A variable might b related past N values of other variables.



                This article explains theory behind finding relationships in time series (Skip to section "Stationarity in Time Series") : https://www.quantstart.com/articles/Serial-Correlation-in-Time-Series-Analysis



                This is an implementation in Python : https://machinelearningmastery.com/gentle-introduction-autocorrelation-partial-autocorrelation/






                share|improve this answer









                $endgroup$



                For time series, correlation is a different. A variable might b related past N values of other variables.



                This article explains theory behind finding relationships in time series (Skip to section "Stationarity in Time Series") : https://www.quantstart.com/articles/Serial-Correlation-in-Time-Series-Analysis



                This is an implementation in Python : https://machinelearningmastery.com/gentle-introduction-autocorrelation-partial-autocorrelation/







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 23 at 13:08









                Shamit VermaShamit Verma

                1,1191211




                1,1191211



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Data Science Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    Use MathJax to format equations. MathJax reference.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f47831%2fcorrelation-between-time-series-indicators-stock-prices%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown