-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
45 lines (44 loc) · 1.1 KB
/
NAMESPACE
File metadata and controls
45 lines (44 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Generated by roxygen2: do not edit by hand
S3method(coef,evmissing)
S3method(coef,return_level)
S3method(confint,evmissing)
S3method(confint,return_level)
S3method(logLik,evmissing)
S3method(nobs,evmissing)
S3method(plot,block_maxima)
S3method(plot,confint_gev)
S3method(plot,confint_return_level)
S3method(plot,evmissing)
S3method(plot,gev_influence)
S3method(plot,gev_influence_rl)
S3method(print,confint_gev)
S3method(print,confint_return_level)
S3method(print,return_level)
S3method(print,summary.evmissing)
S3method(print,summary.return_level)
S3method(summary,evmissing)
S3method(summary,return_level)
S3method(vcov,evmissing)
S3method(vcov,return_level)
export(block_maxima)
export(block_maxima_ts)
export(days_in_month)
export(days_in_year)
export(gev_bayes)
export(gev_influence)
export(gev_influence_rl)
export(gev_mle)
export(gev_return)
export(gev_ts)
export(gev_weighted)
export(mcar)
export(mcar2)
export(sim_data)
export(sliding_block_maxima_ts)
import(revdbayes)
importFrom(graphics,plot)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,logLik)
importFrom(stats,nobs)
importFrom(stats,vcov)