Given a stage-frequency curve, interpolates stage values at target AEPs. Interpolation is performed in standard normal (z-variate) space for better behavior across orders of magnitude in AEP.
See also
stage2aep for the inverse operation.
Examples
# Get stage at the 1.12% and 0.175% AEP
aep2stage(jmd_rfa_expected$AEP, jmd_rfa_expected$Expected, c(0.0112,1.75E-3))
#> [1] 3861.990 3871.998