Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rpackages
IDF
Commits
8309e9ec
Commit
8309e9ec
authored
Nov 14, 2018
by
Jana Ulrich
Browse files
Added exports and Import from stats optim in NAMESPACE file
parent
6c1b09f1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
NAMESPACE
NAMESPACE
+3
-3
R/IDF.R
R/IDF.R
+1
-1
No files found.
NAMESPACE
View file @
8309e9ec
export(IDF.read,IDF,IDF.short,IDF.plot,TS.acc)
export(IDF.read,IDF,IDF.short,IDF.plot,TS.acc
,gev.d.fit,IDF.agg,rgev.d
)
import(ismev,
stats4,
...
...
@@ -6,8 +6,8 @@ import(ismev,
importFrom("grDevices", "rgb")
importFrom("graphics", "axis", "legend", "points")
importFrom("stats", "filter", "lm")
importFrom("stats", "filter", "lm"
, "optim"
)
importFrom("utils", "read.csv2", "read.table", "str")
# Generated by roxygen2: do not edit by hand
R/IDF.R
View file @
8309e9ec
...
...
@@ -461,7 +461,7 @@ IDF.nll <- function(mu=0,sigma=1,xi=0,theta=0,eta=1,x,d,use.log=F,DEBUG=F) {
}
class
(
z
)
<-
"gev.d.fit"
invisible
(
z
)
}
}
# end of function gev.d.fit
######################################################################################################
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment