new_qenspy_qra_fit: Create a qenspy_qra_fit object

View source: R/qra_fit.R

new_qenspy_qra_fitR Documentation

Create a qenspy_qra_fit object

Description

Create a qenspy_qra_fit object

Usage

new_qenspy_qra_fit(
  param_vec,
  M,
  model_names = rep("", M),
  quantile_levels,
  quantile_groups,
  combine_method,
  loss_trace = NULL
)

Arguments

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

Value

qenspy_qra_fit object


reichlab/covidEnsembles documentation built on Jan. 31, 2024, 7:21 p.m.