- Statistics for Data Science
- James D. Miller
- 240字
- 2021-07-02 14:58:48
Using statistical thinking during program or database designing
The process of creating a database design commonly involves several tasks that will be carried out by the database designer (or data developer). Usually, the designer will perform the following:
- Identify what data will be kept in the database.
- Establish the relationships between the different data points.
- Create a logical data structure to be used on the basis of steps 1 and 2.
Even during the act of application program designing, a thorough understanding of how the data works is essential. Without understanding average or default values, relationships between data points and grouping, and so on, the created application is at risk of failing.
One idea for applying statistical thinking to help with data designing is in the case where there is limited real data available. If enough data cannot be collected, one could create sample (test) data by a variety of sampling methods, such as probability sampling.
Finally, approach any problem with scientific or statistical methods, and odds are you'll produce better results.
- Mastering Hadoop 3
- 三菱FX3U/5U PLC從入門到精通
- 嵌入式系統(tǒng)應(yīng)用
- Python Artificial Intelligence Projects for Beginners
- MCSA Windows Server 2016 Certification Guide:Exam 70-741
- 小型電動機(jī)實(shí)用設(shè)計(jì)手冊
- 自動化控制工程設(shè)計(jì)
- Multimedia Programming with Pure Data
- 四向穿梭式自動化密集倉儲系統(tǒng)的設(shè)計(jì)與控制
- Moodle Course Design Best Practices
- Docker High Performance(Second Edition)
- Nginx高性能Web服務(wù)器詳解
- 悟透JavaScript
- Hadoop應(yīng)用開發(fā)基礎(chǔ)
- HTML5 Canvas Cookbook