Using multiple regression, I developed equations to estimate your showdown equity against various villain types for bets and calls. There are two independent variables: Hero Hand (X1) and Villain Playing Characteristic (X2) defined as follows:
Equation For Estimating Showdown Equity, Villain
Bets (R=0.964)
Equity = 0.622 - 0.048 * X1 + 0.158 * X2
To possibly use within rules while playing
Equity = 0.6 - 0.05 * X1 + 0.2 * X2
Example: Hero has AJ against a moderate villain who bets.
X1 = 2. X2 = 25% Equity = 0.622 -0.048*2 + 1.58*0.25 =0.57
Equilab value for same inputs= 56%. Here, an excellent fit.
Approximation: Equity = 0.6 0.05*2+0.2*0.25 = 0.55
-------------------------------
Equation For Estimating Showdown Equity, Villain
Calls (R=0.948)
Equity = 0.574 0.046 * X1 + 0275 * X2
To possibly use within rules while playing
Equity = 0.58 - 0.05 * X1 + 0.3 * X2
Example: You hold a type 3 hand (e.g., 66) and make a standard bet. A loose villain calls.
X1 = 3. X2 = 30%. Approx. Equity = 0.58 0.05 * 3 + 0.3 * 0.30 = 0.52
The exact value is 0.48
In most cases, the deviation from exact is less than or = 0.04. No account was made for suitedness except for types 7 and 8, so add 1% equity for suited and subtract 1% for offsuit. You can use fractional values for X1 and X2 to better represent the boundary cases.
Use at your discretion.