I have been struggling with the elimination of outliers for some time. The PC-DMIS standard method based on a certain amount of sigma, has proven unworkable for me. So I have devised another method that looks through the hit array and finds the outliers. Now that was the easy task. But here comes the problem:
When I know that one of the values is a clear outlier (I know the index and I know what value I want to make it), how do I load a corrected number into that specific loaction?
Here is an example of code that did NOT work:
How would I load 0 into the first Z location of this hit array???
??
Jan.
When I know that one of the values is a clear outlier (I know the index and I know what value I want to make it), how do I load a corrected number into that specific loaction?
Here is an example of code that did NOT work:
Code:
ASSIGN/[COLOR="Red"]SIMULATED_DATUM_E.HIT[1].Z[/COLOR] = 0

Jan.
Comment