mictools_null: This set of functions are helper function to compute null...

Description Usage Arguments Value Functions See Also

View source: R/RcppExports.R

Description

This set of functions are helper function to compute null distribution of the tic_e and tic_e observed distribution from a matrix

Usage

1
mictools_null(x, alpha = 9, C = 5, nperm = 200000L, seed = 0L)

Arguments

x

matrix N x M with M variables and N samples

alpha

numeric value representing parameter for the mine statistic see mine

C

c parameter for the mine statistic see mine

nperm

numper of permutation

seed

integer to set the starting seed for random number generation (for reproducibility).

Value

It returns a vector of nperm tic_e values.

Functions

See Also

mictools


minerva documentation built on June 17, 2021, 9:09 a.m.