ex8.m
Part 2: Estimate the dataset statistics
-
Compute the mean of the data and the variances
1 | mu = sum(X) / m; |
Part 3: Find Outliers
-
Compute the F1 score of choosing epsilon as the threshold and place the value in F1
1 | % define the anomolous condition |
ex8_cofi.m
1 | % compute cost function |