https://vimeo.com/341663153 "Warez is a common computing and broader cultural term referring to pirated software (i.e. illegally copied, often after deactivation of anti-piracy measures) that is distributed via the Internet. Warez is used most commonly as a noun, a plural form of ware (short for computer software), and is intended to be pronounced like the word … Continue reading The Art Of Warez
Category: writing
Forecasting in R: Probability Bins for Time-Series Data
This time-series.R script, below, takes a set of historical time series data and does a walk using the forecast period to generate probabilistic outcomes from the data set. Input file is a csv file with two columns (Date, Value) with dates in reverse chronological order and in ISO-8601 format. Like so: 2019-08-06,1.73 2019-08-05,1.75 2019-08-02,1.86 Output … Continue reading Forecasting in R: Probability Bins for Time-Series Data
