Skip to content

Commit

Permalink
Export functions explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
paulnorthrop committed Dec 21, 2023
1 parent 2a1195a commit 76976ba
Showing 1 changed file with 80 additions and 5 deletions.
85 changes: 80 additions & 5 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,83 @@ importFrom("stats", acf, dnorm, integrate, lowess, lsfit, optim,
################################################
## functions
################################################
exportPattern(".")
S3method("plot", "fGEVFIT")
S3method("summary", "fGEVFIT")
S3method("plot", "fGPDFIT")
S3method("summary", "fGPDFIT")

export(
# DataPreprocessing
blockMaxima,
findThreshold,
pointProcess,
deCluster,
# ExtremeIndex
thetaSim,
blockTheta,
clusterTheta,
runTheta,
ferrosegersTheta,
exindexPlot,
exindexesPlot,
# ValueAtRisk
VaR,
CVaR,
# GevDistribution
dgev,
pgev,
qgev,
rgev,
gevMoments,
gevSlider,
# GpdDistribution
dgpd,
pgpd,
qgpd,
rgpd,
gpdMoments,
gpdSlider,
# ExtremesData
emdPlot,
qqparetoPlot,
mePlot,
mrlPlot,
mxfPlot,
msratioPlot,
recordsPlot,
ssrecordsPlot,
sllnPlot,
lilPlot,
xacfPlot,
normMeanExcessFit,
ghMeanExcessFit,
hypMeanExcessFit,
nigMeanExcessFit,
ghtMeanExcessFit,
# GevModelling
gevSim,
gumbelSim,
gevFit,
gumbelFit,
gevrlevelPlot,
# GpdModelling
gpdSim,
gpdFit,
# GevMdaEstimation
hillPlot,
shaparmPlot,
shaparmPickands,
shaparmHill,
shaparmDEHaan,
# GpdRisk
gpdQPlot,
gpdQuantPlot,
gpdRiskMeasures,
gpdSfallPlot,
gpdShapePlot,
gpdTailPlot,
tailPlot,
tailSlider,
tailRisk
)

S3method(plot, fGEVFIT)
S3method(summary, fGEVFIT)
S3method(plot, fGPDFIT)
S3method(summary, fGPDFIT)

0 comments on commit 76976ba

Please sign in to comment.