Code Monkey home page Code Monkey logo

Comments (4)

BjoernLudwigPTB avatar BjoernLudwigPTB commented on August 15, 2024

Thanks for the valuable input! We are about to begin implementation of a function make_equidistant(t, y, uy, dt = none, kind='previous'), where

  • t is the vector of timestamps,
  • y is the vector of values,
  • uy is the corresponding uncertainty,
  • dt denotes the time difference between samples and
  • kind specifies the kind of interpolation as a string in accordance with scipy.interpolate.interp1d.

@BeneSeePTB: What do you think?

from pydynamic.

BjoernLudwigPTB avatar BjoernLudwigPTB commented on August 15, 2024

Will be finished by the end of this week with linear interpolation of the measurement values.

from pydynamic.

BjoernLudwigPTB avatar BjoernLudwigPTB commented on August 15, 2024

@BeneSeePTB The linear interpolation as well as the trivial cases previous, next and nearest are ready in PR #38 and will be merged and released shortly. I am up to cubic spline interpolation in the mean while or in parallel but will not wait for it. As soon, as @mgrub and me find the time to review the code of the PR it will be out.

from pydynamic.

BjoernLudwigPTB avatar BjoernLudwigPTB commented on August 15, 2024

@BeneSeePTB Merged and released. You can now do

pip install PyDynamic --upgrade

and use it like described here on ReadTheDocs.

from pydynamic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.