Skip to content

Commit

Permalink
Merge pull request AllenDowney#41 from felgru/master
Browse files Browse the repository at this point in the history
inconsistent naming of argument in description of Cdf.Percentile(p)
  • Loading branch information
AllenDowney committed Apr 13, 2016
2 parents 652d075 + f2be483 commit b865a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/book.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3104,7 +3104,7 @@ \section{Percentile-based statistics}
\item {\tt PercentileRank(x)}: Given a value {\tt x}, computes its
percentile rank, $100 \cdot \CDF(x)$.

\item {\tt Percentile(p)}: Given a percentile rank {\tt rank},
\item {\tt Percentile(p)}: Given a percentile rank {\tt p},
computes the corresponding value, {\tt x}. Equivalent to {\tt
Value(p/100)}.

Expand Down

0 comments on commit b865a59

Please sign in to comment.