EuroLotteryBacktesting: Euromillions/EuroJackpot Backtesting

View source: R/EuroLotteryBacktesting.R

EuroLotteryBacktestingR Documentation

Euromillions/EuroJackpot Backtesting

Description

Backtests the numbers the user has selected against the full (or the specified) history of Euromillions/EuroJackpot results

Usage

EuroLotteryBacktesting(euroLottery_results, date_since, user_input)

Arguments

euroLottery_results

The full list of EuroMillions/EuroJackpot results

date_since

The date after which the analysis is to be performed, i.e. 2022-12-22

user_input

The seven numbers the user has selected

Value

The backtested results

Author(s)

Tasos Grivas <tasos@openriskcalculator.com>

Examples


euromillions_results = EuroMillionsResults()
user_input = c(10,20,30,40,50,5,10)
backtested_results = EuroLotteryBacktesting(euromillions_results, '2005-01-01', user_input)

sa-ccr/Trading documentation built on Feb. 23, 2024, 9:26 p.m.