Community & Support
Learn
Marketplace
Menu
Menu
Home
›
Discussions
›
Community Q&A
replace an outlier value with average of previous record & next record
anildas
New Altair Community Member
Jul 21, 2020
Updated
Nov 5, 2024
by
Jocelyn
replace an outlier value with average of previous record & next record
Utilization
---------
78
80
2000 (outlier)
91
76
I want replace if the Utilization >99.99 with the average of previous record and next record of the outlier (ie average of 80+91)
Find more posts tagged with
AI Studio
All Replies
Accepted Answers
Sort by:
Sort by
Oldest
▾
1 - 2 of 2
↑
1
↑
MartinLiebig
Altair Employee
Accepted Answer
Jul 21, 2020
Hi,
you can use Generate Attributes first to assign missing values by a rule, like
if(Utilization>90, MISSING_NUMERIC, Utilization)
Then you can use Replace Missing Values (Series) to interpolate.
Best,
Martin
anildas
New Altair Community Member
OP
Jul 21, 2020
Hi Martin, thank you for sharing the idea.
Sort by:
Sort by
Oldest
▾
1 - 1 of 1
↑
1
↑
MartinLiebig
Altair Employee
Accepted Answer
Jul 21, 2020
Hi,
you can use Generate Attributes first to assign missing values by a rule, like
if(Utilization>90, MISSING_NUMERIC, Utilization)
Then you can use Replace Missing Values (Series) to interpolate.
Best,
Martin
View in context
Quick Links
All Categories
Recent Discussions
Activity
Unanswered
日本語 (Japanese)
한국어(Korean)