 
                    
Definition: The Relative Standard Error (RSE) Calculator computes the RSE, which expresses the standard error as a percentage of the absolute sample mean, using user-provided mean and standard error values.
Purpose: This tool is used in statistics to measure the relative precision of an estimate, facilitating comparison across different datasets or studies.
The calculator uses the following formula:
\( \text{RSE} = \left( \frac{\text{SE}}{|\mu|} \right) \times 100\% \)
where \( \mu \) is the sample mean and SE is the standard error.
Steps:
The RSE is critical for:
Example: Calculate the RSE for a dataset with sample mean = 50 and standard error = 5.
                    Q: What is relative standard error?
                    A: RSE is the standard error expressed as a percentage of the absolute sample mean, indicating the relative precision of an estimate.
                
                    Q: Why is RSE undefined when the mean is zero?
                    A: RSE involves division by the absolute mean, which is undefined if the mean is zero.
                
                    Q: Why must the standard error be non-negative?
                    A: Standard error measures variability and cannot be negative, as it is derived from squared differences.