new_qenspy_qra_fit | R Documentation |
Create a qenspy_qra_fit object
new_qenspy_qra_fit(
param_vec,
M,
model_names = rep("", M),
quantile_levels,
quantile_groups,
combine_method,
loss_trace = NULL
)
param_vec |
numeric vector of "raw" parameter estimates |
M |
integer number of models |
model_names |
name for each model |
quantile_levels |
numeric vector of quantile levels |
quantile_groups |
number of quantile groups |
combine_method |
string specifying combination method; either "convex_mean" or "convex_median" |
loss_trace |
numeric vector of loss trace per iteration of estimation |
qenspy_qra_fit object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.