Data analysis Function
Function returns covariance matrix between the variables
Function returns correlation matrix between the variables
Function returns euclidean distance between the variables
Finding the sum of the absolute differences between the coordinates of two points in a grid-like path
Involves using a generalized formula that incorporates the Manhattan and Euclidean distances
This function computes Cosine Similarity between specified columns or rows in the dataframe
Involves dividing the size of the intersection of two sets by the size of their union
Calculates the number of differing bits between two equal-length binary strings, quantifying their dissimilarity or similarity
Allows frequency which are below the specified cut off frequency
Efficient algorithm to compute the discrete Fourier transform (DFT) and its inverse
Transform decomposes a signal into different frequency components with varying resolutions, capturing both time and frequency information efficiently
Allows signals within a specific frequency range to pass through while attenuating frequencies outside this range
Allows signals with frequencies higher than a certain cutoff frequency to pass through while attenuating lower frequencies
Measures the strength and direction of a monotonic relationship between two variables
Measures the relationship between a continuous variable and a binary variable
Assesses the reliability or agreement of measurements made by different observers measuring the same quantity
Estimates the relationship between two ordinal variables by assuming an underlying bivariate normal distribution
Estimates the relationship between two binary variables by assuming an underlying bivariate normal distribution
Measures the relationship between two sets of variables by finding linear combinations that maximize the correlation between the sets
Measures the relationship between two variables while controlling for the influence of one or more additional variables
Measures the distance between two points by summing the absolute differences of their coordinates
Quantifies the dissimilarity between two vectors by summing the normalized absolute differences between their corresponding elements
Calculates the dissimilarity between two sets of counts or abundances by considering the sum of the absolute differences in their counts
Measures the ordinal association between two variables
Quantifies the association between two binary variables
Measure of association between two nominal (categorical) variables, similar to the phi coefficient but applicable to larger contingency tables
Measure that quantifies the difference between two distributions based on their empirical cumulative distribution functions (CDFs)
Measures the rate of divergence or convergence of nearby trajectories in a dynamical system
Calculates Detrended Fluctuation Analysis (DFA) metrics for time series data
Perform cross-spectral analysis on exactly two specified columns
Calculates spectral entropy for data
Perform coherence analysis on exactly two specified columns
Calculates the Phase Lock Value (PLV) between two signals in a DataFrame based on the provided columns and time column
This function performs Recurrence Quantification Analysis (RQA) on two specified signal columns
This function calculates Detrended Fluctuation Analysis (DFA) metrics for time series data
This function performs Spectrogram analysis on specified columns of dataframe
This function performs Partial Auto Correlation Function (PACF) analysis on the specified columns of the dataframe
This function performs Auto-Correlation Function (ACF) analysis on the specified columns of the dataframe
This function performs Power Spectral Density (PSD) analysis on the specified time series columns of the dataframe
This function applies Signal Envelope Analysis to the specified columns of the dataframe
This function applies Mahalanobis Distance to the specified columns of the dataframe
This function applies Gower's Distance to the specified columns of the dataframe to compute the dissimilarity between mixed data types
This function applies Guttman's Lambda to the specified columns of the dataframe
This function calculates Eta Squared for the specified columns of the dataframe as part of an Analysis of Variance (ANOVA)
This function performs Zero Crossing Analysis on the specified time series or signal data columns in the dataframe
This function performs Harmonic Analysis on the specified columns of the dataframe
This function calculates the Fractal Dimension for the specified columns of the dataframe
Last updated