File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
2
2
# ElliptCopulas 0.1.4
3
3
4
- ## New features
4
+ ## NEW FEATURES
5
5
6
6
* New functions (written with Victor Ryan @VictorRyan12 ) :
7
7
8
- * ` EllDistrDerivEst ` : nonparametric estimation of the derivatives of
8
+ - ` EllDistrDerivEst ` : nonparametric estimation of the derivatives of
9
9
the generator of an elliptical distribution.
10
10
11
- * ` EllDistrEst.adapt ` : adaptive nonparametric estimation of the generator
11
+ - ` EllDistrEst.adapt ` : adaptive nonparametric estimation of the generator
12
12
of an elliptical distribution.
13
13
14
- * ` estim_tilde_AMSE ` : estimate the component of the asymptotic mean-square error (AMSE)
14
+ - ` estim_tilde_AMSE ` : estimate the component of the asymptotic mean-square error (AMSE)
15
15
of the nonparametric estimator of the elliptical density generator that only
16
16
depends on the parameter ` a ` .
17
17
@@ -28,15 +28,15 @@ corresponding to the averaging of a random set of entries in the off-diagonal bl
28
28
if available in ` blockStructure ` .
29
29
30
30
31
- ## Bug fixes
31
+ ## BUG FIXES
32
32
33
33
* Fixed a bug in ` KTMatrixEst `
34
34
(whose output did not have ones on the diagonal, contrary to the documentation).
35
35
36
36
* Fixed a bug in ` EllDistrEst ` when the variance matrix is not the identity.
37
37
38
38
39
- ## Dependencies
39
+ ## DEPENDENCIES
40
40
41
41
* Moving dependence ` Rmpfr ` from Import to Suggest.
42
42
You can’t perform that action at this time.
0 commit comments