varianceInPercentileRange
Compute the second moment between two CDF percentiles.
Declaration
var = varianceInPercentileRange(self,pctmin,pctmax)
Parameters
pctminlower percentile strictly between 0 and 1pctmaxupper percentile strictly between 0 and 1
Returns
varsecond moment between the requested percentiles
Discussion
This method first finds \(z_{\alpha_{\min}}\) and
\(z_{\alpha_{\max}}\) from the inverse CDF and then evaluates
varianceInRange between those locations.