View source: R/estimation_functions.R
estimate_exp_ol | R Documentation |
This function has the right signature to be used in gof_test_sim
,
and estimates the rate parameter as the reciprocal of the sample mean.
estimate_exp_ol(x, noverlap = 1)
x |
The data. |
noverlap |
The extent to which the data is overlapped. This is not used,
but required for compatibility with |
A list with one item:
the rate parameter, calculated as the reciprocal of the mean of x
Other Estimation functions:
estimate_logis_ol()
,
estimate_mean_sd_ol()
estimate_exp_ol(rexp(100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.