KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
ChiSquareTest
★ 9
Open GitHub ↗
Chi-Square Test examples on Python
Download README (.md)
Explore Similar Repositories
Betterbar
:
Übersicht widget pack inspired by nerdbar
graph-sketch-fractality
:
Sketch-Based Box-Covering Algorithm
homebridge-gpio-cmd
:
Raspberry Pi GPIO plugin for Homebridge, using /usr/bin/gpio
focus-plane
:
A Maya tool to easily visualize the camera frustum and focus plane
idris-dimensions
:
Dimensions library in Idris
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ChiSquareTest
?
Download (.md)
# Goal Implementing Chi-Square Test on two different examples on Python # Hypotheses - Chi-square test for fitting - Chi-square test for independence # Usage - You can run program with ChiSquareTest.py. - You need pandas, scipy and numpy in order to run examples