-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
26 lines (26 loc) · 1.81 KB
/
DESCRIPTION
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
Package: RobStatTM
Version: 1.0.11
Date: 2025-01-04
Title: Robust Statistics: Theory and Methods
Authors@R: c(person("Matias", "Salibian-Barrera", role = c("cre"), email = "matias@stat.ubc.ca"),
person("Victor", "Yohai", role = "aut", email = "vyohai@gmail.com"),
person("Ricardo", "Maronna", role="aut", email= "rmaronna@retina.ar"),
person("Doug", "Martin", role="aut", email="martinrd3d@gmail.com"),
person("Gregory", "Brownson", role="aut", email="gregory.brownson@gmail.com", comment="ShinyUI"),
person("Kjell", "Konis", role="aut", email="kjellk@gmail.com"),
person("Kjell", "Konis", role="cph", email="kjellk@gmail.com", comment="erfi"),
person("Christophe", "Croux", role="ctb", email="christophe.croux@edhec.edu", comment="WBYlogreg, BYlogreg"),
person("Gentiane", "Haesbroeck", role="ctb", email="G.Haesbroeck@uliege.be", comment="WBYlogreg, BYlogreg"),
person("Martin", "Maechler", role="cph", email="maechler@stat.math.ethz.ch", comment="lmrob.fit, lmrob..M..fit, lmrob.S"),
person("Manuel", "Koller", role="cph", email="koller.manuel@gmail.com", comment="lmrob.fit, .vcov.avar1, lmrob.S, lmrob.lar"),
person("Matias", "Salibian-Barrera", role="aut", email="matias@stat.ubc.ca")
)
Description: Companion package for the book: "Robust Statistics: Theory and Methods, second edition", <http://www.wiley.com/go/maronna/robust>. This package contains code that implements the robust estimators discussed in the recent second edition of the book above, as well as the scripts reproducing all the examples in the book.
Depends: R (>= 3.5.0)
Imports: stats, pyinit, rrcov, robustbase
Suggests: R.rsp
LazyData: yes
License: GPL (>= 3)
RoxygenNote: 7.3.2
Encoding: UTF-8
VignetteBuilder: R.rsp