How to estimate the not available observation in time series data?How to merge monthly, daily and weekly data?Time series with erroneous dataAnomaly detection using RNN LSTMClassification/Prediction based on Multivariate Time SeriesRecommended model for univariate or multivariate multistep ahead time series forecastingObservation Operator - Data AssimilationNeural Network Architecture for batch of time series dataDealing with time series data which is not continuoushow to deal with missing data in time series?principles of time series analysis by neural network models

How is the Swiss post e-voting system supposed to work, and how was it wrong?

Are the common programs (for example: "ls", "cat") in Linux and BSD come from the same source code?

Did CP/M support custom hardware using device drivers?

Instead of Universal Basic Income, why not Universal Basic NEEDS?

Make a transparent 448*448 image

Have researchers managed to "reverse time"? If so, what does that mean for physics?

If I can solve Sudoku can I solve TSP? If yes, how?

Russian cases: A few examples, I'm really confused

At what level can a dragon innately cast its spells?

Sailing the cryptic seas

Who is our nearest planetary neighbor, on average?

Do I need life insurance if I can cover my own funeral costs?

When do we add an hyphen (-) to a complex adjective word?

How many prime numbers are there that can't be written as a sum of two composite numbers?

Gravity magic - How does it work?

Parent theme necessary?

What is this large pipe coming out of my roof?

Know when to turn notes upside-down(eighth notes, sixteen notes, etc.)

Why must traveling waves have the same amplitude to form a standing wave?

Why are there 40 737 Max planes in flight when they have been grounded as not airworthy?

Good allowance savings plan?

I need to drive a 7/16" nut but am unsure how to use the socket I bought for my screwdriver

Employee lack of ownership

Should we release the security issues we found in our product as CVE or we can just update those on weekly release notes?



How to estimate the not available observation in time series data?


How to merge monthly, daily and weekly data?Time series with erroneous dataAnomaly detection using RNN LSTMClassification/Prediction based on Multivariate Time SeriesRecommended model for univariate or multivariate multistep ahead time series forecastingObservation Operator - Data AssimilationNeural Network Architecture for batch of time series dataDealing with time series data which is not continuoushow to deal with missing data in time series?principles of time series analysis by neural network models













1












$begingroup$


Suppose, I have a 30 seconds time-step observations of sports data, in some of the intervals the game was partially/fully stopped. I'm trying to prep the data for a time series analysis. Is it justified to take it as zero when it was stopped fully? or I have to interpolate the value...



Here is the sample of data created without taking DeadBallMin(game paused) into account...



** columns A and B are actual data observed during the time-step.



** Exp_Win_A and Exp_Win_B are monotonic increasing. And assume all the features are uniformly distributed within the time-step.



 A B Exp_win_A Exp_win_B DeadBallMin
0 1 0 0.891713 1.074992 0.000000
1 0 1 0.893859 1.076465 0.000000
2 0 1 0.930300 1.077941 0.036633
3 0 1 0.932539 1.112289 0.000000
4 0 0 0.934783 1.122372 0.907834


From the above table, in the second row, the game was stopped for 33.67% of the time-step.



Question



Any suggestions on how to incorporate the 'DeadBallMin' time into Exp_win_A & Exp_win_B while keeping the behaviour?










share|improve this question









$endgroup$











  • $begingroup$
    Is high precision estimation favorable for you?
    $endgroup$
    – alireza zolanvari
    yesterday










  • $begingroup$
    Yes, I can work with that.
    $endgroup$
    – Abs
    yesterday















1












$begingroup$


Suppose, I have a 30 seconds time-step observations of sports data, in some of the intervals the game was partially/fully stopped. I'm trying to prep the data for a time series analysis. Is it justified to take it as zero when it was stopped fully? or I have to interpolate the value...



Here is the sample of data created without taking DeadBallMin(game paused) into account...



** columns A and B are actual data observed during the time-step.



** Exp_Win_A and Exp_Win_B are monotonic increasing. And assume all the features are uniformly distributed within the time-step.



 A B Exp_win_A Exp_win_B DeadBallMin
0 1 0 0.891713 1.074992 0.000000
1 0 1 0.893859 1.076465 0.000000
2 0 1 0.930300 1.077941 0.036633
3 0 1 0.932539 1.112289 0.000000
4 0 0 0.934783 1.122372 0.907834


From the above table, in the second row, the game was stopped for 33.67% of the time-step.



Question



Any suggestions on how to incorporate the 'DeadBallMin' time into Exp_win_A & Exp_win_B while keeping the behaviour?










share|improve this question









$endgroup$











  • $begingroup$
    Is high precision estimation favorable for you?
    $endgroup$
    – alireza zolanvari
    yesterday










  • $begingroup$
    Yes, I can work with that.
    $endgroup$
    – Abs
    yesterday













1












1








1





$begingroup$


Suppose, I have a 30 seconds time-step observations of sports data, in some of the intervals the game was partially/fully stopped. I'm trying to prep the data for a time series analysis. Is it justified to take it as zero when it was stopped fully? or I have to interpolate the value...



Here is the sample of data created without taking DeadBallMin(game paused) into account...



** columns A and B are actual data observed during the time-step.



** Exp_Win_A and Exp_Win_B are monotonic increasing. And assume all the features are uniformly distributed within the time-step.



 A B Exp_win_A Exp_win_B DeadBallMin
0 1 0 0.891713 1.074992 0.000000
1 0 1 0.893859 1.076465 0.000000
2 0 1 0.930300 1.077941 0.036633
3 0 1 0.932539 1.112289 0.000000
4 0 0 0.934783 1.122372 0.907834


From the above table, in the second row, the game was stopped for 33.67% of the time-step.



Question



Any suggestions on how to incorporate the 'DeadBallMin' time into Exp_win_A & Exp_win_B while keeping the behaviour?










share|improve this question









$endgroup$




Suppose, I have a 30 seconds time-step observations of sports data, in some of the intervals the game was partially/fully stopped. I'm trying to prep the data for a time series analysis. Is it justified to take it as zero when it was stopped fully? or I have to interpolate the value...



Here is the sample of data created without taking DeadBallMin(game paused) into account...



** columns A and B are actual data observed during the time-step.



** Exp_Win_A and Exp_Win_B are monotonic increasing. And assume all the features are uniformly distributed within the time-step.



 A B Exp_win_A Exp_win_B DeadBallMin
0 1 0 0.891713 1.074992 0.000000
1 0 1 0.893859 1.076465 0.000000
2 0 1 0.930300 1.077941 0.036633
3 0 1 0.932539 1.112289 0.000000
4 0 0 0.934783 1.122372 0.907834


From the above table, in the second row, the game was stopped for 33.67% of the time-step.



Question



Any suggestions on how to incorporate the 'DeadBallMin' time into Exp_win_A & Exp_win_B while keeping the behaviour?







time-series recurrent-neural-net






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked yesterday









Abs Abs

364




364











  • $begingroup$
    Is high precision estimation favorable for you?
    $endgroup$
    – alireza zolanvari
    yesterday










  • $begingroup$
    Yes, I can work with that.
    $endgroup$
    – Abs
    yesterday
















  • $begingroup$
    Is high precision estimation favorable for you?
    $endgroup$
    – alireza zolanvari
    yesterday










  • $begingroup$
    Yes, I can work with that.
    $endgroup$
    – Abs
    yesterday















$begingroup$
Is high precision estimation favorable for you?
$endgroup$
– alireza zolanvari
yesterday




$begingroup$
Is high precision estimation favorable for you?
$endgroup$
– alireza zolanvari
yesterday












$begingroup$
Yes, I can work with that.
$endgroup$
– Abs
yesterday




$begingroup$
Yes, I can work with that.
$endgroup$
– Abs
yesterday










1 Answer
1






active

oldest

votes


















1












$begingroup$

One of the most common ways for this purpose is to generate artificial data for that intervals. One of the most novel and powerful algorithms for this purpose is Generative Query Network (GQN).



In this algorithm the basic application is to create a 3D model of an object by observing a few 2D samples of it. So, the network by receiving the angle of the camera beside the 2D image, try to construct the 3D model.



But in this case for time series data, time can play the role of camera angle. So, you can generate high precision artificial data in the case of data lost.



Here is a brief description of this algorithm.



And also here is an implementation of it using Pytorch.



For more information you can read it's respective paper.






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%2f47298%2fhow-to-estimate-the-not-available-observation-in-time-series-data%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









    1












    $begingroup$

    One of the most common ways for this purpose is to generate artificial data for that intervals. One of the most novel and powerful algorithms for this purpose is Generative Query Network (GQN).



    In this algorithm the basic application is to create a 3D model of an object by observing a few 2D samples of it. So, the network by receiving the angle of the camera beside the 2D image, try to construct the 3D model.



    But in this case for time series data, time can play the role of camera angle. So, you can generate high precision artificial data in the case of data lost.



    Here is a brief description of this algorithm.



    And also here is an implementation of it using Pytorch.



    For more information you can read it's respective paper.






    share|improve this answer









    $endgroup$

















      1












      $begingroup$

      One of the most common ways for this purpose is to generate artificial data for that intervals. One of the most novel and powerful algorithms for this purpose is Generative Query Network (GQN).



      In this algorithm the basic application is to create a 3D model of an object by observing a few 2D samples of it. So, the network by receiving the angle of the camera beside the 2D image, try to construct the 3D model.



      But in this case for time series data, time can play the role of camera angle. So, you can generate high precision artificial data in the case of data lost.



      Here is a brief description of this algorithm.



      And also here is an implementation of it using Pytorch.



      For more information you can read it's respective paper.






      share|improve this answer









      $endgroup$















        1












        1








        1





        $begingroup$

        One of the most common ways for this purpose is to generate artificial data for that intervals. One of the most novel and powerful algorithms for this purpose is Generative Query Network (GQN).



        In this algorithm the basic application is to create a 3D model of an object by observing a few 2D samples of it. So, the network by receiving the angle of the camera beside the 2D image, try to construct the 3D model.



        But in this case for time series data, time can play the role of camera angle. So, you can generate high precision artificial data in the case of data lost.



        Here is a brief description of this algorithm.



        And also here is an implementation of it using Pytorch.



        For more information you can read it's respective paper.






        share|improve this answer









        $endgroup$



        One of the most common ways for this purpose is to generate artificial data for that intervals. One of the most novel and powerful algorithms for this purpose is Generative Query Network (GQN).



        In this algorithm the basic application is to create a 3D model of an object by observing a few 2D samples of it. So, the network by receiving the angle of the camera beside the 2D image, try to construct the 3D model.



        But in this case for time series data, time can play the role of camera angle. So, you can generate high precision artificial data in the case of data lost.



        Here is a brief description of this algorithm.



        And also here is an implementation of it using Pytorch.



        For more information you can read it's respective paper.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered yesterday









        alireza zolanvarialireza zolanvari

        15311




        15311



























            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%2f47298%2fhow-to-estimate-the-not-available-observation-in-time-series-data%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

            Marja Vauras Lähteet | Aiheesta muualla | NavigointivalikkoMarja Vauras Turun yliopiston tutkimusportaalissaInfobox OKSuomalaisen Tiedeakatemian varsinaiset jäsenetKasvatustieteiden tiedekunnan dekaanit ja muu johtoMarja VaurasKoulutusvienti on kestävyys- ja ketteryyslaji (2.5.2017)laajentamallaWorldCat Identities0000 0001 0855 9405n86069603utb201588738523620927

            Which is better: GPT or RelGAN for text generation?2019 Community Moderator ElectionWhat is the difference between TextGAN and LM for text generation?GANs (generative adversarial networks) possible for text as well?Generator loss not decreasing- text to image synthesisChoosing a right algorithm for template-based text generationHow should I format input and output for text generation with LSTMsGumbel Softmax vs Vanilla Softmax for GAN trainingWhich neural network to choose for classification from text/speech?NLP text autoencoder that generates text in poetic meterWhat is the interpretation of the expectation notation in the GAN formulation?What is the difference between TextGAN and LM for text generation?How to prepare the data for text generation task

            Is this part of the description of the Archfey warlock's Misty Escape feature redundant?When is entropic ward considered “used”?How does the reaction timing work for Wrath of the Storm? Can it potentially prevent the damage from the triggering attack?Does the Dark Arts Archlich warlock patrons's Arcane Invisibility activate every time you cast a level 1+ spell?When attacking while invisible, when exactly does invisibility break?Can I cast Hellish Rebuke on my turn?Do I have to “pre-cast” a reaction spell in order for it to be triggered?What happens if a Player Misty Escapes into an Invisible CreatureCan a reaction interrupt multiattack?Does the Fiend-patron warlock's Hurl Through Hell feature dispel effects that require the target to be on the same plane as the caster?What are you allowed to do while using the Warlock's Eldritch Master feature?