Fewer parameters make better models.

Are those “35 factors” ranking systems better because they use fewer factors? Or because they have better factors or more weight on better factors in the OOS?

Regardless, it would very helpful in evaluating designer models if p123 displayed the number of nodes in the ranking system and the number of degrees of freedom used in the buy/sell rules, e.g. number of factors or functions used in the buy/sell rules.

Personally, I’m less concerned with overfitting in the ranking system than I am with the buy/sell rules. Those boolean filters make it very easy to curve fit, and I tend to prefer systems with only single rank-based sell rule and zero-to-minimal buy rules (maybe just some use of {Sec,Ind}{Count,Weight} to avoid overconcentration.

Currently I have to rely on the designers’ text descriptions to get a sense of their rule constructions, but it would be incredibly helpful to expose these degrees of freedoms to potential purchasers to get a look behind with the curtain without fully exposing the implementation.

Better yet, I’d still prefer to be able to subscribe to a ranking system (and not a strategy), so that I could combine that ranking system with my own, or build my own trading rules around the ranking system based on my trading preferences.

If you want to know the true degrees of freedom you might consider an orthogonal factor analysis.

This may seem like it is in the weeds because it is. Degrees of freedom is a difficult concept. At least for me personally I have a math degree and used it frequently. I can honestly say I never fully understood it. But could use it in a “cookbook-like way” mimicking my professor or the textbooks when necessary. I got good grades.

So bypassing a bunch of notation and mathematical proof that I admit I do not really understand anyway. You will have trouble finding more than 8 to 10 significant “latent variables” in an orthogonal factor analysis. I think this is a measure of the true degrees of freedom most of us have based on the number of factors alone.

Granted, adding factors one at a time and optimizing (and overfitting) the individual weights DOES increase the degrees of freedom. As do Boolean buy rules as Feldy suggests. How you weight the factors adds to the degrees of freedom. As I said, difficult stuff and that is my only point about degrees of freedom if you want to use it.

It is not my point that we do not manage to increase the degrees of freedom and overfit at P123. We do.

But ultimately, the degrees of freedom is not closely related to the number of factors by itself. And for sure adding a factor that is highly correlated to other factors in s ranking system does not count as a whole degree of freedom

Personally I use all good factors (with the devil being in the details of how you define a good factor). Something like elastic net regression or cross-validation can address the issues of collinearity and overfitting once you have selected what you think are good factors.

TL;DR: I am not sure degree of freedom helps this discussion much. And anyone wanting to take the time to to understand it (most of my adult life so far) could probably understand cross-validation. And just me perhaps, but I believe they will find cross-validation more useful. Probably a hell of a lot easier.

Jim

1 Like

@feldy As Yuval has mentioned in the forum, any factor with a weight below 2% is noise, and that has also been my experience. If you follow that rule and had 50 factors than no factor would be above 2%. Some factors are clearly better than others for example MarketCap may be between 5% and 10%. Given you will have several of these “better factors” that warrant >2% allocation, you cannot have 50 factors. I don’t know what the optimal number is yet but I suspect its between 25 and 35. Of course the quality of your factors is the most important part. Its important to draw a distinction between factors and ranking system nodes. I’m really talking about nodes here, each of which may contain multiple factors.

Just to clarify what’s being discussed. Is this one factor or four?

OpIncAftDepr(0,TTM)/( NetPlant(0,qtr)+ Recvbl(0,qtr)+ Inventory(0,qtr))

And with a database that may have many missing entries, does one need to use more factors?

I consider that 4 factors in 1 node. If you have factors that may be missing, you can use a relevant default value if it makes sense for your particular factor.

And the 2% min guideline is for nodes and not factors?

Yes, since percentages are set in RS nodes. I don’t know of a way to weight individual factors within a single node, although that could be interesting.

Tony,

I fully agree that 35 factors can work. No disagreement there.

But I wonder a little bit about what should count as a factor or possibly what Yuval’s present position is on factors and noise. Specifically these are Yuval’s words describing Crazy Returns Microcap Model: “The ranking system relies on over 150 different factors,…”

Anyway, whatever Yuval might say about what he is doing with his model I do agree with you. I also think the key is using good factors and not counting how many. Yuval spends a lot of time finding good factors. I am not questioning his methods either (no matter how arrived at the 150 number).

Jim

A facinating discussion. And for some reason, when searching in the forum, there have been some of them before, but without any clear answer.

How many nodes do you use in your system abwillingham?

And maybe others are willing to share how many nodes they are using?

I am one of the people who are overdoing it. I have 112 nodes and even more factors, but some are overlapping each other. I have been using the last 10 years to optimise and the 10 years before as an out-of-sample period. And for some reason, my out-of-sample period is not bad. With a 25-stock portfolio, a turnover of 300- 350%, and variable slippage of 0.2 commission, I have 65% insample and 61% out of sample.

I also test it with other parameters, like:

10/23/13 10/23/23
10/23/01 10/23/23
10/23/06 10/23/13
10/23/10 10/23/23
10/23/01 10/23/10
Mod(StockID,5) = 0
Mod(StockID,5) = 1
Mod(StockID,5) = 2
Mod(StockID,5) = 3
Mod(StockID,5) = 4

I have a lot of nodes, about 60-70, and some of these have really low weights. My thinking has been that it’s probably harmless to finetune your system, as long as it’s done in the ranking system, the testing/optimizing procedure is “robust”, and the nodes make financial sense.

That being said, a while back, I made a ranking system optimized solely for the utility sector. Given the small universe, I decided to stick to node weights in multiples of 2,5%. The final number of nodes was much small than what I’m used to, but the clarity and the low effort required to optimize the weights really made me reconsider my many-nodes strategy. It’s tempting to return to my main system and try to make something simpler. Maybe next year!

I optimize ranking systems using multiples of 2% or 2.5% per node, and then I average the weights of the ranking systems that perform best on different subuniverses, so I end up with lots of factors and pretty low weights for the ones that don’t appear very frequently. Also, think about this: to measure earnings yield you can look at the current year’s estimate, next year’s estimate, the current quarter’s estimate, next quarter’s estimate, trailing twelve months EPS, last year’s EPS, last quarter’s EPS, actuals, and so on. And you can compare that to companies in the same industry, sector, and universe. Giving you about 50 or more different ways to measure earnings yield. Assigning some of those a small portion of weight rather than assigning all the weight to one of those will give you a more rounded picture of the company’s earnings yield.

Ok, so now that I know how to play, here’s my input.

One of my longest running models uses a 16 node ranking system. The Live, out-of-sample annualized return, over the past 5years+3months, is 35%. It holds 20 stocks.

Maybe I should look into adding more nodes. Or maybe not. It strikes me as being unusually robust.

EDIT: I’m starting to wonder about the size of the smallest effective ranking system.

1 Like

@yuvaltaylor

the ranking systems that perform best on different subuniverses

Do you still use the Thiel-Sen regression correlation to choose the best one?

Walter,

I have been using one ranking system for all of my ports since October of last year. There is no survivorship bias (over that period at least).

Here are the stats on my median port as far as returns. It has 29 nodes. This is for the Weekly Excess Returns from the Statistics download from my port without modification uploaded into JASP. This is a one-sided Wilcoxon signed-rank test because stock returns are not normally distributed:

Conclusion; I have some statistical evidence that 29 nodes DEVELOPED USING STATISTICS AND MACHINE LEARNING ALONE can work. But I am actually looking to add more (good) nodes over the coming year. I am not advocating a smaller is better approach here. This is just sharing the data I have access to (without a comparison model other than the benchmark, of course). I have no data comparing 29 nodes to any other number of nodes here. My data makes not comment on that and I don’t claim it does.

Jim

Analyzed another 5y+3m (started 09/17/2018) Live model. This time, with 25 nodes, the out-of-sample annualized return is 42%.

This exercise was very helpful. The two ranking systems I mentioned are very similar. The larger one expands on analyst expectations, and value metrics (the Pr2something type).

Do I understand you correctly that reducing the number of nodes seems to give more robust systems, resulting in less volatile and better out-of-sample results?

Is there any way of testing this, or is there some statistical explanation for why increasing the number of nodes also increases the risk of overfitting and worsening the out-of-sample results?

Whycliffes,

I understand and respect that you are not a big fan of statistics and machine learning. But you ask about a “statistical explanation.”

I think Georg is 100% correct in this. I have only attempted to add that degrees of freedom is a complex thing and you cannot simply count the number of factors to get the degrees of freedom. And this with caution: you can keep the impact of adding a factor to a minimum.

But also, adding a factor and optimizing will add to the degress of freedom and overfitting. That is a fact full stop.

BTW, Yuval’s method of what he has called Model Averaging above is one excellent way of mitigating this problem. So I am actually in the camp that more factors (done right) is better, I think just looking at the number of factors is not going to work for this complex issue.

But I think Georg answered you question in the very first post.

Jim

In my case, increasing the number of nodes increased the annualized return.

But there is one big difference between the two systems; the one with higher AR has 10 holdings (vs 20). Sorry I didn’t notice this earlier. Kinda negates the comparison.

Both are Live since Sept, 2018.

Holdings Rank Nodes Annualized Return
20 16 35%
10 25 42%

I’m not sure if this will help anything in the discussion, but I took random RS with less than 30 and more than 10 nodes from 2008–2009, and in the same way, I downloaded RS with more than 50 nodes from the same period. I ran 80 simulations, 40 with a low node count, and 40 simulations with a high node count. Every RS is set to neutral in the ranking method.

The simulation ran with the same settings: 25 stocks out of sample of 2013–2023 on a US and Canada univers with a minimum liqudity setting.

The RS with the fewest nodes won out of sample. But the overall result from most of the RS are not that good.

Here are the results for low node counts:

Combo Date Range Ranking System Return% Active% Annualized% Sharpe StdDev DDown% Corr Value Cash Winners%
40 12/19/13 12/19/23 Copy of BJS Small Cap GARP DHP - Copy-10-30N 558.21 453.1 20.74 0.79 25.99 -50.8 0.76 658,209.27 8.97 40.98
45 12/19/13 12/19/23 BJS Small Cap GARP DHP - Copy-10-30N 558.21 453.1 20.74 0.79 25.99 -50.8 0.76 658,209.27 8.97 40.98
46 12/19/13 12/19/23 BJS Small Cap GARP 48.1 - Copy-10-30N 558.21 453.1 20.74 0.79 25.99 -50.8 0.76 658,209.27 8.97 40.98
23 12/19/13 12/19/23 have a go - Copy-10-30N 480.24 375.13 19.23 0.65 29.58 -70.48 0.76 580,238.06 794.66 51.85
50 12/19/13 12/19/23 032HighSharpeCC - -10-30N 473.34 368.23 19.08 0.7 27.7 -66.68 0.8 573,337.11 493.77 47.17
1 12/19/13 12/19/23 #1 Best New Growth ($200K 114.8) - C… - -10-30N 471.88 366.77 19.05 0.69 27.69 -66.68 0.8 571,884.62 488.36 47.17
48 12/19/13 12/19/23 Balanced TFRS (DH) - -10-30N 425.39 320.28 18.05 0.69 26.77 -65.94 0.76 525,393.83 311 47.34
17 12/19/13 12/19/23 MomentumValue2 SCroi_SPC - Copy-10-30N 417.61 312.49 17.87 0.7 24.14 -55.94 0.82 517,605.05 6,289.11 47.02
29 12/19/13 12/19/23 First Generation Ranking - Copy-10-30N 403.74 298.63 17.55 0.61 28.65 -65.07 0.83 503,742.06 116.91 44.08
33 12/19/13 12/19/23 delaware Rank - Copy-10-30N 363.58 258.47 16.58 0.64 26.27 -61.28 0.8 463,580.19 540.23 41.74
47 12/19/13 12/19/23 BJS Emerging Value 58.5 - Copy-10-30N 337.96 232.85 15.92 0.56 30.95 -66.65 0.73 437,962.65 568.92 41.31
7 12/19/13 12/19/23 TF12-05 ByEffectiveness_1_100-0-0 - Copy-10-30N 277.32 172.21 14.2 0.54 26.66 -69.8 0.83 377,323.26 315.29 51.74
22 12/19/13 12/19/23 IReturn09 53.4 - Copy-10-30N 270.36 165.25 13.99 0.53 25.64 -61.21 0.83 370,359.34 281.57 45.99
31 12/19/13 12/19/23 Denny’s Best Factors 140 - Copy-10-30N 265.71 160.6 13.85 0.54 25.03 -62.95 0.85 365,706.32 3,771.25 47.25
5 12/19/13 12/19/23 timmy Momentum Value - Copy-10-30N 256.81 151.7 13.57 0.55 24.16 -55.37 0.83 356,807.39 1,758.49 43.55
16 12/19/13 12/19/23 MoVal - Copy-10-30N 256.81 151.7 13.57 0.55 24.16 -55.37 0.83 356,807.39 1,758.49 43.55
18 12/19/13 12/19/23 Momentum Value - Copy-10-30N 256.81 151.7 13.57 0.55 24.16 -55.37 0.83 356,807.39 1,758.49 43.55
19 12/19/13 12/19/23 Momentum Value - Copy -10-30N 256.81 151.7 13.57 0.55 24.16 -55.37 0.83 356,807.39 1,758.49 43.55
24 12/19/13 12/19/23 Halwes Momentum Value - Copy-10-30N 256.81 151.7 13.57 0.55 24.16 -55.37 0.83 356,807.39 1,758.49 43.55
26 12/19/13 12/19/23 GWF Mo Value - Copy-10-30N 256.81 151.7 13.57 0.55 24.16 -55.37 0.83 356,807.39 1,758.49 43.55
30 12/19/13 12/19/23 Dennys Momentum Value 53 - Copy-10-30N 256.81 151.7 13.57 0.55 24.16 -55.37 0.83 356,807.39 1,758.49 43.55
39 12/19/13 12/19/23 Copy of Momentum Value - Copy-10-30N 256.81 151.7 13.57 0.55 24.16 -55.37 0.83 356,807.39 1,758.49 43.55
32 12/19/13 12/19/23 Delaware Rank 60.7 - Copy-10-30N 251.93 146.82 13.41 0.54 25.21 -62.93 0.79 351,901.51 245.09 40.73
49 12/19/13 12/19/23 Added factors Advanced Mom val - Copy-10-30N 248.06 142.95 13.29 0.5 27.76 -66.07 0.85 347,972.24 2,577.31 47.92
10 12/19/13 12/19/23 TF for P123 - Copy-10-30N 226.34 121.23 12.56 0.5 24.63 -55.29 0.85 326,341.37 254.29 48.62
27 12/19/13 12/19/23 good value and financials 68.4 - Copy-10-30N 220.95 115.84 12.37 0.5 24.42 -59.34 0.78 320,945.06 7,107.94 42.48
38 12/19/13 12/19/23 Copy of Momentum Value v2 - Copy-10-30N 197.06 91.95 11.5 0.46 23.72 -54.31 0.85 297,063.75 1,539.45 43.41
37 12/19/13 12/19/23 Copy of Momentum Value v2 BL v1.0 - Copy-10-30N 192.21 87.1 11.32 0.46 24.31 -57.49 0.81 292,210.28 218.67 40.68
36 12/19/13 12/19/23 Copy of TF_SP500_V08 - Copy-10-30N 188.9 83.79 11.19 0.41 32.53 -64.13 0.84 288,898.99 1,570.88 50.96
20 12/19/13 12/19/23 Microcap - Copy -10-30N 182 76.89 10.93 0.44 24.13 -60.27 0.78 281,995.23 439.43 44.97
44 12/19/13 12/19/23 bompusrank3_v0.2_132pct - Copy(2)-10-30N 182 76.89 10.93 0.44 24.13 -60.27 0.78 281,995.23 439.43 44.97
43 12/19/13 12/19/23 Buffett Value - Copy -10-30N 174.36 69.25 10.62 0.47 22.22 -50.83 0.88 274,363.64 7,748.36 55.41
14 12/19/13 12/19/23 MyValue - -10-30N 166.45 61.34 10.3 0.4 31.06 -63.94 0.87 266,446.96 979.18 47.55
6 12/19/13 12/19/23 TF12-05 ExcellentOnly-Optimized - Copy-10-30N 162.3 57.19 10.12 0.4 25.56 -66.94 0.85 262,297.29 46.47 46.75
8 12/19/13 12/19/23 TF12-05 @1/27 Optimized Charley - Copy-10-30N 162.3 57.19 10.12 0.4 25.56 -66.94 0.85 262,297.29 46.47 46.75
9 12/19/13 12/19/23 TF12-05 @1/27 Optimized - Copy-10-30N 162.3 57.19 10.12 0.4 25.56 -66.94 0.85 262,297.29 46.47 46.75
11 12/19/13 12/19/23 Sitts/Dan’s TF12-05 ExcellentO - Copy-10-30N 162.3 57.19 10.12 0.4 25.56 -66.94 0.85 262,297.29 46.47 46.75
34 12/19/13 12/19/23 Dan’s TF12-05 Ex - Copy-10-30N 162.3 57.19 10.12 0.4 25.56 -66.94 0.85 262,297.29 46.47 46.75
41 12/19/13 12/19/23 Copy of 51 - Copy-10-30N 162.3 57.19 10.12 0.4 25.56 -66.94 0.85 262,297.29 46.47 46.75
28 12/19/13 12/19/23 Foolish 8 - Copy-10-30N 159.98 54.87 10.03 0.42 25.98 -45.77 0.82 259,975.58 252.81 38.11
TOTAL 11280.28 555.32

Here are the result for high node count:

Combo Date Range Ranking System Return% Active% Annualized% Sharpe StdDev DDown% Corr Value Cash Winners%
1 12/19/13 12/19/23 #1 Best New Growth ($200K 114.8) - C… - -10-30N 473.34 368.23 19.08 0.7 27.7 -66.68 0.8 573,337.11 493.77 47.17
5 12/19/13 12/19/23 TWY_Combo_A - -50N- 422.35 317.24 17.98 0.77 22.15 -56.98 0.84 522,349.60 3,123.61 54.38
49 12/19/13 12/19/23 # Diverse Long G1aa 30/96 $5,1M - -50N- 383.01 277.9 17.06 0.66 25.07 -55.49 0.88 483,013.69 1,396.98 53.17
50 12/19/13 12/19/23 !TWY_Combo_A - -50N- 382.64 277.53 17.05 0.73 21.96 -57 0.85 482,639.87 112.23 54
26 12/19/13 12/19/23 Josh’s Value Rank 1 - -50N- 360.04 254.93 16.49 0.66 24.56 -52.12 0.84 460,044.68 2,529.69 41.22
6 12/19/13 12/19/23 TopFactors4 - Copy-50N- 348.89 243.78 16.2 0.63 23.78 -48.9 0.86 448,888.16 1,104.38 53.16
29 12/19/13 12/19/23 Goods+Stap Lg G1 12/79 -Corrected - -50N- 347.1 241.99 16.16 0.63 24.51 -59.93 0.8 447,096.24 261.44 46.11
20 12/19/13 12/19/23 NewMulti - -50N- 326.37 221.26 15.61 0.63 25.38 -64.29 0.83 426,370.86 524.7 52.83
9 12/19/13 12/19/23 Stitts Comprehensive Rev 1 - Copy-50N- 322.17 217.06 15.49 0.63 23.55 -54.06 0.89 422,173.82 1,393.10 53.04
30 12/19/13 12/19/23 Goods+Stap Lg G1 12/79 - 7.31.2014 - -50N- 268.21 163.1 13.92 0.55 24.82 -62.39 0.82 368,207.03 872.26 44.51
15 12/19/13 12/19/23 Potpourri42506_SPC-1 - Copy-50N- 255.14 150.03 13.51 0.6 21.05 -51.75 0.75 355,143.31 9,480.38 47.31
39 12/19/13 12/19/23 Combined 4th Gen and Bompusrank - -50N- 241.4 136.29 13.07 0.52 25.4 -64.17 0.79 341,403.43 186.5 47.6
41 12/19/13 12/19/23 Combined 4th Gen and Bompusrank - -50N- 241.4 136.29 13.07 0.52 25.4 -64.17 0.79 341,403.43 186.5 47.6
16 12/19/13 12/19/23 Placemark 3 - -50N- 227.83 122.72 12.61 0.51 27.39 -63.09 0.81 327,830.26 5.33 43.05
18 12/19/13 12/19/23 P123 Multi-market Rank - -50N- 217.13 112.02 12.24 0.52 22.35 -60.19 0.81 317,130.30 1,118.49 49.64
3 12/19/13 12/19/23 ValueSheet 613 - -50N- 200.03 94.92 11.62 0.58 18.5 -33.48 0.78 300,028.04 9,024.90 50.73
4 12/19/13 12/19/23 ValueSheet - Copy-50N- 200.03 94.92 11.62 0.58 18.5 -33.48 0.78 300,028.04 9,024.90 50.73
25 12/19/13 12/19/23 Long7709Multi-MoValue-Balanced-6.0 - Copy-50N- 196.25 91.14 11.47 0.48 24.11 -59.49 0.85 296,254.01 561.9 49.51
22 12/19/13 12/19/23 MV+FCF-1tf - Copy-50N- 189.28 84.17 11.21 0.45 25.88 -64.86 0.8 289,277.20 127.39 39.04
23 12/19/13 12/19/23 MV+FCF - Copy-50N- 189.28 84.17 11.21 0.45 25.88 -64.86 0.8 289,277.20 127.39 39.04
27 12/19/13 12/19/23 HCP Lg G1 7/79 - -50N- 187.84 82.73 11.15 0.44 26.64 -69.27 0.84 287,776.36 1,692.02 48.49
14 12/19/13 12/19/23 PWA.v1 Multi.Mkt.Rnk - Copy-50N- 186.05 80.94 11.08 0.48 23.5 -64.95 0.8 286,051.73 304.98 48.87
38 12/19/13 12/19/23 CompositeRanks - Copy-50N- 172.85 67.74 10.56 0.43 25.02 -65.72 0.85 272,854.88 3,532.83 48.41
28 12/19/13 12/19/23 Hayley to the Queen - final case - tweaks - -50N- 167.64 62.53 10.35 0.43 24.23 -58.16 0.84 267,644.97 821.39 46.08
12 12/19/13 12/19/23 Rohit Independent Study 1 - -50N- 162.99 57.88 10.15 0.48 21.95 -57.97 0.85 262,993.05 1,670.30 56.99
48 12/19/13 12/19/23 ACCT 340 - Option 1 - -50N- 162.99 57.88 10.15 0.48 21.95 -57.97 0.85 262,993.05 1,670.30 56.99
40 12/19/13 12/19/23 Cary Value conservtive 1 - Copy-50N- 150.2 45.09 9.61 0.47 19.42 -37.67 0.8 250,202.75 834.71 47.52
42 12/19/13 12/19/23 Cary Value conservtive 1 - Copy-50N- 150.2 45.09 9.61 0.47 19.42 -37.67 0.8 250,202.75 834.71 47.52
45 12/19/13 12/19/23 All Factors - Copy-50N- 147.96 42.85 9.51 0.45 19.13 -53.14 0.85 247,964.89 1,472.42 51.99
21 12/19/13 12/19/23 MyKitchenSink - Copy-50N- 147.4 42.29 9.48 0.44 19.82 -46.34 0.87 247,395.53 546.75 46.89
33 12/19/13 12/19/23 Crumbs-1-tpf123 - Copy-50N- 138.1 32.99 9.06 0.36 25.61 -55.4 0.86 238,102.59 5,611.14 46.9
34 12/19/13 12/19/23 Copy of SteadyFreddys - Copy-50N- 116.92 11.81 8.05 0.32 23.45 -42.74 0.84 216,922.02 630.4 39.9
46 12/19/13 12/19/23 Adv Mom Val-Bompus-TF Vol Test - Copy-50N- 114.68 9.57 7.94 0.34 29.42 -73.57 0.84 214,652.60 90.62 44.71
47 12/19/13 12/19/23 Adv Mom Val-Bompus-TF Vol Test - -50N- 114.68 9.57 7.94 0.34 29.42 -73.57 0.84 214,652.60 90.62 44.71
8 12/19/13 12/19/23 Test 7 - Profitability - Copy-50N- 109.25 4.14 7.66 0.36 19.81 -47.88 0.87 209,254.06 3,218.83 53.85
36 12/19/13 12/19/23 Comprehensive: QVGML - Copy-50N- 109.24 4.13 7.66 0.35 23.42 -62.7 0.79 209,241.70 5,003.45 55.29
2 12/19/13 12/19/23 VladsNewGrowth (52.4) - Copy-50N- 89.56 -15.55 6.61 0.3 22.61 -53.29 0.86 189,557.75 92.14 44.93
35 12/19/13 12/19/23 ConStap_Excel&VG with Consistency - -50N- 79.41 -25.7 6.02 0.27 25.91 -61.91 0.84 179,412.98 667.85 48.31
32 12/19/13 12/19/23 Crumbs90][10 {Vola65&Vol35}] - Copy-50N- 64.44 -40.67 5.1 0.21 26.07 -56.77 0.86 164,435.77 944.91 43.83
37 12/19/13 12/19/23 Comprehensive: QVGM - Low - Copy-50N- 20.35 -84.76 1.87 0.09 22.81 -57.9 0.89 120,348.92 160.6 49.27
8384.64 456.23

No, I use alpha, but I do some elliptical trimming first to reduce outliers. And I also consider statistical ties when determining “best.”