draw_comparison_result_plot: draw multiple plots based on rolling regression prediction

Description Usage Arguments Details Value Examples

View source: R/draw_comparison_result_plot.R

Description

draw multiple plots based on rolling regression prediction

Usage

1
draw_comparison_result_plot(input, rolled_input)

Arguments

rolled_input

calculated from function execute_roll_linear

target

single stock

Details

draws the plot of showing all upper,lower,middle boundary prediction for each given period. It will compute the all necessary tool to draw the rolling sliding window based linear regression, it will draw the line for each corresponding purpose, as commented

Value

draws plots

Examples

1
prediction_matrix= draw_comparison_result_plot(stock, rolled_input)

seungbochoi/private_Rpackage documentation built on May 17, 2019, 12:12 a.m.