# start a fresh Julia session before running this code
usingStatistics
usingStatsBase
?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
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.