This function generates the column names of a rand walk
data frame.
Usage
rand_walk_column_names(.rand_data, .dim_names, .num_sims, .t)
Arguments
- .rand_data
A data frame from which column names are to be extracted.
- .dim_names
The dimnames passed from the rand walk function.
- .num_sims
The number of simulations.
- .t
Ther periods in the walk
Details
The rand_walk_column_names function takes a data frame as input and
returns the rand walk data with column names.
See also
Other Utility Functions:
confidence_interval(),
convert_snake_to_title_case(),
generate_caption(),
get_attributes(),
rand_walk_helper(),
running_quantile(),
std_cum_max_augment(),
std_cum_mean_augment(),
std_cum_min_augment(),
std_cum_prod_augment(),
std_cum_sum_augment(),
subset_walks()
Author
Steven P. Sanderson II, MPH