Model for spatiotemporal and discrete variablesDiscrete variables in regression model?Developing a prediction model for bus stopsDiscrete Variables and RegressionDimension reduction for discrete qualitative and aggregated variablesModelling for continuous dependent variable and discrete independent variablesassociation between discrete variables and continuous variableRemoving nuisance PCA components from the fMRI dataModel Evaluation for Discrete RegressionFinding impact of variables on a discrete varibaleCasino Gambling Machine Learning Application

Filter a data-frame and add a new column according to the given condition

Why is it harder to turn a motor/generator with shorted terminals?

Who commanded or executed this action in Game of Thrones S8E5?

Why does the headset man not get on the tractor?

Why did the soldiers of the North disobey Jon?

Why weren't the bells paid heed to in S8E5?

Substring join or additional table, which is faster?

Help understanding this line - usage of くれる

Biology of a Firestarter

Why was my Canon Speedlite 600EX triggering other flashes?

"The van's really booking"

Single word that parallels "Recent" when discussing the near future

Polynomial division: Is this trick obvious?

Is 12 minutes connection in Bristol Temple Meads long enough?

Will casting a card from the graveyard with Flashback add a quest counter on Pyromancer Ascension?

Formal Definition of Dot Product

How does this Martian habitat 3D printer built for NASA work?

Why does lemon juice reduce the "fish" odor of sea food — specifically fish?

Do Grothendieck universes matter for an algebraic geometer?

The meaning of the Middle English word “king”

Are there any sonatas with only two sections?

Can only the master initiate communication in SPI whereas in I2C the slave can also initiate the communication?

How to redirect stdout to a file, and stdout+stderr to another one?

Fixed width with p doesn't work



Model for spatiotemporal and discrete variables


Discrete variables in regression model?Developing a prediction model for bus stopsDiscrete Variables and RegressionDimension reduction for discrete qualitative and aggregated variablesModelling for continuous dependent variable and discrete independent variablesassociation between discrete variables and continuous variableRemoving nuisance PCA components from the fMRI dataModel Evaluation for Discrete RegressionFinding impact of variables on a discrete varibaleCasino Gambling Machine Learning Application






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








4












$begingroup$


I have a situation where I am monitoring events at 50 or so geographical sites in a town and at each of these sites, I am making measurements regarding the count of certain particles (so the measurements are discrete). The measurements are done every 5 minutes and we have been monitoring these sites for many months now.



Now, what I am interested in is spatiotemporal interpolation and extrapolation i.e. be able to forecast these counts at the sites say 15 minutes in the future at these sites (and perhaps also in their vicinity).



As far as I understand it, this is equivalent to fitting some sort of a function where the output depends on the spatial and temporal coordinates. I am at a complete loss on how I can do something like this in the sense of how to model this discrete output and the spatiotemporal aspect.



I have played a bit with time series analysis but that has always been predicting a continuous output which is only a function of time.



Does anyone know of any toolkits I can use for just trying some pre-made models on my data? I do not want something latest and greatest, even a "simple" model would do! I just want to see what it would generate on our data as a first step.










share|cite|improve this question











$endgroup$


















    4












    $begingroup$


    I have a situation where I am monitoring events at 50 or so geographical sites in a town and at each of these sites, I am making measurements regarding the count of certain particles (so the measurements are discrete). The measurements are done every 5 minutes and we have been monitoring these sites for many months now.



    Now, what I am interested in is spatiotemporal interpolation and extrapolation i.e. be able to forecast these counts at the sites say 15 minutes in the future at these sites (and perhaps also in their vicinity).



    As far as I understand it, this is equivalent to fitting some sort of a function where the output depends on the spatial and temporal coordinates. I am at a complete loss on how I can do something like this in the sense of how to model this discrete output and the spatiotemporal aspect.



    I have played a bit with time series analysis but that has always been predicting a continuous output which is only a function of time.



    Does anyone know of any toolkits I can use for just trying some pre-made models on my data? I do not want something latest and greatest, even a "simple" model would do! I just want to see what it would generate on our data as a first step.










    share|cite|improve this question











    $endgroup$














      4












      4








      4





      $begingroup$


      I have a situation where I am monitoring events at 50 or so geographical sites in a town and at each of these sites, I am making measurements regarding the count of certain particles (so the measurements are discrete). The measurements are done every 5 minutes and we have been monitoring these sites for many months now.



      Now, what I am interested in is spatiotemporal interpolation and extrapolation i.e. be able to forecast these counts at the sites say 15 minutes in the future at these sites (and perhaps also in their vicinity).



      As far as I understand it, this is equivalent to fitting some sort of a function where the output depends on the spatial and temporal coordinates. I am at a complete loss on how I can do something like this in the sense of how to model this discrete output and the spatiotemporal aspect.



      I have played a bit with time series analysis but that has always been predicting a continuous output which is only a function of time.



      Does anyone know of any toolkits I can use for just trying some pre-made models on my data? I do not want something latest and greatest, even a "simple" model would do! I just want to see what it would generate on our data as a first step.










      share|cite|improve this question











      $endgroup$




      I have a situation where I am monitoring events at 50 or so geographical sites in a town and at each of these sites, I am making measurements regarding the count of certain particles (so the measurements are discrete). The measurements are done every 5 minutes and we have been monitoring these sites for many months now.



      Now, what I am interested in is spatiotemporal interpolation and extrapolation i.e. be able to forecast these counts at the sites say 15 minutes in the future at these sites (and perhaps also in their vicinity).



      As far as I understand it, this is equivalent to fitting some sort of a function where the output depends on the spatial and temporal coordinates. I am at a complete loss on how I can do something like this in the sense of how to model this discrete output and the spatiotemporal aspect.



      I have played a bit with time series analysis but that has always been predicting a continuous output which is only a function of time.



      Does anyone know of any toolkits I can use for just trying some pre-made models on my data? I do not want something latest and greatest, even a "simple" model would do! I just want to see what it would generate on our data as a first step.







      regression forecasting predictive-models spatio-temporal extrapolation






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited May 10 at 14:55









      Braiam

      1085




      1085










      asked May 9 at 16:18









      LucaLuca

      1,7462140




      1,7462140




















          1 Answer
          1






          active

          oldest

          votes


















          6












          $begingroup$

          The typical approach to this problem is land-use regression (LUR).



          LUR hybridize methods for correlated data analysis and spatiotemporal dependence structures. Typically, at each site, there are one or more covariates which can be predicted at each geographic location, like proximity to highway, season, time of day, elevation, or other features. It's desirable to condition on these factors to increase predictive accuracy and consequently decrease spatiotemporal dependence. To handle the residual dependence structure, variograms are used to assess the extent of residual correlation over time and space, and these can estimate the variance-components of complex autoregressive covariance structures.



          There are quite a number of good review articles on LUR, one for instance is here:
          https://www.sciencedirect.com/science/article/pii/S1352231008005748 but pubmed will be your guide.






          share|cite|improve this answer









          $endgroup$












          • $begingroup$
            This is a very interesting method. I, of course, need to look into more detail but I am guessing that it can be extended to work with counts or Poisson statistics.
            $endgroup$
            – Luca
            May 10 at 14:55






          • 1




            $begingroup$
            @Luca easy peasy.
            $endgroup$
            – AdamO
            May 10 at 14:57










          • $begingroup$
            hahaha....for you, perhaps :)
            $endgroup$
            – Luca
            May 10 at 14:59











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "65"
          ;
          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%2fstats.stackexchange.com%2fquestions%2f407520%2fmodel-for-spatiotemporal-and-discrete-variables%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









          6












          $begingroup$

          The typical approach to this problem is land-use regression (LUR).



          LUR hybridize methods for correlated data analysis and spatiotemporal dependence structures. Typically, at each site, there are one or more covariates which can be predicted at each geographic location, like proximity to highway, season, time of day, elevation, or other features. It's desirable to condition on these factors to increase predictive accuracy and consequently decrease spatiotemporal dependence. To handle the residual dependence structure, variograms are used to assess the extent of residual correlation over time and space, and these can estimate the variance-components of complex autoregressive covariance structures.



          There are quite a number of good review articles on LUR, one for instance is here:
          https://www.sciencedirect.com/science/article/pii/S1352231008005748 but pubmed will be your guide.






          share|cite|improve this answer









          $endgroup$












          • $begingroup$
            This is a very interesting method. I, of course, need to look into more detail but I am guessing that it can be extended to work with counts or Poisson statistics.
            $endgroup$
            – Luca
            May 10 at 14:55






          • 1




            $begingroup$
            @Luca easy peasy.
            $endgroup$
            – AdamO
            May 10 at 14:57










          • $begingroup$
            hahaha....for you, perhaps :)
            $endgroup$
            – Luca
            May 10 at 14:59















          6












          $begingroup$

          The typical approach to this problem is land-use regression (LUR).



          LUR hybridize methods for correlated data analysis and spatiotemporal dependence structures. Typically, at each site, there are one or more covariates which can be predicted at each geographic location, like proximity to highway, season, time of day, elevation, or other features. It's desirable to condition on these factors to increase predictive accuracy and consequently decrease spatiotemporal dependence. To handle the residual dependence structure, variograms are used to assess the extent of residual correlation over time and space, and these can estimate the variance-components of complex autoregressive covariance structures.



          There are quite a number of good review articles on LUR, one for instance is here:
          https://www.sciencedirect.com/science/article/pii/S1352231008005748 but pubmed will be your guide.






          share|cite|improve this answer









          $endgroup$












          • $begingroup$
            This is a very interesting method. I, of course, need to look into more detail but I am guessing that it can be extended to work with counts or Poisson statistics.
            $endgroup$
            – Luca
            May 10 at 14:55






          • 1




            $begingroup$
            @Luca easy peasy.
            $endgroup$
            – AdamO
            May 10 at 14:57










          • $begingroup$
            hahaha....for you, perhaps :)
            $endgroup$
            – Luca
            May 10 at 14:59













          6












          6








          6





          $begingroup$

          The typical approach to this problem is land-use regression (LUR).



          LUR hybridize methods for correlated data analysis and spatiotemporal dependence structures. Typically, at each site, there are one or more covariates which can be predicted at each geographic location, like proximity to highway, season, time of day, elevation, or other features. It's desirable to condition on these factors to increase predictive accuracy and consequently decrease spatiotemporal dependence. To handle the residual dependence structure, variograms are used to assess the extent of residual correlation over time and space, and these can estimate the variance-components of complex autoregressive covariance structures.



          There are quite a number of good review articles on LUR, one for instance is here:
          https://www.sciencedirect.com/science/article/pii/S1352231008005748 but pubmed will be your guide.






          share|cite|improve this answer









          $endgroup$



          The typical approach to this problem is land-use regression (LUR).



          LUR hybridize methods for correlated data analysis and spatiotemporal dependence structures. Typically, at each site, there are one or more covariates which can be predicted at each geographic location, like proximity to highway, season, time of day, elevation, or other features. It's desirable to condition on these factors to increase predictive accuracy and consequently decrease spatiotemporal dependence. To handle the residual dependence structure, variograms are used to assess the extent of residual correlation over time and space, and these can estimate the variance-components of complex autoregressive covariance structures.



          There are quite a number of good review articles on LUR, one for instance is here:
          https://www.sciencedirect.com/science/article/pii/S1352231008005748 but pubmed will be your guide.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered May 9 at 16:25









          AdamOAdamO

          35.8k266145




          35.8k266145











          • $begingroup$
            This is a very interesting method. I, of course, need to look into more detail but I am guessing that it can be extended to work with counts or Poisson statistics.
            $endgroup$
            – Luca
            May 10 at 14:55






          • 1




            $begingroup$
            @Luca easy peasy.
            $endgroup$
            – AdamO
            May 10 at 14:57










          • $begingroup$
            hahaha....for you, perhaps :)
            $endgroup$
            – Luca
            May 10 at 14:59
















          • $begingroup$
            This is a very interesting method. I, of course, need to look into more detail but I am guessing that it can be extended to work with counts or Poisson statistics.
            $endgroup$
            – Luca
            May 10 at 14:55






          • 1




            $begingroup$
            @Luca easy peasy.
            $endgroup$
            – AdamO
            May 10 at 14:57










          • $begingroup$
            hahaha....for you, perhaps :)
            $endgroup$
            – Luca
            May 10 at 14:59















          $begingroup$
          This is a very interesting method. I, of course, need to look into more detail but I am guessing that it can be extended to work with counts or Poisson statistics.
          $endgroup$
          – Luca
          May 10 at 14:55




          $begingroup$
          This is a very interesting method. I, of course, need to look into more detail but I am guessing that it can be extended to work with counts or Poisson statistics.
          $endgroup$
          – Luca
          May 10 at 14:55




          1




          1




          $begingroup$
          @Luca easy peasy.
          $endgroup$
          – AdamO
          May 10 at 14:57




          $begingroup$
          @Luca easy peasy.
          $endgroup$
          – AdamO
          May 10 at 14:57












          $begingroup$
          hahaha....for you, perhaps :)
          $endgroup$
          – Luca
          May 10 at 14:59




          $begingroup$
          hahaha....for you, perhaps :)
          $endgroup$
          – Luca
          May 10 at 14:59

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Cross Validated!


          • 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%2fstats.stackexchange.com%2fquestions%2f407520%2fmodel-for-spatiotemporal-and-discrete-variables%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







          Popular posts from this blog

          Grendel Contents Story Scholarship Depictions Notes References Navigation menu10.1093/notesj/gjn112Berserkeree

          Area configuration aggregation error after install Porto themeMagento 2.1 CE Installed but front/backend not loading/workingCSS not loading on page within Magento 2 pageCannot install module in Magento 2no commands defined in the “setup” namespace. in Magento2Magento 2: Static files are present but shows 404Why do i have to always run the commands to clean cache in Magento 2.1.8?Failure reason: 'Unable to unserialize value.'Error 500 after magento migrationIn production mode the site does not loadMagento 2 : Error 500 after installing

          Middle Expansion Olielle Resaix Definition: Uttering songs of triumph shouting with joy triumphant exulting Sejunction Journal 붙다 달 고급 품목 외출 The stretch trades the screeching tin. Definition: The act of speaking with a drawl a drawl Cough Sand Definition: An uproar a quarrel a noisy outbreak Shake Iron Publicize Horse House Baby 사과 Resaix Flaggy Jelly Temporary Unequaled Puppet A drop in the bucket Shrew 성격 회원 성질 미팅 The burn frames the tacky quality. Materialistic The smoke reduces the way. Yammoe Nondescript Cheek 얼굴 배 약하다 날리다 타다 The illegal country shows the iron. Help Rule Drearien Smoke Teaching Meaty Wasp Abraham Lincoln Jaws 진심 수리하다 Size Cork Idea Convert Think Lark John Lennon 거울 청소 군 추천하다 아이스크림