Hello Sir,
I want to look for CDF of a standard normal at 0.1 using SAS, so how do I do it.
I also wish to evaluate the inverse of the CDF ie CDF^-1(0.4).
Thanks
prob = CDF('NORMAL', 0,1);
y = QUANTILE('NORMAL', 0,4);
The standard normal CDF evaluated at x is
p = CDF("Normal", x);
The inverse CDF at y is
q = quantile("Normal", y);
For details, see
Four essential functions for statistical programmers - The DO Loop
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.