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
if (FALSE) { # \dontrun{
# Get stage at the 1% and 0.1% AEP
aep2stage(curve$AEP, curve$stage, c(0.01, 0.001))
} # }