😺
wiki
  • Welcome, Internet Strangers!
  • sql
    • etl
      • Basics to Remember
      • Context to Remember
      • Naming Practices
      • ETL Steps
    • performance
      • Please No
      • Initial Explorations
      • Stored Procedures
    • select-tricks
      • Over Partition
      • Stored Procedures*
      • Creating Parameters
  • python
    • Working with Files
    • Classes in Python
    • Dictionaries
    • Working with Strings
    • Using Lambda
    • Seaborn
    • machine-learning
      • Learning Pandas
      • MatPlotLib! The Dreaded Line Graph...
      • matlab-qualgraphs-notes
      • Linear Regression Example
      • kNN Analysis in ScikitLearn
    • Neat Snippets
  • bash
    • helpful_cmd
  • math
    • Basic Definitions
    • Linear Regressions
    • Meaningful Sampling
Powered by GitBook
On this page

Was this helpful?

math

To be able to do good analysis, not just interpretation of pretty graphs, you need to know math.

One of the biggest variations between different companies is the degree to which math is actually used. Start-ups in particular are notorious for deciding "directionally accurate", despite often having enough data that they can do meaningful regressions and generally use statistics. Meanwhile, older companies often lack large enough sets of labeled, useful data, but still want to see how many sigmas of difference an intiative makes.

No matter the environment, learn the math. It's helpful.

Previoushelpful_cmdNextBasic Definitions

Last updated 3 years ago

Was this helpful?