[Se...] Posted March 29 Share Posted March 29 Hello guys, I have a part with multiple identical cells within it. I am checking simple width and depth of each cell. The spec asks for a standard deviation of those widths and depths across all cells to be below a certain value. Is it possible to calculate it using a formula in a Result Element? Can anyone please help with the formula? basically an equivalent of an excel formula of =STDEV.S(W1,W2,W3,etc). thanks. Link to comment Share on other sites More sharing options...
[Ke...] Posted March 29 Share Posted March 29 It should be possible to calculate using a formula, however there is no shortcut formula for Standard Deviation in Calypso to my knowledge. Link to comment Share on other sites More sharing options...
[Cl...] Posted March 29 Share Posted March 29 I don't have access to Calypso right now, but you should be able to complete this formula in (several) a Result Elements. Calculate the mean (the simple average of the numbers) by adding all the data points and dividing them by the number of data points. Subtract the mean from each data point and square the result. Find the mean of those squared differences (variance). Find the square root of the variance. This is the standard deviation. Link to comment Share on other sites More sharing options...
[Ph...] Posted March 29 Share Posted March 29 STDEV.S list(21,36,54,82).statistics.standardDeviation STDEV.P list(21,36,54,82).sigma Link to comment Share on other sites More sharing options...
[Se...] Posted March 29 Author Share Posted March 29 Please sign in to view this quote. thank you very much! had to break it into 2 result elements - one for sample mean and one for the sqrt of variance as the overall formula was way too long and messy, but got what i needed. Link to comment Share on other sites More sharing options...
[Se...] Posted March 29 Author Share Posted March 29 Please sign in to view this quote. Thank you! i have already done it the long way, but good to know there's a shortcut too. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in