CondCopulas 0.1.4.1
- Fix CRAN
NOTE
:-
Found the following (possibly) invalid URLs:
URL: https://arxiv.org/pdf/2204.03285.pdf (moved to http://arxiv.org/pdf/2204.03285)
From: README.md
Status: 301
Message: Moved Permanently
For content that is 'Moved Permanently', please change http to https,
add trailing slashes, or replace the old by the new URL.
-
CondCopulas 0.1.4
-
Argument names have been shortened: functions taking arguments of the form
observedX1 =
are now simplified toX1 = ...
(which was already an interface present for some of the functions of the package). -
Errors because of inputs of different lengths (for example computing some kind
of dependence between two vectorsX1
andX2
of different lengths) are now
of the classDifferentLengthsError
. Their messages now explicitly give the
lengths of the different objects. -
Function
CKT.kernel
can now handle argumentsX1
,X2
andZ
in the case
where these are matrices with 1 column. -
Function
simpA.kendallReg
can handle the case where only one regressor is given.
It also usesstats::lm.fit
for the unpenalized regression.
A typo in the Wald test statistic has been fixed.
Its output is anS3
object of classsimpA_kendallReg_test
withprint
,plot
,coef
, andvcov
methods. -
Function
CKT.kernel
has now more options to control the possible display of
the progress bar to show the progress of the computation. -
New dependency:
testthat
has been added toSuggests
. -
New dependency:
DiagrammeR
has been added toSuggests
(for nice plotting of the tree generated bybCond.treeCKT
).
This package was already suggested bydata.tree
(which is imported). -
Fix CRAN
NOTE
:-
Found the following Rd file(s) with Rd \link{} targets missing package anchors:
estimateParCondCopula.Rd: VineCopula
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
-
CondCopulas 0.1.3
-
Adding a warning to
CKT.kernel()
when some estimated conditional Kendall's
taus areNA
because of a too small bandwidth. -
Fixing a bug for
CKT.kernel()
when the conditioning variable is multivariate. -
Adding and updating references for conditional copulas with discretized conditioning events.
-
Fix an error when running
bCond.simpA.CKT()
. -
Fix default value of the argument
minSize
inbCond.treeCKT()
to be
minSize = minProb * nrow(XI)
as intended. -
Functions
CKT.kernel()
andCKT.estimate()
now warn and returnnumeric(0)
when the argumentnewZ
isnumeric(0)
.