![]()  | 
    
      ITS.ITU.PSeries.P2108 1.1
      
     Part of the NTIA/ITS Propagation Library 
     | 
   
Implements a function to calculate the inverse CCDF. More...
Functions | |
| double | ITS::ITU::PSeries::P2108::InverseComplementaryCumulativeDistribution (const double q) | 
| Compute the inverse complementary cumulative distribution function approximation as described in Recommendation ITU-R P.1057.   | |
Implements a function to calculate the inverse CCDF.
| double ITS::ITU::PSeries::P2108::InverseComplementaryCumulativeDistribution | ( | const double | q | ) | 
Compute the inverse complementary cumulative distribution function approximation as described in Recommendation ITU-R P.1057.
This approximation is sourced from Formula 26.2.23 in Abramowitz & Stegun. This approximation has an error of \( |\epsilon(p)| < 4.5\times 10^{-4} \)
| q | Percentage, \( 0.0 < q < 1.0 \) | 
| std::out_of_range | if the input is outside the range [0.0, 1.0] |