# Generated by roxygen2: do not edit by hand

S3method("[",reporting_triangle)
S3method("[<-",reporting_triangle)
S3method(as.data.frame,reporting_triangle)
S3method(as.matrix,reporting_triangle)
S3method(as_reporting_triangle,data.frame)
S3method(as_reporting_triangle,matrix)
S3method(as_reporting_triangle,triangle)
S3method(baselinenowcast,data.frame)
S3method(baselinenowcast,reporting_triangle)
S3method(head,reporting_triangle)
S3method(print,reporting_triangle)
S3method(summary,reporting_triangle)
S3method(tail,reporting_triangle)
export(allocate_reference_times)
export(apply_delay)
export(apply_reporting_structure)
export(apply_reporting_structures)
export(as_ChainLadder_triangle)
export(as_reporting_triangle)
export(assert_baselinenowcast_df)
export(assert_reporting_triangle)
export(baselinenowcast)
export(combine_obs_with_pred)
export(estimate_and_apply_delay)
export(estimate_and_apply_delays)
export(estimate_and_apply_uncertainty)
export(estimate_delay)
export(estimate_uncertainty)
export(estimate_uncertainty_retro)
export(fit_by_horizon)
export(fit_nb)
export(get_delays_from_dates)
export(get_delays_unit)
export(get_max_delay)
export(get_mean_delay)
export(get_quantile_delay)
export(get_reference_dates)
export(get_report_dates)
export(get_reporting_structure)
export(is_reporting_triangle)
export(new_baselinenowcast_df)
export(new_reporting_triangle)
export(preprocess_negative_values)
export(sample_nb)
export(sample_nowcast)
export(sample_nowcasts)
export(sample_prediction)
export(sample_predictions)
export(truncate_to_delay)
export(truncate_to_quantile)
export(truncate_to_row)
export(truncate_to_rows)
export(validate_reporting_triangle)
importFrom(checkmate,assert_character)
importFrom(checkmate,assert_choice)
importFrom(checkmate,assert_class)
importFrom(checkmate,assert_data_frame)
importFrom(checkmate,assert_date)
importFrom(checkmate,assert_integerish)
importFrom(checkmate,assert_list)
importFrom(checkmate,assert_matrix)
importFrom(checkmate,assert_names)
importFrom(checkmate,assert_numeric)
importFrom(checkmate,assert_scalar)
importFrom(checkmate,assert_subset)
importFrom(checkmate,check_integerish)
importFrom(checkmate,check_numeric)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_inform)
importFrom(cli,cli_text)
importFrom(cli,cli_warn)
importFrom(purrr,map_dfr)
importFrom(purrr,set_names)
importFrom(rlang,arg_match)
importFrom(stats,aggregate)
importFrom(stats,dnbinom)
importFrom(stats,optimize)
importFrom(stats,reshape)
importFrom(stats,rnbinom)
importFrom(stats,weighted.mean)
importFrom(utils,head)
importFrom(utils,tail)
