Jump to content

Value Search FOR deviations/outliers?


Ben

Recommended Posts

I'm trying to create a Value Search to only return deviations/outliers in my dataset, but can't think of a way to do so. For instance, the Value Search for the image below would return the date ranges of Jan 1 - Jan 11 and Apr 6 - May 11.

I've tried creating a Reference Profile and Custom Conditions, but it's tricky because this variable can move up or down "smoothly", while these violent deviations/outliers can show up at any point.

Most documentation and forum threads seem to cover filtering outliers, and not identifying them. Any help would be appreciated. Thanks!

image.thumb.png.50e6b814b7c9bddd2af2421048bb5ca7.png

Edited by Ben
Link to comment
Share on other sites

  • Administrators

Ben,

You can probably use a moving standard deviation to find that condition.

Below is an example formula. Note: you can use signal from condition too, but you may want to create a condition with the periods function so you can have better control over the moving range:

$signal.aggregate(stdDev(), periods(20min,5min), middleKey())

Hope this helps.

Teddy

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...