cmvnorm
The Complex Multivariate Gaussian Distribution
v1.1-1
·
Oct 28, 2025
·
GPL-2
Description
Various utilities for the complex multivariate Gaussian distribution and complex Gaussian processes.
Downloads
CRAN
324
Last 30 days
12078th
923
Last 90 days
3.6K
Last year
Trend: +29.6% (30d vs prior 30d)
r2u
CRAN
16
Last 30 days
35
Last 90 days
176
Last year
Trend: -5.9% (30d vs prior 30d)
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 27, 2026
WARNING 12 OK · 0 NOTE · 1 WARNING · 0 ERROR · 0 FAILURE Jun 14, 2026
WARNING
r-release-linux-x86_64
re-building of vignette outputs
Error(s) in re-building vignettes:
...
--- re-building ‘cmvnorm.Rnw’ using Sweave
Attaching package: ‘cmvnorm’
The following objects are masked from ‘package:stats’:
sd, var
Attaching package: ‘elliptic’
The following objects are masked f
...[truncated]...
begin{document}
! ==> Fatal error occurred, no output PDF file produced!
--- failed re-building ‘cmvnorm.Rnw’
SUMMARY: processing the following file failed:
‘cmvnorm.Rnw’
Error: Vignette re-building failed.
Execution halted
OK 13 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE May 7, 2026
ERROR 12 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Apr 30, 2026
ERROR
r-patched-linux-x86_64
tests
Running ‘testthat.R’ [2s/3s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library("testthat")
>
> test_check("cmvnorm")
Loading required package: cmvnorm
Attaching package: 'cmvnorm'
The following objects are
...[truncated]...
e test_aaa ─────────────────────────────
Expected `all(abs(cmvnorm::var(Z) - S) < 0.01)` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
Error:
! Test failures.
Execution halted
OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 30, 2026
ERROR 13 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Mar 10, 2026
ERROR
r-devel-macos-arm64
examples
Running examples in ‘cmvnorm-Ex.R’ failed
The error most likely occurred in:
> ### Name: wishart
> ### Title: The complex Wishart distribution
> ### Aliases: wishart rcwis rwis
>
> ### ** Examples
>
>
> rcwis(10, 2)
[,1]
...[truncated]...
4461206i 8.937235+0.0000000i
> eigen(rcwis(7,3), TRUE, TRUE) # all positive
*** caught segfault ***
address 0x1, cause 'invalid permissions'
Traceback:
1: eigen(rcwis(7, 3), TRUE, TRUE)
An irrecoverable exception occurred. R is aborting now ...