Skip to content

pdSpecEst

An Analysis Toolbox for Hermitian Positive Definite Matrices

v1.2.6 · Sep 29, 2025 · GPL-2

Description

An implementation of data analysis tools for samples of symmetric or Hermitian positive definite matrices, such as collections of covariance matrices or spectral density matrices. The tools in this package can be used to perform: (i) intrinsic wavelet transforms for curves (1D) or surfaces (2D) of Hermitian positive definite matrices with applications to dimension reduction, denoising and clustering in the space of Hermitian positive definite matrices; and (ii) exploratory data analysis and inference for samples of positive definite matrices by means of intrinsic data depth functions and rank-based hypothesis tests in the space of Hermitian positive definite matrices.

Downloads

CRAN

281

Last 30 days

14476th

685

Last 90 days

2.9K

Last year

Trend: +61.5% (30d vs prior 30d)

r2u CRAN

40

Last 30 days

118

Last 90 days

434

Last year

Trend: -18.4% (30d vs prior 30d)

autoCRAN

1

Last 7 days

16

Last 30 days

0

All-time

autoCRAN-only: this name is served only by autoCRAN, so the count is exact.

CRAN Check Status

13 OK
Show all 13 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 13 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Jun 8, 2026
ERROR 12 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Jun 7, 2026
ERROR r-devel-linux-x86_64-debian-gcc

examples

Running massageExamples to create ‘pdSpecEst-Ex.R’ failed
Error in file(out, "wt") : cannot open the connection
Calls: <Anonymous> -> Rd2ex -> file
In addition: Warning message:
In file(out, "wt") :
  cannot open file '/tmp/Rtmp9gV8Fj/file2fe2fb70c7185f/pdSpecEst2D.R': No space left on device
Execution halted
 NONE
OK 12 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Apr 25, 2026
NOTE 12 OK · 2 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Apr 22, 2026
NOTE r-oldrel-macos-arm64

installed package size

installed size is  7.3Mb
  sub-directories of 1Mb or more:
    libs   6.4Mb
NOTE r-oldrel-macos-x86_64

installed package size

installed size is  7.5Mb
  sub-directories of 1Mb or more:
    libs   6.5Mb
ERROR 11 OK · 2 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Apr 18, 2026
ERROR r-devel-windows-x86_64

whether package can be installed

Installation failed.
See 'd:/Rcompile/CRANpkg/local/4.6/pdSpecEst.Rcheck/00install.out' for details.
NOTE r-oldrel-macos-arm64

installed package size

installed size is  7.3Mb
  sub-directories of 1Mb or more:
    libs   6.4Mb
NOTE r-oldrel-macos-x86_64

installed package size

installed size is  7.5Mb
  sub-directories of 1Mb or more:
    libs   6.5Mb
NOTE 12 OK · 2 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Apr 10, 2026
NOTE r-oldrel-macos-arm64

installed package size

installed size is  7.3Mb
  sub-directories of 1Mb or more:
    libs   6.4Mb
NOTE r-oldrel-macos-x86_64

installed package size

installed size is  7.5Mb
  sub-directories of 1Mb or more:
    libs   6.5Mb
ERROR 11 OK · 2 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Apr 9, 2026
ERROR r-devel-linux-x86_64-debian-gcc

package dependencies

Package required but not available: ‘ddalpha’

See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
NOTE r-oldrel-macos-arm64

installed package size

installed size is  7.3Mb
  sub-directories of 1Mb or more:
    libs   6.4Mb
NOTE r-oldrel-macos-x86_64

installed package size

installed size is  7.5Mb
  sub-directories of 1Mb or more:
    libs   6.5Mb
NOTE 12 OK · 2 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 30, 2026
NOTE r-oldrel-macos-arm64

installed package size

installed size is  7.3Mb
  sub-directories of 1Mb or more:
    libs   6.4Mb
NOTE r-oldrel-macos-x86_64

installed package size

installed size is  7.5Mb
  sub-directories of 1Mb or more:
    libs   6.5Mb
ERROR 11 OK · 2 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Mar 10, 2026
ERROR r-devel-macos-arm64

examples

Running examples in ‘pdSpecEst-Ex.R’ failed
The error most likely occurred in:

> ### Name: Expm
> ### Title: Riemannian HPD exponential map
> ### Aliases: Expm
> 
> ### ** Examples
> 
>  ## Generate random Hermitian matrix
>  H <- matrix(complex(rea
...[truncated]...
ower.tri(H)]
>  ## Generate random HPD matrix
>  p <- matrix(complex(real = rnorm(9), imaginary = rnorm(9)), nrow = 3)
>  P <- t(Conj(p)) %*% p
>  ## Compute exponential map
>  Expm(P, H)
Error: sqrtmat_sympd(): transformation failed
Execution halted
NOTE r-oldrel-macos-arm64

installed package size

installed size is  7.3Mb
  sub-directories of 1Mb or more:
    libs   6.4Mb
NOTE r-oldrel-macos-x86_64

installed package size

installed size is  7.5Mb
  sub-directories of 1Mb or more:
    libs   6.5Mb

Dependency Network

Dependencies Reverse dependencies multitaper Rcpp ddalpha Rdpack pdSpecEst

Version History

10 tracked
new 1.2.6 Mar 10, 2026
updated 1.2.6 ← 1.2.4 diff Sep 29, 2025
updated 1.2.4 ← 1.2.3 diff Jan 7, 2020
updated 1.2.3 ← 1.2.2 diff Oct 5, 2018
updated 1.2.2 ← 1.2.1 diff Jul 9, 2018
updated 1.2.1 ← 1.2.0 diff Dec 9, 2017
updated 1.2.0 ← 1.1.1 diff Dec 8, 2017
updated 1.1.1 ← 1.1.0 diff Jul 2, 2017
updated 1.1.0 ← 1.0.0 diff Jun 30, 2017
new 1.0.0 Jan 15, 2017