HP Prime Graphing Wireless Calculator Instrukcja Użytkownika Strona 410

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 409
POISSON_CDF(4,2) returns 0.238103305554.
Probability – Inverse
Normal
Inverse cumulative normal distribution function. Returns the cumulative normal distribution value associated
with the lower-tail probability, p, given the mean, μ, and standard deviation, σ, of a normal distribution. If only
one argument is supplied, it is taken as p, and the assumption is that μ=0 and σ=1.
NORMALD_ICDF([μ,σ,]p)
Example:
NORMALD_ICDF(0,1,0.841344746069) returns 1.
T
Inverse cumulative Student's t distribution function. Returns the value x such that the Student's-t lower-tail
probability of x, with n degrees of freedom, is p.
STUDENT_ICDF(n,p)
Example:
STUDENT_ICDF(3,0.0246659214814) returns –3.2.
χ
2
Inverse cumulative χ
2
distribution function. Returns the value χ such that the χ
2
lower-tail probability of χ,
with n degrees of freedom, is p.
CHISQUARE_ICDF(n,p)
Example:
CHISQUARE_ICDF(2, 0.957147873133) returns 6.3.
F
Inverse cumulative Fisher distribution function. Returns the value x such that the Fisher lower-tail probability
of x, with numerator n and denominator d degrees of freedom, is p.
FISHER_ICDF(n,d,p)
Example:
FISHER_ICDF(5,5,0.76748868087) returns 2.
Binomial
Inverse cumulative binomial distribution function. Returns the number of successes, k, out of n trials, each
with a probability of p, such that the probability of k or fewer successes is q.
BINOMIAL_ICDF(n,p,q)
Example:
BINOMIAL_ICDF(20,0.5,0.6) returns 11.
362 Chapter 22 Functions and commands
Przeglądanie stron 409
1 2 ... 405 406 407 408 409 410 411 412 413 414 415 ... 700 701

Komentarze do niniejszej Instrukcji

Brak uwag