Hello
I would like to ask how do I calculate mean value from a set of nmber? I find a built-in function "mean()" in iccap which is the same function as I want. However, there is still a error message "Unrecognized function" which shows up when I execute my program. Please provide me another solution to solve this problem, Thank you.
I would like to ask how do I calculate mean value from a set of nmber? I find a built-in function "mean()" in iccap which is the same function as I want. However, there is still a error message "Unrecognized function" which shows up when I execute my program. Please provide me another solution to solve this problem, Thank you.
The mean function is 'functional', so, since I am not sure of the code you have written, i.e. PEL syntax etc. I am not able to diagnose why you saw an error.
Assuming you have a datasets called 'data' or 's',
you can use the mean function in PEL as:
print mean(data)
print mean(s) (will give you mean of S.11)
print mean(s.21)
(or you can assign a variable to hold value of mean,
like:
x=mean(data)
etc. )
I hope that helps. If you continue to have any problem applying the mean() function, please feel free to contact Agilent EEsof Technical Support at 1 800 4733763, or eesof_support@agilent.com.
Best Regards,
Else