Description Usage Arguments Value
for each bin in 'bins' select pmfs in 'dat' where expected means in bin equals 'ids' in 'dat' compute interarrival times as expected mean of convolved difference of successive arrivals fit to exponential distribution return interarrival times, exp fit, med and 95
1 | fit_bins(dat, ids, bins, dist = "exp", index = as.numeric(rownames(char_pmfs)))
|
dat |
is a numeric matrix of pmfs (pmf, samples) |
ids |
is a numeric vector of expected means of samples in 'dat' |
bins |
is a list of numeric matrices of pmfs (pmf, samples) |
dist |
is the distribution used by 'fitdistrplus::fitdist' |
index |
is a numeric vector of values associated with pmf in 'dat' |
a list of interarrival times, exp fits, med and ci values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.