I noticed in the Pirana 23.1.2 release updates, there is an update to the formula used for the calculation of RSE for sqrt(exp(OM^2) - 1) transformed Omega and Sigma.
Previous formula: RSE% = %RSEuntransformed/2
New formula: RSE% = exp(ParameterValue)/ (2*(exp(ParameterValue) – 1)) ParameterValue(%RSEuntransformed).
However, I am unable to find additional background information on the switch. Would appreciate it if someone could shed some light on this.
The new formula is simply the correct one for calculating RSE% for that particular transform. The previous formula was an approximation that lost accuracy as omega values increased.