Description Usage Arguments Value Examples
This function generates one of 3 beta surfaces examined in the simulations of Meyer, et. al. (2015): 1) ridge, 2) lagged, and 3) immediate. The bivariate function is evaluated over grids t and v, assumed to be of equal length and with equal spacing. The length of the grid must be specified. A 3D perspective plot of the generated surface may also be output.
1 | beta_gen(surface = "ridge", len, surfplot = F)
|
surface |
Choose either "ridge", "lagged", or "immediate". |
len |
The length of the grids over which the surface is evaluated. |
surfplot |
An indicator of whether or not to output a 3D-perspective plot of the surface. The default is False. |
Output is a matrix of values corresponding to the bivariate function evaluated over the gridpoints of t and v.
1 | beta_gen("ridge",len = 225,F)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.