Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 379 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 379 Bytes

misc

outliers.R - Density based outlier detection. It might be used for sales data.
tryCatchCache.R - This function can enchase fault-tolerance of a system. It is useful for scripts which are run regularly (daily). In case of any error this function will try to use cache. If everything is fine, then wrapper will return inner function results and save a new fresh cache.