Can I use the function of Savitzky–Golay filter in DataGraph?

Welcome to our Forums Technical Support Support Desk Can I use the function of Savitzky–Golay filter in DataGraph?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #6696
    hans0504
    Participant
      #6698
      dgteam
      Moderator

        We have LOESS smoothing, which is a related technique.

        https://community.visualdatatools.com/datagraph/knowledge-base/command-fit/#loess

        Here is an article describing these methods that I thought might be helpful.

        https://core.ac.uk/download/pdf/18605558.pdf

        Will the LOESS approach work for your data?

         

        #6702
        hans0504
        Participant

          Dear DGTeam,

          Thanks. I have another question, how can I shift the line to the left, like in the command of “Plot->Plot offset->change the x or y value”?

          Thanks again!

          #6703
          dgteam
          Moderator

            The other commands do have the offset like the Plot command, but you can use an Expression column to generate the needed data.

            For example, if you have an x and y column and you want to offset x, you can enter this expression, where offset is a number variable, like a Slider.  You can also type in a value for the offset directly, but using a variable makes it easy to change or base on the offset on a derived value.

            offset1

            Here is the LOESS example we have in the example files with an offset applied.  The values with and without the offset are shown.

            Does this help?

            offfset2

            #6704
            hans0504
            Participant

              Dear DG Team,

              Thank you so much for your quickly and helpful support! It works now.

              Best regards

            Viewing 5 posts - 1 through 5 (of 5 total)
            • You must be logged in to reply to this topic.

            Welcome to our Forums Technical Support Support Desk Can I use the function of Savitzky–Golay filter in DataGraph?