replace an outlier value with average of previous record & next record
Find more posts tagged with
Sort by:
1 - 1 of
11
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