Methods for analyzing data
Different types of data need to be analyzed differently. For example, usage metrics need to be analyzed in relation to a time period where you can track how customers use your product over time. But when you start to dive into customer behavior, you should segment the user base and understand how the different clusters of customers behave in contrast with each other.
In this section, you’ll learn the 10 most important methods for analyzing data and how to use them to set up API product analytics.
Cluster analysis
Cluster analysis is a way to use statistics to find groups of similar observations in a set of data. It is a way to break up a large set of different data into smaller, more similar groups based on patterns and relationships in the data. The following screenshot shows the plot of customers across the number of developers on their team on the x axis and the time to the first Hello World metric on the y axis. In this example, you can...