I'm trying to calculate the TSS value for some MaxEnt models. I have the samplePredictions and backgroundPredictions from MaxEnt to calculate accuracy, sensitivity, and specificity. I held back a small portion of data for calculating the AUC so I have both training and test data. I'm wondering if I should use both training and test sample predictions for calculating the TSS or should I use just one or the other? If I use both or just the training preds the TSS is reasonable. However, as I only have 3 test points, if I just use the test sample values the TSS goes way down.