Releases: AlexisDerumigny/CondCopulas
v0.2.0
New features
-
New function
measures_nonsimplifyingness_NPfor the estimation of the
non-parametric measures of non-simplifyingness for conditional copulas,
introduced in arXiv:2504.07704. -
Add more explicit warnings in
estimateNPCondCopulawhen the bandwidthh
is too small. This should reduce the total number of warnings there when using
too small bandwidth. The previous behavior was the following: there would be 1
warning per value ofX3such that the total sum of kernel-based weights is 0.
The new behavior is the following: there is 1 warning per call of
estimateNPCondCopula. -
Inputs
ZandnewZtoCKT.kernelcan be of classdata.frame, provided
that all the entries are numeric (and that the dimensions match). -
Add option
warnNA = FALSEtoCKT.kernelfor not raising warnings if some
of the estimated conditional Kendall's tau areNAs. The corresponding warning
has also been improved and is more explicit about the number ofNAs produced,
in particular, if the input already containedNAs. -
CKT.kernelnow returns anS3object of classestimated_CKT_kernelwith
se,confintandplotmethods. -
In case of cross-validation,
CKT.kernelalso returns the result of the
corresponding function (CKT.hCV.l1outorCKT.hCV.Kfolds). -
New option
nPairs = "all"inCKT.hCV.l1outto use all possible pairs.
Also available inCKT.kernelifCKT.hCV.l1outis chosen as the
cross-validation method. -
New S3 generic
sefor the standard errors. Currently only used for objects
returned bysimpA.kendallRegandCKT.kernel.
Bug fixes
-
In
simpA.NPandsimpA.param, the parametertruncValused to have no
effect (contrary to what was written in the documentation). It is now taken into
account. Also it is now checked that this parameter belongs to the interval
[0, 1/2)so that the integration interval is not empty. -
In
simpA.NPandsimpA.param, the weights involved in the Gaussian
quadrature have been fixed to correspond to the correct integration interval. -
Fix a bug in
simpA.NPfor computation of the integration-based test
statisticsT1_CvM_Cs3,T1_CvM_Cs4,tilde_T0_CvM, which were incorrect of a
constant factor. P-values were unaffected by this bug, as the constant factor
was also present in the bootstrap test statistic. -
Some errors occurring in
CKT.kernelwith a multivariateZand small
bandwidth have been fixed. -
Fix bug in computation of the standard errors in
simpA.kendallReg. This
affected also the corresponding p-values of each estimated coefficients
(but not the p-value of the Wald-type test which are computed in another way).
v0.1.4.1
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 vectorsX1andX2of different lengths) are now
of the classDifferentLengthsError. Their messages now explicitly give the
lengths of the different objects. -
Function
CKT.kernelcan now handle argumentsX1,X2andZin the case
where these are matrices with 1 column. -
Function
simpA.kendallRegcan handle the case where only one regressor is given.
It also usesstats::lm.fitfor the unpenalized regression.
A typo in the Wald test statistic has been fixed.
Its output is anS3object of classsimpA_kendallReg_test
withprint,plot,coef, andvcovmethods. -
Function
CKT.kernelhas now more options to control the possible display of
the progress bar to show the progress of the computation. -
New dependency:
testthathas been added toSuggests. -
New dependency:
DiagrammeRhas 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 areNAbecause 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
minSizeinbCond.treeCKT()to be
minSize = minProb * nrow(XI)as intended. -
Functions
CKT.kernel()andCKT.estimate()now warn and returnnumeric(0)
when the argumentnewZisnumeric(0).
v0.1.2
-
New dependence
wdminstead ofpcaPPfor fast computation of Kendall's tau. -
Functions
CKT.kernel,CKT.hCV.l1out,CKT.hCV.KfoldsandCKTmatrix.kernel
gain a new choice"wdm"for the argumenttypeEstCKT. This new choice allows
for faster computation using the packagewdm. For observations without ties,
it is equivalent to the previous choicetypeEstCKT = 4.
Initial release
v0.1.1 Preparing for resubmission to CRAN