fix: correct link to wikipedia
Standard Deviation -> Standard_deviation
This commit is contained in:
committed by
GitHub
parent
517227ae9d
commit
5300433783
@ -8,7 +8,7 @@ dashedName: cumulative-standard-deviation
|
|||||||
|
|
||||||
# --description--
|
# --description--
|
||||||
|
|
||||||
Write a function that takes an array of numbers as parameter and returns the [standard deviation](<https://en.wikipedia.org/wiki/Standard Deviation>) of the series.
|
Write a function that takes an array of numbers as parameter and returns the [standard deviation](<https://en.wikipedia.org/wiki/Standard_deviation>) of the series.
|
||||||
|
|
||||||
# --hints--
|
# --hints--
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user