26-Nov-2018 20:55:20 ASA241_TEST: MATLAB version Test the ASA241 library. TEST01: Let FX = NormalCDF ( X ). NORMAL_01_CDF_VALUES returns some values of ( X, FX ). R4_NORMAL_01_CDF_INVERSE takes FX and computes an estimate X2, of the corresponding input argument, accurate to about 7 decimal places. X FX X2 0.0000000000000000e+00 5.0000000000000000e-01 0.0000000000000000e+00 1.0000000000000001e-01 5.3982783727702899e-01 1.0000000250172568e-01 2.0000000000000001e-01 5.7925970943910299e-01 1.9999999628464415e-01 2.9999999999999999e-01 6.1791142218895256e-01 2.9999998642199610e-01 4.0000000000000002e-01 6.5542174161032418e-01 3.9999998829977018e-01 5.0000000000000000e-01 6.9146246127401312e-01 5.0000000785661003e-01 5.9999999999999998e-01 7.2574688224992701e-01 6.0000002714760259e-01 6.9999999999999996e-01 7.5803634777692697e-01 7.0000001823662605e-01 8.0000000000000004e-01 7.8814460141660325e-01 7.9999998074183565e-01 9.0000000000000002e-01 8.1593987465324047e-01 8.9999995971705993e-01 1.0000000000000000e+00 8.4134474606854293e-01 9.9999999762699621e-01 1.5000000000000000e+00 9.3319279873114191e-01 1.4999998962945638e+00 2.0000000000000000e+00 9.7724986805182079e-01 2.0000002155725989e+00 2.5000000000000000e+00 9.9379033467422395e-01 2.4999999967325786e+00 3.0000000000000000e+00 9.9865010196836990e-01 2.9999996487987062e+00 3.5000000000000000e+00 9.9976737092096446e-01 3.4999998464646098e+00 4.0000000000000000e+00 9.9996832875816688e-01 4.0000003103114752e+00 TEST02: Let FX = NormalCDF ( X ). NORMAL_01_CDF_VALUES returns some values of ( X, FX ). R8_NORMAL_01_CDF_INVERSE takes FX, and computes an estimate X2, of the corresponding input argument, accurate to about 16 decimal places. X FX X2 0.0000000000000000e+00 5.0000000000000000e-01 0.0000000000000000e+00 1.0000000000000001e-01 5.3982783727702899e-01 9.9999999999999992e-02 2.0000000000000001e-01 5.7925970943910299e-01 1.9999999999999990e-01 2.9999999999999999e-01 6.1791142218895256e-01 2.9999999999999977e-01 4.0000000000000002e-01 6.5542174161032418e-01 3.9999999999999997e-01 5.0000000000000000e-01 6.9146246127401312e-01 4.9999999999999983e-01 5.9999999999999998e-01 7.2574688224992701e-01 6.0000000000000164e-01 6.9999999999999996e-01 7.5803634777692697e-01 6.9999999999999984e-01 8.0000000000000004e-01 7.8814460141660325e-01 7.9999999999999982e-01 9.0000000000000002e-01 8.1593987465324047e-01 9.0000000000000002e-01 1.0000000000000000e+00 8.4134474606854293e-01 1.0000000000000000e+00 1.5000000000000000e+00 9.3319279873114191e-01 1.4999999999999998e+00 2.0000000000000000e+00 9.7724986805182079e-01 2.0000000000000000e+00 2.5000000000000000e+00 9.9379033467422395e-01 2.5000000000000040e+00 3.0000000000000000e+00 9.9865010196836990e-01 2.9999999999999969e+00 3.5000000000000000e+00 9.9976737092096446e-01 3.4999999999999831e+00 4.0000000000000000e+00 9.9996832875816688e-01 3.9999999999999996e+00 ASA241_TEST: Normal end of execution. 26-Nov-2018 20:55:20