Nothing
interp_cif()convert_to_surv()trim_duplicates to trim_dupsconvert_to_surv() for efficient transformation of hazard/density functions to survival at anchor time points (uses C++ internally).trim_duplicates() to remove repeated S(t) values across the time axis, with tolerance.interp_cif() for constant interpolation of CIF (uses C++ internally).extract_times() to consistently obtain and validate time points from vectors or matrices.assert_prob().mat_interp() and vec_interp() into a single interp() function.interp():const_haz is equivalent to exp_surv).output = "surv"); H(t) and F(t) follow similarly.output = "density")output = "hazard")eval_times, resulting in significant C++ speed-up.times separately to preserve precision.survDistr:data_type argument; input now only S(t).times during construction separately for precision.filter() method for in-place object filtering.rows argument to filter input matrix before interpolation without altering the object.method and times are now active fields, not public members.as_survDistr(x).survDistr class.assert_prob_matrix() for asserting survival, CDF and CIF matrices.mat_interp() and vec_interp() for constant and linear interpolation of survival, CDF and CIF matrices/vectors (using internal Rcpp methods).Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.