Wednesday, February 25, 2015

Step by Step guide to learn Time Series Modelling

Hi all, thank's to Tavish Srivastava I finally found a useful post about Time Series.

here is the part 1 intro:
Regression Models, both linear and logistic are an inevitable part of Analytics industry. Take a flashback & recall, when did you built your last Time Series model. Time series models are very useful models when you have serially correlated data. In case you have never built a time series model or you struggle with some concepts of time series models, you have landed at the right page.
and this the part 2 intro:
This is the second part of the step by step guide to Time Series Modelling. In the first part, we looked at basics of time series, stationary series, random walk and Dicky Fuller test. If you have not read this article, I would suggest to go through that first.
In this article we will talk about handling time series data on R. Our scope of this article will be restricted to data exploring in a time series type of dataset and not go to building time series models.  In this article I have used an inbuilt dataset of R called AirPassengers. The dataset consists of monthly totals of international airline passengers, 1949 to 1960. This article will help you explore the data step by step and we will make predictions based on this data for the number of passengers post 1960 in next few articles.
My suggestion read and test it Part 1 & Part 2 

Regards

Thursday, January 15, 2015

My Body, My Life, My Health Data (James M. Connolly)

Interesting post about eHealth Data 
Of all the data that we produce throughout our lives, is there any that would be more important to have on hand in a single place? Let's face it, the time when bones are breaking or chest pains are, as the doctor says, "radiating" isn't the time to try to remember when you had that surgery many years ago or which of several sound-alike drugs you actually are allergic to.


(Image: Flickr)
While it can be difficult for us to remember all of our history and conditions when we are in pain, it's horrifying to have to go through that process when we are trying to answer for an incapacitated child or other loved one.

Monday, December 29, 2014

How do you work with Javascript Object Notation? @HodentekHelp

From HodentekHelp


What is JSON?
So what is JSON? It’s an acronym you might have started appearing in greater frequency on the Internet. JSON stands for JavaScript Object Notation. Well, it is a special object notational construct and is a subset of JavaScript. It can be used wherever JavaScript can be used and you do not need to download anything. There is no need to worry about the version of JavaScript.


Read more 

Wednesday, November 5, 2014

User Experience is Bigger Than Data

The Varieties of Anti-User Experience
The problem is, most vendors in the APM arena are looking at what they do from the wrong way around.  Starting from the volumes of data that their tools generate and record, they woo and immerse their customers in “analytics.” Eventually, somewhere down the line, they may accidentally stumble upon the issues that are actually impacting end users.
Perhaps Steve Jobs said it best: "You've got to start with the customer experience and work your way back toward the technology - not the other way around."

Read the full Denis Goodwin post @smartbear.com