Search notes:

R function: quantile

#   See also
#     -> summary
#

quantile(c(1, 10, 100, 1000, 2, 20, 200, 2000))
#  0%  25%  50%  75% 100%
#   1    8   60  400 2000

cat("\n\n")
quantile(100:200, .15) # the 15 percentile
# 15%
# 115
Github repository about-r, path: /functions/quantile.R

See also

summary
Index to (some) R functions

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1745487828, '52.14.17.231', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/R/functions/quantile(52): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78