I have scenario where, It needs to decide whether we can combine two or more variables to form single derived variable. for example: if we have 100 samples of distance traveled and time taken to travel same distance then can we combine these two variables and derive single variable from it like Speed = Distance/Time for all 100 samples. I need some mechanism or tests which should provide me statistical way of confirmation about forming Speed as new single derived variable. Is there any significance test or mechanism to get it done?
Any help would be appreciated and Thanks in Advance!