From 3ebed17691b04b1929fd0ed4431d92fe26949301 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Wed, 30 Dec 2020 22:17:41 +0100 Subject: [PATCH] fix: small error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a3d0cda..735bb2c 100644 --- a/README.md +++ b/README.md @@ -513,7 +513,7 @@ var quantileValue = ecStat.statistics.quantile(dataList, p); ##### Parameter * `dataList` : `number[]`. Sorted array of numbers. -* `p`: `number`. where 0 =< *p* <= 1. For example, the first quartile at p = 0.25, the seconed quartile at p = 0.5(same as the median), and the third quartile at p = 0.75. +* `p`: `number`. where 0 =< *p* <= 1. For example, the first quartile at p = 0.25, the second quartile at p = 0.5(same as the median), and the third quartile at p = 0.75. ##### Return Value