chi-square
There are 62 repositories under chi-square topic.
jgoerner/distribution-cheatsheet
📈📄👀A lookup repo for a variety of discrete and continuous distributions (incl. Beta, Binomial, Cauchy, Chi-squared, Geometric, Hypergeometric, Normal & Poisson)
erdogant/benfordslaw
benfordslaw is about the frequency distribution of leading digits.
chen0040/js-stats
Package provides the javascript implementation of various statistics and distribution
neeraj3029/chi-sq-test
npm package to run Chi-Squared tests on numerical arrays.
tanvirnwu/Feature-Selection--Python
"A set of Jupyter Notebooks on feature selection methods in Python for machine learning. It covers techniques like constant feature removal, correlation analysis, information gain, chi-square testing, univariate selection, and feature importance, with datasets included for practical application.
berkay-yalin/promethium
Library for calculating statistical distributions, written in pure Python with zero dependencies.
kaiyoo/Twitter-geolocation-prediction
Predict location of twitter users based on text contents (TF-IDF, chi-square)
KvanTTT/Random-Sequence-Analysis
A library for random sequences estimating.
ajdurancr/sentiment-engine
A text analyzer to tell the sentiment in a given text
stdlib-js/random-iter-chisquare
Create an iterator for generating pseudorandom numbers drawn from a chi-square distribution.
stdlib-js/stats-base-dists-chisquare-logpdf
Natural logarithm of the probability density function (PDF) for a chi-squared distribution.
stdlib-js/stats-base-dists-chisquare-variance
Chi-squared distribution variance.
pentalpha/tfbs-studies
Bioinformatics study on tfbs and their association with specific tissues.
sachinbiradar9/Decision-Tree-Learning
Implementation of Decision tree learning algorithm with chi-square pruning
stdlib-js/random-base-chisquare
Chi-square distributed pseudorandom numbers.
stdlib-js/stats-base-dists-chisquare
Chi-squared distribution.
stdlib-js/stats-base-dists-chisquare-cdf
Chi-squared distribution cumulative distribution function (CDF).
stdlib-js/stats-base-dists-chisquare-kurtosis
Chi-squared distribution kurtosis.
stdlib-js/stats-base-dists-chisquare-mean
Chi-squared distribution expected value.
stdlib-js/stats-base-dists-chisquare-mgf
Chi-squared distribution moment-generating function (MGF).
stdlib-js/stats-base-dists-f-ctor
F distribution constructor.
devicemxl/Chi-Square-for-Outliers
simple method for outlier detection
RimTouny/Dynamic-DNS-Traffic-Analysis-for-Data-Exfiltration-Detection-with-Kafka
Crafting static and dynamic models for data exfiltration detection via DNS traffic analysis. Static model trained on batch data, while dynamic model simulates a continuous stream. Rigorous analysis, feature engineering, and model training conducted. Implementation part of AI for Cyber Security Master's assignment at the University of Ottawa, 2023.
rosaaestrada/MentalHealth-Age-Analysis
Pearson's Chi-square, Analysis of Variance (ANOVA), and Correlation Matrix to analyze the relationship between mental health and age.
Siddharth1989/LearnerCentricFeedbackEnhancement
Developing a feedback theory-informed natural language processing (NLP) model to enable large-scale evaluation of written feedback, and analysing a large set of feedback extracted from Moodle using this model to understand the presence of student-centred feedback elements, the commonality and differences in feedback provision across disciplines.
stdlib-js/random-array-chisquare
Create an array containing pseudorandom numbers drawn from a chi-square distribution.
stdlib-js/random-streams-chisquare
Create a readable stream for generating pseudorandom numbers drawn from a chi-square distribution.
stdlib-js/random-strided-chisquare
Fill a strided array with pseudorandom numbers drawn from a chi-square distribution.
stdlib-js/stats-base-dists-chisquare-entropy
Chi-squared distribution entropy.
stdlib-js/stats-base-dists-chisquare-median
Chi-squared distribution median.
stdlib-js/stats-base-dists-chisquare-mode
Chi-squared distribution mode.
stdlib-js/stats-base-dists-chisquare-pdf
Chi-squared distribution probability density function (PDF).
stdlib-js/stats-base-dists-chisquare-quantile
Chi-squared distribution quantile function.
stdlib-js/stats-base-dists-chisquare-skewness
Chi-squared distribution skewness.
stdlib-js/stats-base-dists-chisquare-stdev
Chi-squared distribution standard deviation.
stdlib-js/stats-base-dists-f-pdf
F distribution probability density function (PDF).