zoukankan      html  css  js  c++  java
  • TSA

    Types of Question

    "Doing data analysis requires quite a bit of thinking and we believe that when you’ve completed a good data analysis, you’ve spent more time thinking than doing." - Roger Peng

    1. Descriptive - "seeks to summarize a characteristic of a set of data"
    2. Exploratory - "analyze the data to see if there are patterns, trends, or relationships between variables" (hypothesis generating)
    3. Inferential - "a restatement of this proposed hypothesis as a question and would be answered by analyzing a different set of data" (hypothesis testing)
    4. Predictive - "determine the impact on one factor based on other factor in a population - to make a prediction"
    5. Causal - "asks whether changing one factor will change another factor in a population - to establish a causal link"
    6. Mechanistic - "establish how the change in one factor results in change in another factor in a population - to determine the exact mechanism"

    Descriptive

    • Which states have the highest onion production and sales?
    • Which city (Mandi's) have the highest sales?
    • What is the average price for Onion across a year in Bangalore?
    • ...

    Exploratory & Inferential

    • Is there a large difference between High and Low prices of Onion in a day?
    • What is the trend of onion price across days or months in Bangalore?
    • How is the price on onion correlated with volume of onion?
    • How is the export volume of onion correlated to domestic production volume?
    • ...

    Predictive

    • What is the price of onion likely to be next day?
    • What is the price of onion likely to be next month?
    • What will be the sales quantity of onion tommorrow in Delhi?
    • ...

    Causal

    • Does the change in production of onion have an impact on the onion prices?
    • Does the change in rainfall in monsoon have an impact on onion prices?
    • ...

    Mechanistic

    • How does change in onion production impact the price of onion?
    • How does onion export volumes impact the prices of onion in local markets in India?
    • ...

    Questions we will attempt

  • 相关阅读:
    IServiceBehavior, IOperationBehavior,IParameterInspector
    System.IO.Pipelines——高性能IO(三)
    System.IO.Pipelines——高性能IO(二)
    System.IO.Pipelines——高性能IO(一)
    背包问题 —— 四种解法解题
    波音,自动驾驶bug未修复,致346人丧生!5个月内两次坠毁!其中,包括8名中国公民
    2018年Java生态行业报告
    为什么大公司一定要使用DevOps?
    设计微服务的最佳实践
    Spring Boot面试题
  • 原文地址:https://www.cnblogs.com/dulun/p/12582656.html
Copyright © 2011-2022 走看看