make_sim_weights_matrix.RdTakes a long dataframe of symbol, date, target_weight and returns a wide matrix of date, and columns for target weights for each symbol.
Helper function for wrangling data into the required shape for simulation.
make_sim_weights_matrix(weights)Long dataframe of symbol, date, target_weight
Wide matrix of date, and columns for target weights for each symbol