-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Vladislav Pyatnitskiy edited this page Sep 5, 2023
·
33 revisions
Welcome to the stockanalytics wiki!
- Default R script:
mean()
- Default R script:
median()
Comparing to previous statistical measures, skewness can be applied to only one set at the time. However, this functional limitation is possible to overcome without any libraries using apply(). Otherwise, try library timeSeries with colSkewness
.
- Default R script:
apply(x,2, function(col) skewness(col))
Same story as with Skewness.
- Default R script:
apply(x,2, function(col) kurtosis(col))
R code: cor()
R code: summary(lm(formula = ~)
l