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;
$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.
regression forecasting predictive-models spatio-temporal extrapolation
$endgroup$
add a comment |
$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.
regression forecasting predictive-models spatio-temporal extrapolation
$endgroup$
add a comment |
$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.
regression forecasting predictive-models spatio-temporal extrapolation
$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
regression forecasting predictive-models spatio-temporal extrapolation
edited May 10 at 14:55
Braiam
1085
1085
asked May 9 at 16:18
LucaLuca
1,7462140
1,7462140
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$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.
$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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
$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.
$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
add a comment |
$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.
$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
add a comment |
$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.
$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.
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
add a comment |
$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
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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