Jump to content
  • To Search the Seeq Knowledgebase:

    button_seeq-knowledgebase.png.ec0acc75c6f5b14c9e2e09a6e4fc8d12.png.4643472239090d47c54cbcd358bd485f.png

Search the Community

Showing results for tags 'startkey()'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Community Technical Forums
    • Tips & Tricks
    • General Seeq Discussions
    • Seeq Data Lab
    • Seeq Developer Club
    • Seeq Admin Forum
    • Feature Requests

Categories

  • Seeq FAQs
  • Online Manual
    • General Information

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Company


Title


Level of Seeq User

Found 1 result

  1. Hi, I have a signal that grows and then decreases over a condition. I would like to calculate only the average rate of growth, that is from the start value to the maximum. The signal does not grow monotically, which means that the rate locally decreases before the maximum is attained. I tried to calculate the rate with this formula, but Seeq would not accept it: $signal_start = $signal.aggregate(startValue(), $condition, middleKey(), 0s) $signal_max = $signal.aggregate(maxValue(), $condition, middleKey(), 0s) $rate = ($signal_max - $signal_start)/($signal.maxKey($condition) - $signal.startKey($condition)) Would you have any suggestion how one could do this without using the derivative() function? Thank you very much in advance for your answer.
×
×
  • Create New...