Skip to content

CircNNTSRmult

Multivariate Circular Data using MNNTS Models

v0.1.0 · Sep 12, 2023 · GPL (>= 2)

Description

A collection of utilities for the statistical analysis of multivariate circular data using distributions based on Multivariate Nonnegative Trigonometric Sums (MNNTS). The package includes functions for calculation of densities and distributions, for the estimation of parameters, and more.

Downloads

140

Last 30 days

22125th

279

Last 90 days

279

Last year

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

CRAN Check Status

1 ERROR
13 OK
Show all 14 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-macos-arm64 ERROR
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 details (14 non-OK)
OK 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

*


            
ERROR r-devel-macos-arm64

examples

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

> ### Name: mnntsmarginalgeneral
> ### Title: Mixing Probabilities of the Elements of the Mixture
> ### Aliases: mnntsmarginalgeneral
> 
> ### ** Examples
> 
> # A univariate marginal from a bivariate joint
> 
> set.seed(200)
> Mbiv<-c(2,3)
> Rbiv<-length(Mbiv)
> data(Nest)
> data<-Nest*(pi/180)
> est<-mnntsmanifoldnewtonestimation(data,Mbiv,Rbiv,100)
> est
$cestimates
   1 2                 cestimates
1  0 0  0.0301549375+0.000000000i
2  1 0 -0.0448787954-0.010153612i
3  2 0  0.0008678277+0.013590494i
4  0 1 -0.0440492461-0.039922181i
5  1 1  0.0501488129+0.051321448i
6  2 1 -0.0062466591-0.007092411i
7  0 2  0.0078270461+0.064490150i
8  1 2 -0.0083883563-0.070428564i
9  2 2  0.0080940777+0.013297931i
10 0 3  0.0218507556-0.038675024i
11 1 3 -0.0205240199+0.036139097i
12 2 3  0.0027994102-0.012026095i

$loglik
[1] -116.5119

$AIC
[1] 277.0237

$BIC
[1] 319.0882

$gradnormerror
[1] 7.285441e-11

> cparsmarginal1<-mnntsmarginalgeneral(cpars=est$cestimates,M=Mbiv,R=Rbiv,marginal=1)

 *** caught segfault ***
address 0x1, cause 'invalid permissions'

Traceback:
 1: eigen(Cmatrix, symmetric = TRUE)
 2: mnntsmarginalgeneral(cpars = est$cestimates, M = Mbiv, R = Rbiv,     marginal = 1)
An irrecoverable exception occurred. R is aborting now ...
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

*


            

Check History

ERROR 13 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Mar 9, 2026
ERROR r-devel-macos-arm64

examples

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

> ### Name: mnntsmarginalgeneral
> ### Title: Mixing Probabilities of the Elements of the Mixture
> ### Aliases: mnntsmarginalgeneral
> 
> ### ** Examples
> 
> # A univariate marginal from a bivariate joint
> 
> set.seed(200)
> Mbiv<-c(2,3)
> Rbiv<-length(Mbiv)
> data(Nest)
> data<-Nest*(pi/180)
> est<-mnntsmanifoldnewtonestimation(data,Mbiv,Rbiv,100)
> est
$cestimates
   1 2                 cestimates
1  0 0  0.

Dependency Network

Dependencies Reverse dependencies psychTools CircNNTSR CircNNTSRmult

Version History

new 0.1.0 Mar 10, 2026