MAS-II · Statistical Learning · Free Lesson

Interpret clustering procedures outputs.

Free CAS MAS-II (Modern Actuarial Statistics II) lesson in Statistical Learning. 14 min read, ~2,026 words.

A regional auto book contains 8,400 policies. K-means with K=4 returns four centroids and four cluster sizes. Your job: read those centroids, the within-cluster sum of squares, and a dendrogram well enough to tell the pricing committee which segments are real.

What clustering returns. Unsupervised methods take observations on features and produce group labels. Nothing in the algorithm tells you the labels are meaningful. Interpretation is the entire exam skill.

K-means picks centroids and assignments that minimize total within-cluster variation:

Reading the output. A K-means report lists, for each cluster: size , centroid on every feature, and . Three reads:

Read the full lesson, free →
Worked examples and practice. Free with a free account, no card.

Common mistakes

Bottom line

Exam shortcut

When a problem reports K-means output as centroids on standardized features, read each centroid as standard deviations above or below the grand mean and label segments by their largest absolute coordinate. When the prompt gives a dendrogram with explicit merge heights, list successive differences and cut above the largest one.

The full lesson (about 2,026 words, 14 min read) adds 2 worked examples, all 6 common mistakes, a self-check, free in the app.

Learning objectives

Browse all free MAS-II lessons or jump into free MAS-II practice questions.