توضیح 1
Estimated time: 56 minutes.
Loading
درس 5 از 11
Reverse the normal CDF to turn coverage targets into operational thresholds.
وضعیت ترجمه محتوای درس
ترجمه دانشگاهی فارسی در حال بازبینی انسانی است. متن آموزشی تأییدشده انگلیسی در ادامه نمایش داده میشود؛ رابط کاربری فارسی است و فرمولها، کد R، نمادگذاری و نام ستونها چپبهراست باقی میمانند.
Lesson 7.4
Reverse the normal CDF to turn coverage targets into operational thresholds. Business question: Find a threshold met 90% of the time.
توضیح 1
Estimated time: 56 minutes.
توضیح 2
Prior knowledge: complements, algebra, probability notation, and careful unit conversion.
توضیح 3
Find a normal quantile from a left-tail, right-tail, or central probability.
توضیح 4
Translate a percentile threshold into a feasible business rule.
توضیح 5
Interpret a inverse normal: percentiles, thresholds, and service levels result in business context with consistent units.
توضیح 6
Use and explain the relevant base R distribution functions without confusing density, probability, quantiles, or simulation.
Core explanation
Quantile: The x value with a specified cumulative probability. Tail conversion: Right-tail targets must be converted to left-tail area. Central interval: Split excluded probability equally when symmetry is intended.
توضیح 1
A probability is an area over an event, not an unexplained curve height.
توضیح 2
State the random variable, support, units, and assumptions before using a formula.
توضیح 3
Connect every numerical answer to a practical decision and limitation.
اصطلاحات
The x value with a specified cumulative probability.
The 95th percentile response time.
Right-tail targets must be converted to left-tail area.
Top 10% uses cumulative area 0.90.
Split excluded probability equally when symmetry is intended.
Middle 90% leaves 5% per tail.
نمادگذاری و فرمولها
x=mu+z_p sigma, where Phi(z_p)=p
Symbols: p is a left-tail probability with 0<p<1; z_p is its standard-normal quantile; mu is the mean; sigma>0 is the standard deviation; x is the requested threshold. Units: x, mu, and sigma use the measurement unit; p and z_p are unit-free. Use: apply this relationship only after defining the model and event. Plain-text equivalent: x=mu+z_p sigma, where Phi(z_p)=p.
مثال حلشده
سناریو
Response time is N(18,3).
بررسی با R
qnorm() returns a quantile from a left-tail probability; verify the result by passing it to pnorm().Use qnorm(0.90,18,3).
تمرین هدایتشده
سناریو
Mass is N(500,12).
بررسی با R
qnorm() returns a quantile from a left-tail probability; verify the result by passing it to pnorm().Use left-tail area 0.975.
فعالیت تعاملی
مساحت بازه نرمال
0.6827
احتمال تجمعی
x = 60.252
تمرین مستقل
سناریو
Scores are N(70,8).
بررسی با R
qnorm() returns a quantile from a left-tail probability; verify the result by passing it to pnorm().Use cumulative areas 0.10 and 0.90.
تمرین مستقل
سناریو
A process metric is N(40,5).
بررسی با R
qnorm() returns a quantile from a left-tail probability; verify the result by passing it to pnorm().Use qnorm(0.05,40,5).
تمرین مستقل
سناریو
Daily demand is N(300,40).
بررسی با R
qnorm() returns a quantile from a left-tail probability; verify the result by passing it to pnorm().Use the 99th percentile and discuss model risk.
ارتباط با R
qnorm() returns a quantile from a left-tail probability; verify the result by passing it to pnorm(). Run the original starter code, inspect every printed intermediate value, then modify one assumption and explain the decision impact. Keep code, formulas, function names, column names, and numerical output left-to-right.
Live R Lab
Find thresholds from cumulative probabilities and central coverage.
Ready to run
Common mistakes and model safeguard
Base R qnorm uses a left-tail probability; convert upper-tail wording before calling it. Also check tail direction, parameter units, support, and whether software returned density, cumulative probability, a quantile, or generated data.
Originality and provenance
Original synthetic data generated for STATLAB Academy. No textbook data used.
بازاندیشی
Name the assumption, the evidence you would seek, and how the recommendation could change.
Lesson summary
Reverse the normal CDF to turn coverage targets into operational thresholds. The reliable workflow is: define X and units, justify the model, state the event, calculate, verify, interpret, and disclose limitations.
توضیح 1
Quantile: The x value with a specified cumulative probability.
توضیح 2
Tail conversion: Right-tail targets must be converted to left-tail area.
توضیح 3
Central interval: Split excluded probability equally when symmetry is intended.
دستیار
Coach me through Inverse Normal: Percentiles, Thresholds, and Service Levels one decision at a time. Before submission, give hints only and do not reveal quiz answers or complete my recommendation.
منبع
Download an original, accessible STATLAB Academy reference and practice sheet.
دریافتارزیابی پایانی