API Reference¶
Independence¶
|
Maximal Margin test statistic and p-value. |
|
Kernel Mean Embedding Random Forest (KMERF) test statistic and p-value. |
|
Multiscale Graph Correlation (MGC) test statistic and p-value. |
|
Distance Correlation (Dcorr) test statistic and p-value. |
|
Hilbert Schmidt Independence Criterion (Hsic) test statistic and p-value. |
|
Heller Heller Gorfine (HHG) test statistic and p-value. |
|
Cannonical Correlation Analysis (CCA) test statistic and p-value. |
|
Rank Value (RV) test statistic and p-value. |
K-Sample¶
|
Nonparametric K-Sample Testing test statistic and p-value. |
|
Energy test statistic and p-value. |
|
Maximum Mean Discrepency (MMD) test statistic and p-value. |
|
Distance Components (DISCO) test statistic and p-value. |
|
Multivariate analysis of variance (MANOVA) test statistic and p-value. |
Hotelling \(T^2\) test statistic and p-value. |
Time-Series¶
|
Cross Multiscale Graph Correlation (MGCX) test statistic and p-value. |
|
Cross Distance Correlation (DcorrX) test statistic and p-value. |
Discriminability¶
|
1 Sample Discriminability test statistic and p-value. |
|
A class that compares the discriminability of two datasets. |
Simulations¶
Independence Simulations¶
|
Linear simulation. |
|
Exponential simulation. |
|
Cubic simulation. |
|
Joint Normal simulation. |
|
Step simulation. |
|
Quadratic simulation. |
|
W-Shaped simulation. |
|
Spiral simulation. |
|
Uncorrelated Bernoulli simulation. |
|
Logarithmic simulation. |
|
Fourth Root simulation. |
|
Sine 4\(\pi\) simulation. |
|
Sine 16\(\pi\) simulation. |
|
Square simulation. |
|
Two Parabolas simulation. |
|
Circle simulation. |
|
Ellipse simulation. |
|
Diamond simulation. |
|
Multiplicative Noise simulation. |
|
Multimodal Independence data. |
|
Independence simulation generator. |
K-Sample Simulations¶
|
Rotates input simulations to produce a k-sample simulation. |
|
Generates 3 sample of gaussians corresponding to 5 cases. |
Time-Series Simulations¶
|
2 independent, stationary, autoregressive time series simulation. |
|
2 linearly dependent time series simulation. |
|
2 nonlinearly dependent time series simulation. |
|
Time-series simulation generator. |
Miscellaneous¶
|
Computes the similarity matrix from a random forest. |
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2). |
|
|
Computes a k-sample transform of the inputs. |
|
Kernel similarity matrices for the inputs. |
|
Distance matrices for the inputs. |
|
Permutation test for the p-value of a nonparametric test. |
|
Fast chi-squared approximation for the p-value. |
|
Computes empircal power for k-sample tests |
Base Classes¶
A base class for an independence test. |
|
|
A base class for a k-sample test. |
A base class for a time-series test. |
|
A base class for a discriminability test. |