change examples with help mode to avoid editor warnings

This commit is contained in:
Bogumił Kamiński
2022-04-19 14:01:10 +02:00
parent 160247f5ad
commit a7e9ae6163
5 changed files with 26 additions and 10 deletions

View File

@@ -114,7 +114,10 @@ mean([1, 2, 3])
# start a fresh Julia session before running this code
using Statistics
using StatsBase
?winsor
# - change to help mode by pressing `?` key
# - type "winsor" and press Enter
mean(winsor([8, 3, 1, 5, 7], count=1))
# Code for section 3.4