mcdf | R Documentation |
Cumulative distribution of the exceedances of a time series
mcdf(x, dist = "weibull")
x |
An NHPP |
dist |
Name of the distribution. Currently only |
a numeric vector of length equal to the exceedances of x
plot_intensity()
# Fit an NHPP model using the mean as a threshold
nhpp <- fit_nhpp(DataCPSim, tau = 826)
# Compute the cumulative exceedances of the mean
mcdf(nhpp)
# Fit an NHPP model using another threshold
nhpp <- fit_nhpp(DataCPSim, tau = 826, threshold = 200)
# Compute the cumulative exceedances of the threshold
mcdf(nhpp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.