quantstrat (version 0.15.6)

distributional.boxplot: Visualization of Single Signal

Description

This function employs plotSimpleGamlss in package gamlss.util.

Usage

distributional.boxplot(signal, x.val = seq(1, 50, 5), val = 10,
  ylim = c(-5, 5), xlim = c(0, 50), mai = c(1, 1, 0.3, 0.5), h = 0,
  ...)

Arguments

signal

list of paramset forward looking price changes by asset

x.val

he values of the explanatory variable where we want to see the distribution

val

this parameter determines how the plotted distribution is shown, increase/decrease it if the distribution is not shown properly

ylim

the y limits in the plot

xlim

the x limits in the plot

mai

A numerical vector of the form c(bottom, left, top, right) which gives the margin size specified in inches.

h

the y-value(s) for horizontal line(s).

...

any other passthru parameters

Value

plot