Winston Lutz RMS values #529
gavinorchin
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the Winston Lutz module I believe that the values that are called RMS are not RMS (Root Mean Square) values. Maybe I'm misinterpreting it but an RMS is the square root of the mean of squared values i.e. SQRT( MEAN(a^2, b^2, c^2 ...)).
The values are calculated as SQRT( SUM(a^2, b^2, c^2 ...)) which could be called the RSS (Root Summed Square) value or the Euclidian distance or the absolute distance.
I think the calculated values are the relevant ones to show, it's just the description of them that I disagree with.
Beta Was this translation helpful? Give feedback.
All reactions