Skip to main content

Posts

Showing posts with the label Exploratory Data Analysis

Is today's world all about creativity and ideation?

Are they the seeds to be nurtured to bring in automation, innovation and transformation.  There is a saying, necessity is the mother of invention. I would say, innovation is amalgamation of creativity and necessity.  We need to understand the ecosystem, to apply creativity and identify the ideas to bring in change. We need to be competent with changing ecosystem and think beyond the possible. What is the biggest challenge in doing this? "Unlearning and Learning", we think the current ecosystem is the best. Be it health, finserve, agriculture or mechanical domain, we need to emphasize with the stakeholders, to come up with the strategy to drive. The very evident example here is the quality of life is changing every millisecond. Few decades back the phone connection was limited to few, but today all the millennials are having a mobile phone. Now phone is not just a medium to talk, but are so powerful devices that an innovative solution can be developed on it....

Normality Test for Data using R

Hello Data Experts, Let me continue from my last blog http://outstandingoutlier.blogspot.in/2017/08/exploratory-data-analysis-using-r.html “ Exploratory Data Analysis using R where I had covered four moments of statistics. I will help recap all those 4 moments There are 4 moments of statistics. *  First step covers Mean, Median and Mode, it is a measure of central tendency. *  Second step covers Variance Standard Deviation, Range, it is a measure of dispersion. *  Third step covers Skewness, it is a measure of asymmetry. *  Fourth step covers Kurtosis, it is a measure of peakness. To complete Exploratory Data Analysis, 4 moments cover very basic aspects however there are few other techniques which are necessary/mandatory for an individual to understand.   Now we will focus on Graphical Visualization Techniques and Standard Normal Distribution. Let me continue with my example from last blog with CarsMileage dataset. Car...

Exploratory Data Analysis using R

Hello Data Experts, Let me continue from my last blog http://outstandingoutlier.blogspot.in/2017/08/object-types-and-visualization-using-r.htmll “ Data Types and Visualization using R” where we discussed Object/Data Types like Vector, List, Factor, Data Frame,   Array and Matrix. I did cover how to have a different graphical representation like Line Graph, Scatter Graph, Pie chart, Bar Graph, Histogram and Boxplot Graph. Let us now move forward with core statistical fundamentals for any statistical problem. We will learn about Exploratory Data Analysis. Why do we need it and how to perform Exploratory Data Analysis (EDA)? Let me first help you understand what it is EDA is important for Data Scientist because it will help us Understand key attributes about the data like Mean, Median etc. EDA will help us visualize if there are any anomalies like outliers. Data visualization help us detect if there is any pattern like direct or indirect relationship between 2 set da...

How Data Scientist can help organization grow?

Hello Data Inquisitors, Let me continue from my last blog http://outstandingoutlier.blogspot.in/2017/08/do-we-really-need-data-scientist.html   where I wrote about how Data Scientists are different from Database Administrators. To conclude my last blog, I would say they complement and supplement each other in a big way. One will not be able to accomplish objectives without other’s existence, it is same as Hen and an Egg situation. “Data could be of any form or quality but right inference out of it is the science.   -  AG” Let us now focus and talk about what Data Scientist can do to make entities grow.  They enable them with the guided and informed decisions by sharing the precise information at much need time. Basic principle how anyone can achieve goal is, by taking THE right decision at THE right time with THE right set of information. This is possible because Data Scientists enable entities with the correct visualization of the data to make ...