高斯分布和二项式分布

distributions-by-rrod的Python项目详细描述


高斯分布

	This package contains 3 main python files. GeneralDistribution,Gaussiandistribution and BinomialDistribution
	- General Distribution:
        The Generic distribution class is for calculating and visualizing a probability distribution.
        Also there is a function called read_data_file that reads in data from a txt file. The txt file should have
        one number (float) per line. The numbers are stored in the data attribute. Currently using numbers.txt as an example
    - Gaussian Distribution:
        The Gaussian distribution class for calculating and visualizing a Gaussian distribution.
	- Binomial Distribution:
	    The Binomial distribution class for calculating and visualizing a Binomial distribution.
	
	## Getting Started
	
	pip install distributions_by_rr
	
	
	These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
	Prerequisites
	
	please see requirements.txt


	## Running the tests
	
	tests.py is located in the tests folder. To run it:
	
	cd topackage
	python -m unittest test
	
	
	##Contributing
	Please submit pull requests

	
	##Authors
	RabiaR

	
	
	## License
	This project is licensed under the MIT License - see the LICENSE.md file for details
	Acknowledgments
		§ Hat tip to anyone whose code was used
		§ Inspiration
		§ etc

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java为什么单元测试中的“验证”在不同实例的情况下不返回“不同参数”错误?   java如何从具有相同类名的div中选择元素(Selenium)   Java制作纸牌游戏,有关于类的问题吗   bluej在Java中使用变异器和访问器设置颜色和圆半径   java准确定位异常错误的最佳方法是什么?   使用多个监视器时的java设置对话框位置   java如何在不使用JavascriptExecutor的情况下在网页中向下/向上滚动   java在for循环中将大小设置为n   java为什么akka需要不可变的消息   java LdapInvalidDnException:意外标记:   java如果字符串的第一个字母不是一个,如何大写?   使用htmlunit的java html内容提取   java从CDI托管bean获取方法的注释   java有办法在运行时检查post请求参数的大小吗   java我可以将实体注入托管Bean并直接持久化吗?