- Hands-On Exploratory Data Analysis with Python
- Suresh Kumar Mukhiya Usman Ahmed
- 109字
- 2021-06-24 16:44:47
Discrete data
This is data that is countable and its values can be listed out. For example, if we flip a coin, the number of heads in 200 coin flips can take values from 0 to 200 (finite) cases. A variable that represents a discrete dataset is referred to as a discrete variable. The discrete variable takes a fixed number of distinct values. For example, the Country variable can have values such as Nepal, India, Norway, and Japan. It is fixed. The Rank variable of a student in a classroom can take values from 1, 2, 3, 4, 5, and so on.
推薦閱讀
- Hyper-V 2016 Best Practices
- Machine Learning with R Cookbook(Second Edition)
- AngularJS深度剖析與最佳實踐
- Visual Basic程序設計教程
- Mastering Kali Linux for Web Penetration Testing
- Learning Neo4j 3.x(Second Edition)
- Python機器學習經典實例
- Python算法從菜鳥到達人
- Keras深度學習實戰
- Lighttpd源碼分析
- Microsoft Dynamics AX 2012 R3 Financial Management
- Mobile Device Exploitation Cookbook
- Learning Apache Karaf
- 匯編語言編程基礎:基于LoongArch
- Django 3.0入門與實踐