Skip to content

Instantly share code, notes, and snippets.

@BBischof
Last active November 10, 2016 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BBischof/21b090f83ad73a0ec1f45c3141523765 to your computer and use it in GitHub Desktop.
Save BBischof/21b090f83ad73a0ec1f45c3141523765 to your computer and use it in GitHub Desktop.
Multi-Line Voronoi.find() w/ speech data
license: gpl-3.0

This multi-line chart uses a Voronoi tessellation to handle mouseover; the closest point to the mouse on any line is highlighted. Click the checkbox in the top-right to toggle the visibility of the underlying Voronoi diagram.

The main difference with mbostock's original block: Multi-Line Voronoi is that the real action is now happening in voronoi.find().

We don't need a hidden SVG overlay. We just keep it there to display it on demand, but it's not used for the animation.

forked from Fil's block: Multi-Line Voronoi using Voronoi.find()

// https://d3js.org/d3-voronoi/ Version 1.0.2. Copyright 2016 Mike Bostock.
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t(e.d3=e.d3||{})}(this,function(e){"use strict";function t(e){return function(){return e}}function n(e){return e[0]}function i(e){return e[1]}function r(){this._=null}function f(e){e.U=e.C=e.L=e.R=e.P=e.N=null}function u(e,t){var n=t,i=t.R,r=n.U;r?r.L===n?r.L=i:r.R=i:e._=i,i.U=r,n.U=i,n.R=i.L,n.R&&(n.R.U=n),i.L=n}function s(e,t){var n=t,i=t.L,r=n.U;r?r.L===n?r.L=i:r.R=i:e._=i,i.U=r,n.U=i,n.L=i.R,n.L&&(n.L.U=n),i.R=n}function l(e){for(;e.L;)e=e.L;return e}function a(e,t,n,i){var r=[null,null],f=F.push(r)-1;return r.left=e,r.right=t,n&&h(r,e,t,n),i&&h(r,t,e,i),B[e.index].halfedges.push(f),B[t.index].halfedges.push(f),r}function o(e,t,n){var i=[t,n];return i.left=e,i}function h(e,t,n,i){e[0]||e[1]?e.left===n?e[1]=i:e[0]=i:(e[0]=i,e.left=t,e.right=n)}function c(e,t,n,i,r){var f,u=e[0],s=e[1],l=u[0],a=u[1],o=s[0],h=s[1],c=0,d=1,v=o-l,g=h-a;if(f=t-l,v||!(f>0)){if(f/=v,v<0){if(f<c)return;f<d&&(d=f)}else if(v>0){if(f>d)return;f>c&&(c=f)}if(f=i-l,v||!(f<0)){if(f/=v,v<0){if(f>d)return;f>c&&(c=f)}else if(v>0){if(f<c)return;f<d&&(d=f)}if(f=n-a,g||!(f>0)){if(f/=g,g<0){if(f<c)return;f<d&&(d=f)}else if(g>0){if(f>d)return;f>c&&(c=f)}if(f=r-a,g||!(f<0)){if(f/=g,g<0){if(f>d)return;f>c&&(c=f)}else if(g>0){if(f<c)return;f<d&&(d=f)}return!(c>0||d<1)||(c>0&&(e[0]=[l+c*v,a+c*g]),d<1&&(e[1]=[l+d*v,a+d*g]),!0)}}}}}function d(e,t,n,i,r){var f=e[1];if(f)return!0;var u,s,l=e[0],a=e.left,o=e.right,h=a[0],c=a[1],d=o[0],v=o[1],g=(h+d)/2,C=(c+v)/2;if(v===c){if(g<t||g>=i)return;if(h>d){if(l){if(l[1]>=r)return}else l=[g,n];f=[g,r]}else{if(l){if(l[1]<n)return}else l=[g,r];f=[g,n]}}else if(u=(h-d)/(v-c),s=C-u*g,u<-1||u>1)if(h>d){if(l){if(l[1]>=r)return}else l=[(n-s)/u,n];f=[(r-s)/u,r]}else{if(l){if(l[1]<n)return}else l=[(r-s)/u,r];f=[(n-s)/u,n]}else if(c<v){if(l){if(l[0]>=i)return}else l=[t,u*t+s];f=[i,u*i+s]}else{if(l){if(l[0]<t)return}else l=[i,u*i+s];f=[t,u*t+s]}return e[0]=l,e[1]=f,!0}function v(e,t,n,i){for(var r,f=F.length;f--;)d(r=F[f],e,t,n,i)&&c(r,e,t,n,i)&&(Math.abs(r[0][0]-r[1][0])>I||Math.abs(r[0][1]-r[1][1])>I)||delete F[f]}function g(e){return B[e.index]={site:e,halfedges:[]}}function C(e,t){var n=e.site,i=t.left,r=t.right;return n===r&&(r=i,i=n),r?Math.atan2(r[1]-i[1],r[0]-i[0]):(n===i?(i=t[1],r=t[0]):(i=t[0],r=t[1]),Math.atan2(i[0]-r[0],r[1]-i[1]))}function p(e,t){return t[+(t.left!==e.site)]}function L(e,t){return t[+(t.left===e.site)]}function R(){for(var e,t,n,i,r=0,f=B.length;r<f;++r)if((e=B[r])&&(i=(t=e.halfedges).length)){var u=new Array(i),s=new Array(i);for(n=0;n<i;++n)u[n]=n,s[n]=C(e,F[t[n]]);for(u.sort(function(e,t){return s[t]-s[e]}),n=0;n<i;++n)s[n]=t[u[n]];for(n=0;n<i;++n)t[n]=s[n]}}function y(e,t,n,i){var r,f,u,s,l,a,h,c,d,v,g,C,R=B.length,y=!0;for(r=0;r<R;++r)if(f=B[r]){for(u=f.site,l=f.halfedges,s=l.length;s--;)F[l[s]]||l.splice(s,1);for(s=0,a=l.length;s<a;)v=L(f,F[l[s]]),g=v[0],C=v[1],h=p(f,F[l[++s%a]]),c=h[0],d=h[1],(Math.abs(g-c)>I||Math.abs(C-d)>I)&&(l.splice(s,0,F.push(o(u,v,Math.abs(g-e)<I&&i-C>I?[e,Math.abs(c-e)<I?d:i]:Math.abs(C-i)<I&&n-g>I?[Math.abs(d-i)<I?c:n,i]:Math.abs(g-n)<I&&C-t>I?[n,Math.abs(c-n)<I?d:t]:Math.abs(C-t)<I&&g-e>I?[Math.abs(d-t)<I?c:e,t]:null))-1),++a);a&&(y=!1)}if(y){var b,M,U,x=1/0;for(r=0,y=null;r<R;++r)(f=B[r])&&(u=f.site,b=u[0]-e,M=u[1]-t,U=b*b+M*M,U<x&&(x=U,y=f));if(y){var N=[e,t],P=[e,i],_=[n,i],k=[n,t];y.halfedges.push(F.push(o(u=y.site,N,P))-1,F.push(o(u,P,_))-1,F.push(o(u,_,k))-1,F.push(o(u,k,N))-1)}}for(r=0;r<R;++r)(f=B[r])&&(f.halfedges.length||delete B[r])}function b(){f(this),this.x=this.y=this.arc=this.site=this.cy=null}function M(e){var t=e.P,n=e.N;if(t&&n){var i=t.site,r=e.site,f=n.site;if(i!==f){var u=r[0],s=r[1],l=i[0]-u,a=i[1]-s,o=f[0]-u,h=f[1]-s,c=2*(l*h-a*o);if(!(c>=-J)){var d=l*l+a*a,v=o*o+h*h,g=(h*d-a*v)/c,C=(l*v-o*d)/c,p=G.pop()||new b;p.arc=e,p.site=r,p.x=g+u,p.y=(p.cy=C+s)+Math.sqrt(g*g+C*C),e.circle=p;for(var L=null,R=D._;R;)if(p.y<R.y||p.y===R.y&&p.x<=R.x){if(!R.L){L=R.P;break}R=R.L}else{if(!R.R){L=R;break}R=R.R}D.insert(L,p),L||(z=p)}}}}function U(e){var t=e.circle;t&&(t.P||(z=t.N),D.remove(t),G.push(t),f(t),e.circle=null)}function x(){f(this),this.edge=this.site=this.circle=null}function N(e){var t=H.pop()||new x;return t.site=e,t}function P(e){U(e),O.remove(e),H.push(e),f(e)}function _(e){var t=e.circle,n=t.x,i=t.cy,r=[n,i],f=e.P,u=e.N,s=[e];P(e);for(var l=f;l.circle&&Math.abs(n-l.circle.x)<I&&Math.abs(i-l.circle.cy)<I;)f=l.P,s.unshift(l),P(l),l=f;s.unshift(l),U(l);for(var o=u;o.circle&&Math.abs(n-o.circle.x)<I&&Math.abs(i-o.circle.cy)<I;)u=o.N,s.push(o),P(o),o=u;s.push(o),U(o);var c,d=s.length;for(c=1;c<d;++c)o=s[c],l=s[c-1],h(o.edge,l.site,o.site,r);l=s[0],o=s[d-1],o.edge=a(l.site,o.site,null,r),M(l),M(o)}function k(e){for(var t,n,i,r,f=e[0],u=e[1],s=O._;s;)if(i=w(s,u)-f,i>I)s=s.L;else{if(r=f-m(s,u),!(r>I)){i>-I?(t=s.P,n=s):r>-I?(t=s,n=s.N):t=n=s;break}if(!s.R){t=s;break}s=s.R}g(e);var l=N(e);if(O.insert(t,l),t||n){if(t===n)return U(t),n=N(t.site),O.insert(l,n),l.edge=n.edge=a(t.site,l.site),M(t),void M(n);if(!n)return void(l.edge=a(t.site,l.site));U(t),U(n);var o=t.site,c=o[0],d=o[1],v=e[0]-c,C=e[1]-d,p=n.site,L=p[0]-c,R=p[1]-d,y=2*(v*R-C*L),b=v*v+C*C,x=L*L+R*R,P=[(R*b-C*x)/y+c,(v*x-L*b)/y+d];h(n.edge,o,p,P),l.edge=a(o,e,null,P),n.edge=a(e,p,null,P),M(t),M(n)}}function w(e,t){var n=e.site,i=n[0],r=n[1],f=r-t;if(!f)return i;var u=e.P;if(!u)return-(1/0);n=u.site;var s=n[0],l=n[1],a=l-t;if(!a)return s;var o=s-i,h=1/f-1/a,c=o/a;return h?(-c+Math.sqrt(c*c-2*h*(o*o/(-2*a)-l+a/2+r-f/2)))/h+i:(i+s)/2}function m(e,t){var n=e.N;if(n)return w(n,t);var i=e.site;return i[1]===t?i[0]:1/0}function A(e,t,n){return(e[0]-n[0])*(t[1]-e[1])-(e[0]-t[0])*(n[1]-e[1])}function j(e,t){return t[1]-e[1]||t[0]-e[0]}function q(e,t){var n,i,f,u=e.sort(j).pop();for(F=[],B=new Array(e.length),O=new r,D=new r;;)if(f=z,u&&(!f||u[1]<f.y||u[1]===f.y&&u[0]<f.x))u[0]===n&&u[1]===i||(k(u),n=u[0],i=u[1]),u=e.pop();else{if(!f)break;_(f.arc)}if(R(),t){var s=+t[0][0],l=+t[0][1],a=+t[1][0],o=+t[1][1];v(s,l,a,o),y(s,l,a,o)}this.edges=F,this.cells=B,O=D=F=B=null}function E(){function e(e){return new q(e.map(function(t,n){var i=[Math.round(r(t,n,e)/I)*I,Math.round(f(t,n,e)/I)*I];return i.index=n,i.data=t,i}),u)}var r=n,f=i,u=null;return e.polygons=function(t){return e(t).polygons()},e.links=function(t){return e(t).links()},e.triangles=function(t){return e(t).triangles()},e.x=function(n){return arguments.length?(r="function"==typeof n?n:t(+n),e):r},e.y=function(n){return arguments.length?(f="function"==typeof n?n:t(+n),e):f},e.extent=function(t){return arguments.length?(u=null==t?null:[[+t[0][0],+t[0][1]],[+t[1][0],+t[1][1]]],e):u&&[[u[0][0],u[0][1]],[u[1][0],u[1][1]]]},e.size=function(t){return arguments.length?(u=null==t?null:[[0,0],[+t[0],+t[1]]],e):u&&[u[1][0]-u[0][0],u[1][1]-u[0][1]]},e}r.prototype={constructor:r,insert:function(e,t){var n,i,r;if(e){if(t.P=e,t.N=e.N,e.N&&(e.N.P=t),e.N=t,e.R){for(e=e.R;e.L;)e=e.L;e.L=t}else e.R=t;n=e}else this._?(e=l(this._),t.P=null,t.N=e,e.P=e.L=t,n=e):(t.P=t.N=null,this._=t,n=null);for(t.L=t.R=null,t.U=n,t.C=!0,e=t;n&&n.C;)i=n.U,n===i.L?(r=i.R,r&&r.C?(n.C=r.C=!1,i.C=!0,e=i):(e===n.R&&(u(this,n),e=n,n=e.U),n.C=!1,i.C=!0,s(this,i))):(r=i.L,r&&r.C?(n.C=r.C=!1,i.C=!0,e=i):(e===n.L&&(s(this,n),e=n,n=e.U),n.C=!1,i.C=!0,u(this,i))),n=e.U;this._.C=!1},remove:function(e){e.N&&(e.N.P=e.P),e.P&&(e.P.N=e.N),e.N=e.P=null;var t,n,i,r=e.U,f=e.L,a=e.R;if(n=f?a?l(a):f:a,r?r.L===e?r.L=n:r.R=n:this._=n,f&&a?(i=n.C,n.C=e.C,n.L=f,f.U=n,n!==a?(r=n.U,n.U=e.U,e=n.R,r.L=e,n.R=a,a.U=n):(n.U=r,r=n,e=n.R)):(i=e.C,e=n),e&&(e.U=r),!i){if(e&&e.C)return void(e.C=!1);do{if(e===this._)break;if(e===r.L){if(t=r.R,t.C&&(t.C=!1,r.C=!0,u(this,r),t=r.R),t.L&&t.L.C||t.R&&t.R.C){t.R&&t.R.C||(t.L.C=!1,t.C=!0,s(this,t),t=r.R),t.C=r.C,r.C=t.R.C=!1,u(this,r),e=this._;break}}else if(t=r.L,t.C&&(t.C=!1,r.C=!0,s(this,r),t=r.L),t.L&&t.L.C||t.R&&t.R.C){t.L&&t.L.C||(t.R.C=!1,t.C=!0,u(this,t),t=r.L),t.C=r.C,r.C=t.L.C=!1,s(this,r),e=this._;break}t.C=!0,e=r,r=r.U}while(!e.C);e&&(e.C=!1)}}};var z,O,B,D,F,G=[],H=[],I=1e-6,J=1e-12;q.prototype={constructor:q,polygons:function(){var e=this.edges;return this.cells.map(function(t){var n=t.halfedges.map(function(n){return p(t,e[n])});return n.data=t.site.data,n})},triangles:function(){var e=[],t=this.edges;return this.cells.forEach(function(n,i){for(var r,f=n.site,u=n.halfedges,s=-1,l=u.length,a=t[u[l-1]],o=a.left===f?a.right:a.left;++s<l;)r=o,a=t[u[s]],o=a.left===f?a.right:a.left,i<r.index&&i<o.index&&A(f,r,o)<0&&e.push([f.data,r.data,o.data])}),e},links:function(){return this.edges.filter(function(e){return e.right}).map(function(e){return{source:e.left.data,target:e.right.data}})},_found:0,find:function(e,t,n){var i,r=this,f=r._found,u=r.cells[f]||r.cells[f=0],s=e-u.site[0],l=t-u.site[1],a=s*s+l*l;do u=r.cells[i=f],f=null,u.halfedges.forEach(function(n){var i=r.edges[n],s=i.left;if(s!==u.site&&s||(s=i.right),s){var l=e-s[0],o=t-s[1],h=l*l+o*o;if(h<a)return a=h,void(f=s.index)}});while(null!==f);return r._found=i,!n||a<n*n?u.site:null}},e.voronoi=E,Object.defineProperty(e,"__esModule",{value:!0})});
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.axis--y path {
display: none;
}
.cities {
fill: none;
stroke: #aaa;
stroke-linejoin: round;
stroke-linecap: round;
stroke-width: 1.5px;
}
.city--hover {
stroke: #000;
}
.focus text {
text-anchor: middle;
text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff;
}
.voronoi path {
fill: none;
pointer-events: all;
}
/* .voronoi--show path {
stroke: red;
stroke-opacity: 0.2;
} */
#form {
position: absolute;
top: 20px;
right: 30px;
}
</style>
<svg width="960" height="500"></svg>
<label id="form" for="show-voronoi">
Show Voronoi
<input type="checkbox" id="show-voronoi" disabled>
</label>
<script src="//d3js.org/d3.v4.min.js"></script>
<script src="d3-voronoi.min.js"></script>
<script>
var months,
monthKeys,
monthParse = d3.timeParse("%Y-%m");
var cols, colkeys;
var svg = d3.select("svg"),
margin = {top: 20, right: 30, bottom: 30, left: 40},
width = svg.attr("width") - margin.left - margin.right,
height = svg.attr("height") - margin.top - margin.bottom,
g = svg.append("g").attr("transform", "translate(" + margin.left + "," + margin.top + ")");
var x = d3.scaleLinear()
.range([0, width]);
var y = d3.scaleLinear()
.range([height, 0]);
// var voronoi = d3.voronoi()
// .x(function(d) { return x(d.date); })
// .y(function(d) { return y(d.value); })
// .extent([[-margin.left, -margin.top], [width + margin.right, height + margin.bottom]]);
var line = d3.line()
.x(function(d) { return x(d.date); })
.y(function(d) { return y(d.value); });
d3.csv("sentiment.csv", parser, function(error, data) {
if (error) throw error;
// });
// d3.tsv("unemployment.tsv", type, function(error, data) {
// if (error) throw error;
x.domain(d3.extent([0,1]));
// x.domain(d3.extent(months));
console.log(d3.extent([0,1]))
// y.domain([0, d3.max(data, function(c) {console.log(c); return d3.max(c.values, function(d) { return d.value; }); })]).nice();
g.append("g")
.attr("class", "axis axis--x")
.attr("transform", "translate(0," + height + ")")
.call(d3.axisBottom(x));
g.append("g")
.attr("class", "axis axis--y")
.call(d3.axisLeft(y).ticks(10, "%"))
.append("text")
.attr("x", 4)
.attr("y", 0.5)
.attr("dy", "0.32em")
.style("text-anchor", "start")
.style("fill", "#000")
.style("font-weight", "bold")
.text("Unemployment Rate");
g.append("g")
.attr("class", "cities")
.selectAll("path")
.data(data)
.enter().append("path")
.attr("d", function(d) { d.line = this; return line(d.values); });
var focus = g.append("g")
.attr("transform", "translate(-100,-100)")
.attr("class", "focus");
focus.append("circle")
.attr("r", 3.5);
focus.append("text")
.attr("y", -10);
// var v = voronoi(d3.merge(data.map(function(d) { return d.values; })));
/* BEGIN */
// this part shows the voronoi, but it is not an active layer anymore
var voronoiGroup = g.append("g")
.attr("class", "voronoi");
// voronoiGroup.selectAll("path")
// .data(v.polygons())
// .enter().append("path")
// .attr("d", function(d) { return d ? "M" + d.join("L") + "Z" : null; });
d3.select("#show-voronoi")
.property("disabled", false)
.on("change", function() { voronoiGroup.classed("voronoi--show", this.checked); });
/* END */
// this is the active part
var site = null;
svg.on("mousemove", function(){
var mouse = d3.mouse(this);
// var newsite = v.find(mouse[0], mouse[1]);
// if(newsite !== site) {
// if (site) mouseout(site);
// site = newsite;
// if (site) mouseover(site);
// }
});
function mouseover(d) {
d3.select(d.data.city.line).classed("city--hover", true);
d.data.city.line.parentNode.appendChild(d.data.city.line);
focus.attr("transform", "translate(" + x(d.data.date) + "," + y(d.data.value) + ")");
focus.select("text").text(d.data.city.name);
}
function mouseout(d) {
d3.select(d.data.city.line).classed("city--hover", false);
focus.attr("transform", "translate(-100,-100)");
}
});
function parser(d, i, columns) {
if (!cols) cols = columns.slice(1);
var c = {name: d.name, component: d.component, values: null};
// console.log(c.name);
// console.log(c.component);
c.values = cols.map(function(k, i) { return {speech: c, progress: cols[i], value: d[k] / 100}; });
// console.log(c)
return c;
}
// function type(d, i, columns) {
// if (!cols) cols = columns.slice(1);
// console.log(cols);
// if (!months) monthKeys = columns.slice(1), months = monthKeys.map(monthParse);
// console.log(d.name);
// console.log(d.name.replace(/ (msa|necta div|met necta|met div)$/i, ""));
// var c = {name: d.name.replace(/ (msa|necta div|met necta|met div)$/i, ""), values: null};
// c.values = monthKeys.map(function(k, i) { return {date: months[i], value: d[k] / 100}; });
// // c.values = monthKeys.map(function(k, i) { return {city: c, date: months[i], value: d[k] / 100}; });
// console.log(c)
// return c;
// }
</script>
GENERATED_FILES = \
unemployment.tsv
.PHONY: all clean
all: $(GENERATED_FILES)
clean:
rm -rf -- $(GENERATED_FILES)
# http://www.bls.gov/lau/metrossa.htm
build/ssamatab2.txt:
mkdir -p build
curl -o $@ 'http://www.bls.gov/lau/ssamatab2.txt'
unemployment.tsv: process-data build/ssamatab2.txt
./process-data build/ssamatab2.txt > $@
{
"name": "anonymous",
"version": "0.0.1",
"private": true,
"devDependencies": {
"d3": "3"
}
}
#!/usr/bin/env node
var fs = require("fs"),
d3 = require("d3");
// Parse lines.
var lines = fs.readFileSync(process.argv[2], "utf8").split(/[\r\n]+/);
// Parse fixed-width columns.
var data = lines.filter(function(d, i) {
return i >= 3 && i <= lines.length - 4;
}).map(function(line) {
var fields = line.split(/\s{2,}/), i = -1;
return {
"LAUS Code": fields[++i],
"State FIPS Code": fields[++i],
"Area FIPS Code": fields[++i],
"Area": fields[++i],
"Year": fields[++i],
"Month": fields[++i],
"Civilian Labor Force": +fields[++i].replace(/,/g, ""),
"Employment": +fields[++i].replace(/,/g, ""),
"Unemployment": +fields[++i].replace(/,/g, ""),
"Unemployment Rate": +fields[++i]
};
});
// Extract the available dates.
var dates = d3.set(data.map(function(d) { return d["Year"] + "-" + d["Month"]; })).values().sort();
// Nest unemployment rate by area and date.
var rateByNameAndDate = d3.nest()
.key(function(d) { return d["Area"]; })
.key(function(d) { return d["Year"] + "-" + d["Month"]; })
.rollup(function(v) { return v[0]["Unemployment Rate"]; }) // leaf nest is unique
.map(data, d3.map);
// Recast data into a wide table.
var rows = rateByNameAndDate.entries().sort(function(a, b) { return d3.ascending(a.key, b.key); }).map(function(area) {
return [area.key].concat(dates.map(function(d) {
return area.value.get(d);
}));
});
process.stdout.write(d3.tsv.formatRows([["name"].concat(dates)].concat(rows)));
name component 0.0 0.05 0.1 0.15 0.2 0.25 0.3 0.35 0.4 0.45 0.5 0.55 0.6 0.65 0.7 0.75 0.8 0.85 0.9 0.95
transcript-donald-trumps-remarks-on-birthright-citizenship-at-the-cnn-republican-presidential-debate 0 0.0012 -0.142 -0.008 -0.0306 -0.0257 0.0195 0.0022 -0.0076 -0.0202 -0.0099 -0.0121 -0.0117 -0.024 -0.0217 -0.022 -0.0161 -0.0179 -0.0111 -0.0146 -0.0202
transcript-donald-trumps-remarks-at-the-2015-family-leadership-summit-in-iowa 2 0.0055 0.007 0.0046 0.0048 0.0043 0.0007 -0.0001 0.0053 0.0086 0.0148 0.0114 0.0061 0.0057 0.0111 0.0136 0.0115 0.0073 -0.0012 0.0052 0.0043
transcript-donald-trumps-refusal-to-rule-out-an-independent-campaign-for-the-general-election-at-the-fox-news-republican-presidential-debate-on-aug-6-2015 0 -0.0196 -0.0754 -0.0367 -0.0494 -0.0444 -0.0182 0.0061 0.0019 -0.013 -0.0107 -0.0139 -0.0164 -0.0196 -0.0196 -0.0196 -0.0196 -0.0196 -0.0196 -0.0196 -0.0196
transcript-donald-trumps-introductory-remarks-at-the-cnn-republican-presidential-debate 3 0.0598 0.0893 0.1001 0.0832 0.0718 0.0598 0.0598 0.0598 0.0598 0.0598 0.0598 0.0598 0.0598 0.0598 0.0598 0.0598 0.0598 0.0598 0.0598 0.0598
transcript-donald-trumps-remarks-at-the-iowa-state-fair-on-aug-15-2015 17 0.0063 0.005 0.0051 0.0019 0.0035 0.0014 0.0042 0.0049 0.0026 0.0047 0.004 0.0046 0.0068 0.0053 -0.0041 0.0005 0.0038 0.0023 0.0057 0.0077
on/transcript-hillary-clintons-speech-on-isis-national-security 0 -0.012 -0.0173 0.0007 0.0099 -0.0057 -0.0087 -0.0045 0.007 -0.015 -0.0098 -0.0098 -0.0043 0.0032 -0.0154 -0.0144 0.0009 -0.0038 0.0035 0.0006 0.0093
transcript-donald-trumps-remarks-in-mount-pleasant-south-carolina 4 0.0089 0.005 0.0097 0.0157 -0.0028 0.014 0.0012 0.0035 -0.0039 0.0155 -0.0033 -0.0117 0.0022 -0.0031 -0.0185 -0.0198 -0.0066 0.0026 0.0277 0.0088
transcript-donald-trumps-remarks-at-the-uss-iowa 3 -0.0054 -0.004 0.0034 0.0105 0.015 0.0165 0.0083 0.004 -0.0027 -0.004 -0.0023 -0.0038 0.0051 0.0121 0.0246 0.0281 0.0328 0.032 0.0266 0.0218
transcript-donald-trumps-remarks-on-his-multiple-bankruptcies-at-the-fox-news-republican-presidential-debate-on-aug-6-2015 1 0.0611 -0.4692 -0.0262 0.062 0.0334 0.1089 0.1012 0.1409 0.1389 0.1639 0.1581 0.1539 0.1409 0.1323 0.1264 0.1408 0.1464 0.1398 0.1448 0.1459
transcript-donald-trumps-remarks-on-his-temperament-at-the-cnn-republican-presidential-debate 2 0.0294 0.0368 0.0458 0.0082 -0.0073 0.0015 0.0295 0.0384 0.0349 0.0281 0.0247 0.0298 0.0357 0.0289 0.0243 0.0347 0.0297 0.0293 0.0344 0.0385
transcript-donald-trumps-speech-in-des-moines-iowa 10 -0.0024 0.0052 -0.0094 -0.001 0.0122 0.0103 0.013 0.0167 -0.0019 -0.0005 0.0143 0.0057 0.0004 0.0107 0.0015 -0.01 -0.0085 -0.0122 0.0245 -0.0
on/abc-democratic-presidential-debate-transcript-hillary-clintons-remarks-on-syrian-refugees 1 0.0023 -0.0015 -0.0038 -0.0024 0.0015 0.0039 0.0021 0.0047 0.0036 0.0035 0.003 0.0001 0.0008 -0.0004 0.0006 -0.0013 -0.0014 -0.0017 -0.0016 -0.0013
on/transcript-hillary-clintons-remarks-at-the-iowa-state-fair 1 -0.0012 -0.0012 -0.0006 0.0 -0.0002 -0.0013 -0.0002 -0.0003 -0.0002 0.0006 0.0002 0.0007 0.0004 0.0007 0.0012 0.0011 0.0019 0.0017 0.0022 0.0026
on/transcript-hillary-clintons-remarks-on-tom-vilsacks-endorsement 1 0.1245 -0.3113 -0.1258 -0.0392 0.0096 -0.0698 -0.0408 -0.0095 0.0211 0.0856 0.11 0.1295 0.1425 0.1215 0.0934 0.0919 0.1065 0.0972 0.0938 0.0893
transcript-donald-trumps-remarks-on-tax-reform 8 -0.0031 -0.0075 0.0002 0.0007 0.0047 0.0076 0.0009 -0.0039 -0.0012 0.004 0.0101 0.0165 0.0123 0.0115 0.0012 0.0032 0.0012 -0.0018 -0.0017 0.0025
on/transcript-hillary-clintons-remarks-on-trade-policy 1 0.0326 0.0087 0.0214 0.0439 0.0472 0.0391 0.0379 0.04 0.0349 0.0356 0.0326 0.0326 0.0326 0.0326 0.0326 0.0326 0.0326 0.0326 0.0326 0.0326
transcript-donald-trumps-remarks-on-why-hes-a-republican-at-the-fox-news-republican-presidential-debate-on-aug-6-2015 2 -0.0079 0.042 0.0405 0.0034 -0.0201 -0.0139 -0.0105 -0.0102 -0.0045 -0.0093 -0.0007 -0.0092 -0.0091 0.001 0.0016 0.0231 0.0258 0.0202 0.0206 0.018
on/transcript-hillary-clintons-remarks-at-the-jefferson-jackson-dinner 4 0.0257 0.0014 -0.0083 0.006 0.0241 0.0235 0.0165 0.0288 0.0258 0.0197 0.0097 -0.0014 -0.0088 -0.0067 -0.0102 -0.0031 0.0235 0.0294 0.0265 0.0333
on/abc-democratic-presidential-debate-transcript-hillary-clintons-remarks-on-trumps-muslim-ban 2 0.0022 0.0874 0.0266 -0.0061 -0.0047 -0.0111 -0.007 -0.0198 -0.0111 -0.0078 0.003 -0.005 -0.0027 0.0013 0.005 0.0061 0.0093 0.0069 0.0088 0.0067
on/transcript-hillary-clintons-press-briefing-remarks-after-her-speech-on-college-affordability-in-exeter-new-hampshire 4 0.0025 0.0035 0.0026 0.0045 0.004 0.0036 0.0025 0.0033 0.003 0.0022 0.0006 -0.0008 -0.0008 -0.0011 -0.0012 -0.0005 0.0 0.0011 0.0006 0.002
on/abc-democratic-presidential-debate-transcript-hillary-clintons-remarks-on-wall-street 7 0.0 0.0001 0.0 0.0 0.0001 0.0001 0.0001 0.0001 0.0001 0.0001 0.0001 0.0 -0.0 -0.0001 -0.0001 -0.0001 -0.0001 -0.0001 -0.0001 -0.0001
on/transcript-hillary-clintons-remarks-on-black-lives-matter-at-the-cnn-democratic-presidential-debate 6 0.0025 0.0268 0.015 0.0096 0.0103 0.008 0.0103 0.0089 0.009 0.0075 0.0068 0.0058 0.0051 0.0051 0.0042 0.0044 0.0035 0.0035 0.0041 0.0041
on/transcript-hillary-clintons-remarks-on-why-she-should-be-the-nominee-at-the-cnn-democratic-presidential-debate 3 0.0151 0.0174 0.0216 0.0164 0.0151 0.0151 0.0151 0.0151 0.0151 0.0151 0.0151 0.0151 0.0151 0.0151 0.0151 0.0151 0.0151 0.0151 0.0151 0.0151
transcript-donald-trumps-speech-in-phoenix-arizona-on-july-11-2015 2 -0.0008 0.0096 0.0115 0.0073 0.0058 -0.0163 0.0026 -0.0046 0.006 0.0176 0.0143 0.0131 0.0156 0.0077 0.0192 0.0124 0.0069 0.0058 0.0115 0.0186
transcript-donald-trumps-response-on-his-disparaging-remarks-against-women-at-the-fox-news-republican-presidential-debate-on-aug-6-2015 5 0.0049 0.0367 0.0207 0.0277 0.0305 0.0226 0.0135 0.0171 0.012 0.0117 0.0147 0.0168 0.0132 0.0126 0.0103 0.0082 0.0083 0.0084 0.0084 0.0082
on/transcript-hillary-clintons-remarks-at-the-dnc-meeting-in-minnesota 4 0.0073 0.0185 0.0247 0.0336 0.0301 0.027 0.0233 0.0288 0.0188 0.0063 -0.003 -0.0015 -0.0085 0.0006 -0.0061 -0.0016 0.0092 0.0097 0.0176 0.0327
on/transcript-hillary-clintons-remarks-on-the-charleston-church-shooting 1 -0.0083 -0.0088 -0.0134 0.0143 0.021 0.0279 0.0566 0.0484 0.0515 0.0664 0.0553 0.0545 0.0631 0.0504 0.047 0.0569 0.0556 0.0579 0.0667 0.0594
on/transcript-hillary-clintons-remarks-at-the-dnc-womens-leadership-forum 6 0.0298 0.0338 0.0366 0.0324 0.0221 0.0174 0.0227 0.0139 0.0257 0.0206 0.0019 0.0001 -0.002 -0.0036 0.0195 0.0302 0.0253 0.0201 0.0077 0.0021
on/abc-democratic-presidential-debate-transcript-hillary-clintons-remarks-on-encryption 7 -0.0045 0.088 0.081 0.0372 0.0365 0.0356 0.0137 -0.013 -0.0115 -0.0053 -0.0033 -0.003 -0.0028 -0.001 -0.0051 -0.0039 -0.0081 -0.0088 -0.0097 -0.0085
on/transcript-hillary-clintons-remarks-on-benghazi-at-the-cnn-democratic-presidential-debate 0 0.0275 -0.1472 -0.0765 -0.1266 -0.0939 -0.1131 -0.1012 -0.0627 -0.0327 -0.0209 -0.0108 -0.0138 -0.0013 0.0112 -0.0054 -0.0167 -0.0161 -0.0175 -0.0117 0.0012
transcript-donald-trumps-presidential-campaign-announcement-speech 1 -0.0016 0.0012 -0.0006 0.0063 0.0015 -0.0106 -0.0014 0.0057 0.0098 0.0116 0.004 0.0076 0.0071 0.0084 -0.0055 -0.0063 -0.0001 0.0044 0.0104 0.0091
on/transcript-hillary-clintons-remarks-on-college-affordability-at-the-cnn-democratic-presidential-debate 1 0.0394 -0.1014 0.0007 0.0444 0.0397 0.0461 0.049 0.0501 0.0581 0.0577 0.0629 0.0534 0.046 0.0384 0.0305 0.0362 0.0309 0.0372 0.0394 0.0394
on/transcript-hillary-clintons-remarks-on-capitalism-at-the-cnn-democratic-presidential-debate 2 0.0313 0.0646 -0.0008 -0.0266 -0.0081 -0.0009 0.0004 0.0082 0.0188 0.0312 0.0315 0.0313 0.0313 0.0313 0.0313 0.0313 0.0313 0.0313 0.0313 0.0313
on/transcript-hillary-clintons-remarks-on-sidney-blumenthal-may-19-2015 2 0.0017 0.0043 0.0036 0.0017 0.0017 0.0017 0.0017 0.0017 0.0017 0.0017 0.0017 0.0017 0.0017 0.0017 0.0017 0.0017 0.0017 0.0017 0.0017 0.0017
on/abc-democratic-presidential-debate-transcript-hillary-clintons-remarks-on-the-role-of-bill-clinton-if-elected-president 1 0.0152 0.0122 0.0016 0.0087 0.0049 0.0116 0.016 0.0194 0.0198 0.0173 0.0169 0.0219 0.0179 0.0166 0.0159 0.0177 0.0169 0.0181 0.0178 0.0152
on/transcript-hillary-clintons-remarks-on-the-iran-nuclear-agreement 12 0.0013 -0.0104 0.001 0.0082 0.009 0.0018 0.0042 0.0211 0.0037 -0.0177 -0.007 -0.0159 -0.0174 -0.0109 0.0081 0.0108 0.0222 -0.0263 -0.0104 -0.0073
on/transcript-hillary-clintons-speech-on-college-affordability 2 0.0435 0.0453 0.0123 0.0214 0.0192 0.0143 -0.0171 0.0074 0.0175 0.0239 0.0397 0.0354 0.039 0.0538 0.0639 0.0515 0.0567 0.0357 0.0171 0.0355
on/transcript-hillary-clintons-remarks-on-her-income-may-19-2015 2 0.0111 0.0145 0.0142 0.0108 0.0111 0.0111 0.0111 0.0111 0.0111 0.0111 0.0111 0.0111 0.0111 0.0111 0.0111 0.0111 0.0111 0.0111 0.0111 0.0111
on/transcript-hillary-clintons-remarks-on-criminal-justice-reforms-at-columbia-university 4 0.0064 -0.0116 -0.0139 0.0012 0.0066 0.0068 0.0041 0.0108 0.0081 0.0128 0.0186 0.0013 -0.0091 -0.0063 -0.0097 -0.0107 0.0038 0.0029 0.0094 0.0149
on/transcript-hillary-clintons-closing-remarks-at-the-cnn-democratic-presidential-debate 4 0.0044 0.0261 0.0162 0.0176 0.0137 0.0112 0.0118 0.0112 0.0093 0.0087 0.0083 0.007 0.0054 0.0051 0.0053 0.0059 0.0059 0.0056 0.0055 0.0055
transcript-donald-trumps-remarks-on-russias-support-for-assads-regime-in-syria-at-the-cnn-republican-presidential-debate 5 0.005 0.0534 -0.0047 0.0098 0.0277 0.0292 0.029 0.0294 0.0253 0.0216 0.0185 0.019 0.0177 0.0131 0.0152 0.0151 0.01 0.0043 0.0047 0.0032
on/abc-democratic-presidential-debate-transcript-hillary-clintons-remarks-on-wages 1 0.0043 0.0051 0.0055 0.0052 0.0057 0.0064 0.0068 0.0067 0.0073 0.0067 0.0066 0.0058 0.0066 0.0071 0.0077 0.0076 0.0083 0.0088 0.0088 0.0091
on/transcript-hillary-clintons-remarks-on-patriot-act-at-the-cnn-democratic-presidential-debate 3 -0.0028 0.0121 0.017 0.0073 -0.0008 0.0001 -0.0017 -0.0028 -0.0028 -0.0028 -0.0028 -0.0028 -0.0028 -0.0028 -0.0028 -0.0028 -0.0028 -0.0028 -0.0028 -0.0028
on/transcript-hillary-clintons-remarks-on-vice-president-joe-biden 5 0.0095 0.0132 0.0054 0.0121 0.0289 0.0228 0.0219 0.0208 0.0147 0.0083 0.0068 0.0201 0.0172 0.0162 0.0119 0.0164 0.02 0.0131 0.0025 -0.0058
on/transcript-hillary-clintons-remarks-at-a-town-hall-meeting-in-orangeburg-south-carolina 5 0.0035 0.0183 -0.0274 0.0118 0.0211 -0.0004 0.0106 -0.0124 -0.0081 -0.0136 0.0015 -0.0013 -0.0031 0.0087 0.019 -0.0022 0.0093 -0.0025 0.0068 -0.0008
on/abc-democratic-presidential-debate-transcript-hillary-clintons-remarks-on-libya 2 0.0001 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0001 0.0001 0.0001 0.0001 0.0001 0.0001 0.0001
transcript-donald-trumps-closing-statement-at-the-fox-news-republican-presidential-debate-on-aug-6-2015 2 0.0075 0.0604 0.0301 0.0195 0.0219 0.0147 0.0075 0.0075 0.0075 0.0075 0.0075 0.0075 0.0075 0.0075 0.0075 0.0075 0.0075 0.0075 0.0075 0.0075
on/transcript-hillary-clintons-remarks-on-the-clinton-foundations-foreign-donations-may-19-2015 0 -0.0228 -0.0181 -0.0228 -0.0228 -0.0228 -0.0228 -0.0228 -0.0228 -0.0228 -0.0228 -0.0228 -0.0228 -0.0228 -0.0228 -0.0228 -0.0228 -0.0228 -0.0228 -0.0228 -0.0228
transcript-donald-trumps-remarks-in-south-carolina 8 -0.0068 -0.0008 0.0186 0.0117 0.0076 0.0061 0.0084 0.0019 -0.0052 0.0041 0.0101 0.0085 0.0085 -0.0033 0.0072 0.0002 0.0053 -0.0026 -0.0006 0.0012
transcript-donald-trumps-remarks-at-the-republican-jewish-coalition 2 0.0221 0.0229 0.0076 -0.0069 -0.0208 0.0004 0.0042 0.0023 -0.0003 0.0097 0.0035 0.0122 0.0137 0.0126 0.006 0.004 0.0137 -0.0103 -0.0041 0.0024
on/transcript-hillary-clintons-remarks-on-the-fatal-shooting-of-two-roanoke-journalists 6 -0.0222 0.0619 0.0454 0.028 0.0072 0.0043 0.0148 0.0103 0.0096 -0.0008 -0.0151 -0.0167 -0.0114 -0.0112 -0.0155 -0.0262 -0.0264 -0.0278 -0.0289 -0.0294
on/transcript-hillary-clintons-remarks-on-iraq-may-19-2015 0 -0.059 -0.059 -0.059 -0.059 -0.059 -0.059 -0.059 -0.059 -0.059 -0.059 -0.059 -0.059 -0.059 -0.059 -0.059 -0.059 -0.059 -0.059 -0.059 -0.059
transcript-donald-trumps-remarks-in-nyc 10 0.004 0.0047 0.0012 0.0081 0.0036 0.0046 0.0008 0.0015 0.0001 0.0 -0.0033 0.0037 0.0039 0.0087 0.003 0.0001 -0.0007 0.0005 0.0082 0.0111
transcript-donald-trumps-speech-in-nashville-tennessee 1 0.0225 -0.0005 -0.0134 0.0001 0.0336 0.0168 0.0148 0.0352 0.0022 0.0053 0.0398 0.0047 0.0298 0.0197 0.0034 0.0218 0.0205 0.022 0.0392 -0.0094
on/transcript-hillary-clintons-remarks-on-income-inequality-at-the-cnn-democratic-presidential-debate 0 -0.0 -0.0 -0.0 -0.0 -0.0 -0.0 -0.0 -0.0 -0.0 -0.0 -0.0 -0.0 -0.0 -0.0 -0.0 -0.0 -0.0 -0.0 -0.0 -0.0
transcript-donald-trumps-press-briefing-remarks-in-laredo-texas-july-23-2015 9 0.0016 0.0017 0.0017 0.0018 0.0014 0.0013 0.0014 0.0016 0.0016 0.0014 0.0015 0.0016 0.0013 0.0012 0.0014 0.0012 0.0013 0.0014 0.0011 0.0012
transcript-donald-trumps-remarks-on-opposing-the-war-in-iraq-at-the-cnn-republican-presidential-debate 0 -0.1321 -0.1221 -0.2538 -0.2744 -0.209 -0.1402 -0.1481 -0.1598 -0.1712 -0.1436 -0.1321 -0.1321 -0.1321 -0.1321 -0.1321 -0.1321 -0.1321 -0.1321 -0.1321 -0.1321
transcript-donald-trumps-remarks-on-illegal-immigration-at-the-fox-news-republican-presidential-debate-on-aug-6-2015 0 -0.0452 -0.0163 -0.0111 -0.039 -0.0354 -0.0729 -0.0972 -0.0684 -0.073 -0.0696 -0.0587 -0.0549 -0.031 -0.0298 -0.0281 -0.0351 -0.0311 -0.0614 -0.059 -0.0589
transcript-donald-trumps-closing-remarks-at-the-cnn-republican-presidential-debate 3 0.0307 0.0543 0.0634 0.0451 0.0343 0.0214 0.0226 0.0251 0.0317 0.0307 0.0307 0.0307 0.0307 0.0307 0.0307 0.0307 0.0307 0.0307 0.0307 0.0307
transcript-donald-trumps-remarks-on-jeb-bushs-comment-on-funding-womens-health-care-the-cnn-republican-presidential-debate 1 -0.0031 -0.0145 -0.0112 0.0195 0.0243 0.0184 0.0207 0.0132 0.0157 0.0118 0.0116 0.0084 0.0073 0.0 0.0034 0.0011 -0.0034 -0.004 -0.0021 -0.0045
transcript-donald-trumps-remarks-on-fiorinas-track-record-at-hp-at-the-cnn-republican-presidential-debate 0 -0.0867 -0.0103 -0.0498 -0.1208 -0.1176 -0.0874 -0.0892 -0.1152 -0.0975 -0.107 -0.0867 -0.0867 -0.0867 -0.0867 -0.0867 -0.0867 -0.0867 -0.0867 -0.0867 -0.0867
on/transcript-hillary-clintons-remarks-on-sanderss-plan-to-expand-social-security-and-medicare-at-the-cnn-democratic-presidential-debate 10 0.0058 0.0096 0.0088 0.0072 0.0063 0.0064 0.006 0.0072 0.0067 0.0046 0.0058 0.0058 0.0058 0.0058 0.0058 0.0058 0.0058 0.0058 0.0058 0.0058
transcript-donald-trumps-remarks-on-the-iran-nuclear-agreement-at-the-tea-party-rally-in-d-c 13 0.0018 0.002 0.002 0.0021 0.0016 0.0018 0.0014 0.0009 0.0005 0.0008 0.0007 0.0005 0.0001 0.0004 0.0006 0.0005 0.0008 0.0004 0.0006 0.0012
on/transcript-hillary-clintons-remarks-on-the-use-of-her-personal-email 3 0.0039 -0.0119 0.0095 -0.0056 -0.0062 -0.0028 0.001 -0.0007 -0.0009 -0.0005 0.0007 0.0005 0.0016 0.0018 0.0043 0.0039 0.0039 0.0039 0.0039 0.0039
transcript-donald-trumps-remarks-on-vaccines-autism-at-the-cnn-republican-presidential-debate 2 -0.0019 0.0633 0.015 -0.0055 -0.0017 -0.0071 0.0066 -0.0047 0.0005 -0.0044 -0.0031 0.0021 -0.0003 -0.003 -0.0025 -0.0078 -0.0075 -0.0059 -0.0035 -0.005
transcript-donald-trumps-remarks-on-social-security-at-the-cnn-republican-presidential-debate 0 -0.0274 0.0113 -0.0272 -0.0315 -0.0252 -0.0298 -0.0274 -0.0274 -0.0274 -0.0274 -0.0274 -0.0274 -0.0274 -0.0274 -0.0274 -0.0274 -0.0274 -0.0274 -0.0274 -0.0274
on/transcript-hillary-clintons-remarks-on-the-state-departments-release-of-her-emails-may-19-2015 1 0.0238 -0.0115 0.0186 0.0093 0.0274 0.0164 0.0173 0.0248 0.0265 0.036 0.0319 0.0292 0.0316 0.0293 0.0303 0.0286 0.0247 0.0238 0.0238 0.0238
transcript-donald-trumps-remarks-near-the-u-s-mexico-border-in-texas-july-23-2015 1 0.0015 0.0015 0.0016 0.0016 0.0017 0.0016 0.0016 0.0016 0.0016 0.0017 0.0017 0.0017 0.0017 0.0017 0.0017 0.0017 0.0017 0.0016 0.0016 0.0017
on/abc-democratic-presidential-debate-transcript-hillary-clintons-closing-statement 6 0.0121 0.0231 0.0243 0.0219 0.0214 0.0219 0.0209 0.0221 0.0214 0.0207 0.018 0.0193 0.018 0.0164 0.0168 0.0174 0.0166 0.0158 0.0156 0.0143
transcript-donald-trumps-remarks-on-deporting-illegal-immigrants-at-the-cnn-republican-presidential-debate 0 -0.0055 0.0436 0.0257 0.0064 0.0155 0.0087 -0.0122 -0.0184 -0.0169 -0.0151 -0.0162 -0.012 -0.0081 -0.0095 -0.0136 -0.013 -0.014 -0.0117 -0.0123 -0.0121
on/transcript-hillary-clintons-remarks-at-the-new-hampshire-democratic-convention 2 0.0358 0.0166 0.0139 0.0068 0.006 0.0103 0.0062 0.0078 0.0136 0.0219 0.0207 0.0162 0.0245 0.0314 0.032 0.0224 0.0065 -0.0065 -0.0008 0.0103
on/transcript-hillary-clintons-remarks-on-providing-in-state-college-tuition-to-undocumented-immigrants-at-the-cnn-democratic-presidential-debate 2 0.011 0.0156 0.011 0.011 0.011 0.011 0.011 0.011 0.011 0.011 0.011 0.011 0.011 0.011 0.011 0.011 0.011 0.011 0.011 0.011
on/transcript-hillary-clintons-remarks-on-gun-violence 2 0.0049 0.0218 0.0221 -0.0023 -0.0275 -0.0184 0.0075 -0.0039 -0.0079 -0.0182 0.0027 0.0075 0.0282 0.0377 0.0548 0.0317 0.0379 0.0312 -0.0009 -0.0097
on/transcript-hillary-clintons-remarks-on-paid-family-leave-at-the-cnn-democratic-presidential-debate 3 0.004 0.0027 0.0069 0.0024 0.0138 0.0049 0.0018 -0.0013 -0.0009 -0.0025 -0.0051 -0.0034 -0.0035 -0.003 0.0001 -0.0003 -0.001 -0.0007 0.0013 0.0026
transcript-donald-trumps-speech-in-mobile-alabama 5 0.0044 -0.001 0.0072 0.0252 0.036 0.0277 0.0164 0.0094 0.011 -0.004 0.0157 0.0277 0.0171 0.0078 0.0165 0.0126 0.0155 0.0252 0.0115 -0.0014
on/transcript-hillary-clintons-qa-with-savannah-guthrie-on-benghazi 0 -0.0232 -0.0239 -0.0246 -0.0231 -0.0228 -0.0223 -0.0214 -0.0228 -0.0238 -0.0241 -0.0238 -0.024 -0.0239 -0.0242 -0.0235 -0.0243 -0.0247 -0.0246 -0.0233 -0.0231
transcript-donald-trumps-remarks-on-illegal-immigration-on-meet-the-press 1 0.0026 0.0029 0.0032 0.0031 0.0031 0.0028 0.0031 0.0032 0.0032 0.0027 0.0024 0.0025 0.0027 0.0024 0.0023 0.0023 0.0025 0.0024 0.0023 0.0021
on/transcript-hillary-clintons-remarks-on-gun-control-at-the-cnn-democratic-presidential-debate 0 -0.0412 -0.1125 -0.0077 -0.0004 0.005 0.0139 -0.0016 -0.0005 0.0074 0.0172 -0.0245 -0.0285 -0.0332 -0.0236 -0.0283 -0.0262 -0.0282 -0.0328 -0.0316 -0.0392
transcript-donald-trumps-remarks-on-obamas-red-line-in-syria-at-the-cnn-republican-presidential-debate 0 -0.0345 0.089 -0.0051 0.019 -0.013 -0.0224 -0.0279 -0.0342 -0.0345 -0.0345 -0.0345 -0.0345 -0.0345 -0.0345 -0.0345 -0.0345 -0.0345 -0.0345 -0.0345 -0.0345
transcript-donald-trumps-remarks-on-his-business-track-record-at-the-cnn-republican-presidential-debate 3 0.0013 0.0061 0.0079 0.0094 0.0113 0.0046 0.0022 0.0013 0.0013 0.0013 0.0013 0.0013 0.0013 0.0013 0.0013 0.0013 0.0013 0.0013 0.0013 0.0013
on/abc-democratic-presidential-debate-transcript-hillary-clintons-remarks-on-race-in-america 9 0.0025 0.0252 0.0274 0.0353 0.0171 0.0113 0.0117 0.0128 0.0112 0.0109 0.0105 0.0106 0.0078 0.0032 -0.0006 -0.0006 -0.0008 -0.0002 -0.0007 0.0004
on/transcript-hillary-clintons-remarks-on-the-use-of-her-personal-email-account-as-secretary-of-state 4 0.009 0.0073 0.0045 0.0051 0.0083 0.0107 0.0082 0.0061 0.0076 0.0054 0.0003 0.0003 0.0048 0.0066 0.0065 0.0059 0.0077 0.0122 0.0107 0.0091
on/transcript-hillary-clintons-remarks-at-the-iowa-jefferson-jackson-dinner 2 0.0234 0.0125 0.0035 -0.002 0.0004 -0.0029 -0.0011 0.0081 0.0195 0.0234 0.029 0.0339 0.0414 0.0274 0.0232 -0.0006 -0.0031 0.0036 0.0213 0.0233
on/abc-democratic-presidential-debate-transcript-hillary-clintons-remarks-on-obamacare 1 0.0284 -0.2511 0.0374 0.2066 0.1874 0.1343 0.2057 0.1651 0.1838 0.138 0.1314 0.1606 0.1398 0.129 0.1142 0.0914 0.1284 0.1156 0.0952 0.0424
on/abc-democratic-presidential-debate-transcript-hillary-clintons-remarks-on-no-fly-zone-in-syria 2 0.0192 0.1461 0.018 0.0229 0.0132 -0.0115 0.0082 0.0265 0.0338 0.0388 0.0371 0.0362 0.0373 0.0445 0.0491 0.047 0.0468 0.047 0.0509 0.0481
on/transcript-hillary-clintons-remarks-on-keystone-at-the-cnn-democratic-presidential-debate 2 0.0046 0.008 0.0076 0.0034 0.0024 0.0021 0.0029 0.0046 0.0046 0.0046 0.0046 0.0046 0.0046 0.0046 0.0046 0.0046 0.0046 0.0046 0.0046 0.0046
transcript-donald-trumps-remarks-defending-his-foreign-policy-knowledge-at-the-cnn-republican-presidential-debate 3 0.015 -0.0038 0.0203 0.0153 0.0164 0.0051 0.0069 0.0087 0.0106 0.0079 0.0118 0.0104 0.0111 0.0121 0.005 0.0055 0.0118 0.0174 0.0182 0.0171
transcript-donald-trumps-remarks-on-obamacare-and-single-payer-system-at-the-fox-news-republican-presidential-debate-on-aug-6-2015 1 -0.0045 -0.0722 -0.0134 0.018 0.0372 0.0225 0.0271 0.0078 0.0092 0.0079 0.0002 0.0022 0.0014 -0.0019 -0.0025 -0.0112 -0.0052 -0.0021 -0.0019 -0.0022
on/transcript-hillary-clintons-remarks-on-political-expediency-at-the-cnn-democratic-presidential-debate 1 0.0751 0.0145 0.0663 0.0986 0.082 0.0578 0.0628 0.1263 0.1063 0.1149 0.1111 0.1127 0.1093 0.1096 0.1207 0.1271 0.1156 0.1228 0.095 0.0857
on/transcript-hillary-clintons-remarks-on-legalizing-recreational-marijuana-at-the-cnn-democratic-presidential-debate 1 0.0214 -0.017 -0.042 -0.0286 -0.0125 0.0042 0.0079 0.016 0.0211 0.0229 0.0214 0.0214 0.0214 0.0214 0.0214 0.0214 0.0214 0.0214 0.0214 0.0214
on/transcript-hillary-clintons-remarks-on-russias-involvement-in-syria-at-the-cnn-democratic-presidential-debate 0 -0.0107 -0.0371 -0.023 -0.0398 -0.0172 -0.0103 -0.019 -0.0304 -0.0262 -0.015 -0.0142 -0.0071 -0.008 -0.0205 -0.0192 -0.0194 -0.0182 -0.0107 -0.0107 -0.0107
on/transcript-hillary-clintons-remarks-in-keene-new-hampshire 3 -0.0125 0.0106 0.0286 0.0247 0.0 0.0009 0.0113 -0.0089 0.0122 0.0099 0.0013 -0.0224 -0.0185 0.0181 0.0031 -0.0019 0.0088 0.0125 0.0142 0.0096
transcript-donald-trumps-remarks-in-sioux-city-iowa 7 0.0116 0.0068 0.012 -0.0027 0.0109 0.0008 0.0042 0.0071 -0.0101 0.0038 0.0023 0.0079 0.0039 0.0136 0.0023 0.0106 0.0043 0.0101 -0.0052 0.0066
on/abc-democratic-presidential-debate-transcript-hillary-clintons-remarks-on-sending-ground-troops-to-fight-isis 0 -0.0369 -0.036 -0.0359 -0.0348 -0.0342 -0.0315 -0.0317 -0.0317 -0.0302 -0.0282 -0.029 -0.029 -0.0307 -0.0311 -0.0292 -0.0272 -0.0277 -0.0269 -0.0262 -0.0267
on/transcript-hillary-clintons-campaign-announcement-speech 1 0.0413 0.0158 0.014 0.0222 0.0035 -0.0005 0.0327 0.0335 0.0227 0.0287 0.0451 0.0518 0.043 0.0331 0.0265 0.0107 0.0195 0.0325 0.0133 0.0294
transcript-donald-trumps-remarks-on-jeb-bush-speaking-spanish-at-the-cnn-republican-presidential-debate 3 0.0056 0.0118 0.0098 0.0096 0.0082 0.0076 0.0065 0.0063 0.0061 0.0055 0.0053 0.0053 0.0056 0.0056 0.0056 0.0056 0.0056 0.0056 0.0056 0.0056
on/transcript-hillary-clintons-remarks-on-her-emails-at-the-cnn-democratic-presidential-debate 3 -0.0003 0.0416 0.0293 0.0124 0.0144 0.012 -0.001 -0.0083 -0.0008 0.0019 -0.0023 -0.0032 -0.0032 -0.0008 0.0036 0.0016 0.0009 0.0052 0.0048 0.0038
transcript-donald-trumps-press-conference-on-his-new-book-crippled-america 6 0.0143 0.0151 0.0059 -0.0145 -0.0174 0.0001 0.0149 0.0165 0.0223 0.0168 0.0163 0.0107 0.0067 0.0016 0.0014 0.0054 0.0109 0.0125 -0.0002 0.0059
on/abc-democratic-presidential-debate-transcript-hillary-clintons-remarks-on-taxes 6 0.005 0.0143 0.0233 0.0207 0.0149 0.022 0.0143 0.0106 0.011 0.0122 0.0056 0.0049 0.0057 0.0065 0.0068 0.0075 0.0052 0.006 0.0041 0.0046
on/abc-democratic-presidential-debate-transcript-hillary-clintons-remarks-on-college-affordability 2 0.0218 0.024 0.017 0.02 0.0102 0.0143 0.0186 0.0172 0.0173 0.0132 0.0138 0.0132 0.0113 0.0171 0.0196 0.0186 0.0213 0.0216 0.0212 0.0205
on/transcript-hillary-clintons-remarks-at-the-iowa-democratic-hall-of-fame-dinner 7 0.0128 0.0113 0.0145 0.0129 0.0143 0.0106 0.0056 0.0085 0.0064 0.0026 0.0052 0.0027 0.0011 0.002 -0.0015 -0.0024 -0.0057 -0.0024 -0.0037 0.0006
transcript-donald-trumps-remarks-on-iranian-general-soleimani-at-the-fox-news-republican-presidential-debate-on-aug-6-2015 1 -0.0067 -0.0417 -0.0995 -0.044 -0.0662 -0.048 -0.0287 -0.0036 -0.0051 0.0046 0.0028 0.0074 0.0093 -0.0001 0.0029 -0.0037 -0.0022 -0.0007 -0.0037 -0.0014
on/transcript-hillary-clintons-remarks-on-the-economy-at-new-york-university 7 0.009 0.007 0.0094 0.0062 0.0057 0.0121 0.0106 0.005 0.0024 0.0006 0.0064 0.0026 0.0021 0.0051 0.0068 0.0118 0.0073 0.0009 0.0026 0.01
on/transcript-hillary-clintons-testimony-at-the-benghazi-select-committee 0 -0.0075 -0.0054 -0.0147 -0.013 -0.0109 -0.0099 -0.0134 -0.0199 -0.0239 -0.0233 -0.0151 -0.0156 -0.0154 -0.0199 -0.0155 -0.0207 -0.0174 0.0008 -0.0009 0.0224
on/abc-democratic-presidential-debate-transcript-hillary-clintons-remarks-on-terrorism-gun-control 0 -0.0055 -0.0049 -0.0022 -0.002 -0.0051 -0.0037 -0.0046 -0.0048 -0.0035 -0.0058 -0.0062 -0.0066 -0.0082 -0.0096 -0.0105 -0.0113 -0.0122 -0.0107 -0.0106 -0.0131
on/transcript-hillary-clintons-remarks-on-climate-change-at-the-cnn-democratic-presidential-debate 1 0.0221 -0.0231 -0.0125 -0.0078 0.009 0.0131 0.0281 0.0263 0.0234 0.0243 0.0285 0.0219 0.024 0.021 0.0221 0.0221 0.0221 0.0221 0.0221 0.0221
on/transcript-hillary-clintons-speech-on-agriculture-rural-policy 2 0.0201 0.0209 0.0174 0.0143 0.0035 0.0052 0.0129 0.0289 0.0289 0.0199 0.0166 0.0198 0.0295 0.0382 0.0341 0.0331 0.0148 0.0109 0.0052 0.0107
on/transcript-hillary-clintons-opening-remarks-at-the-cnn-democratic-presidential-debate 2 0.0483 0.1192 0.0971 0.0323 0.0713 0.1212 0.111 0.0897 0.1051 0.1476 0.1276 0.1071 0.1016 0.0863 0.101 0.0992 0.1029 0.1178 0.114 0.1257
on/abc-democratic-presidential-debate-transcript-hillary-clintons-remarks-on-heroin 3 0.0076 -0.0274 0.0096 -0.0137 -0.0132 -0.0062 -0.0018 -0.0071 -0.0033 -0.0065 -0.0039 -0.0082 -0.0039 -0.0005 -0.0014 -0.0009 -0.0006 0.0036 0.007 0.0068
transcript-donald-trumps-remarks-on-tax-reform-at-the-cnn-republican-presidential-debate 3 -0.0036 -0.0198 0.0009 0.0226 0.0061 0.0076 0.004 -0.0003 -0.007 -0.0075 -0.0055 -0.0049 -0.0036 -0.0036 -0.0036 -0.0036 -0.0036 -0.0036 -0.0036 -0.0036
on/transcript-hillary-clintons-remarks-on-voting-rights 2 0.0069 0.0035 0.0003 -0.0046 -0.0022 -0.0105 -0.0104 -0.0029 -0.0048 0.0003 -0.0009 0.0038 0.0163 0.0216 0.0244 0.0162 0.0084 0.0077 0.01 0.0191
on/transcript-hillary-clintons-economic-policy-speech-at-the-new-school 7 0.0073 0.021 0.0274 0.0157 0.0207 0.0271 0.0232 0.0158 0.0177 0.0138 0.011 0.0302 0.0287 0.0173 0.0144 0.0042 -0.007 -0.0097 0.008 0.0267
on/transcript-hillary-clintons-speech-on-homeland-security 4 0.0021 -0.0073 -0.0181 -0.0101 0.0002 0.0032 0.0049 0.0026 0.0062 0.0033 -0.017 -0.02 -0.0035 0.0101 0.0085 -0.0027 -0.0101 -0.0009 0.009 0.0101
on/transcript-hillary-clintons-remarks-on-the-use-of-her-personal-email-account-while-serving-as-secretary-of-state 0 -0.0009 -0.0007 -0.0006 -0.0012 -0.0023 -0.0029 -0.0017 -0.002 -0.0016 -0.0015 -0.002 -0.0024 -0.0022 -0.0027 -0.0029 -0.0032 -0.0026 -0.003 -0.0029 -0.0035
on/abc-democratic-presidential-debate-transcript-hillary-clintons-remarks-on-regime-change-in-syria-isis 0 -0.0051 -0.0234 -0.0331 -0.0185 -0.0137 -0.0101 -0.0075 -0.0035 -0.0043 -0.0051 -0.0051 -0.0051 -0.0051 -0.0051 -0.0051 -0.0051 -0.0051 -0.0051 -0.0051 -0.0051
on/transcript-hillary-clintons-remarks-on-extending-obamacare-to-undocumented-immigrants-at-the-cnn-democratic-presidential-debate 1 0.0338 -0.0092 0.0275 0.04 0.0491 0.0517 0.0381 0.0358 0.0273 0.0255 0.0173 0.0181 0.0167 0.0169 0.0196 0.024 0.025 0.0316 0.0338 0.0338
name 2000-01 2000-02 2000-03 2000-04 2000-05 2000-06 2000-07 2000-08 2000-09 2000-10 2000-11 2000-12 2001-01 2001-02 2001-03 2001-04 2001-05 2001-06 2001-07 2001-08 2001-09 2001-10 2001-11 2001-12 2002-01 2002-02 2002-03 2002-04 2002-05 2002-06 2002-07 2002-08 2002-09 2002-10 2002-11 2002-12 2003-01 2003-02 2003-03 2003-04 2003-05 2003-06 2003-07 2003-08 2003-09 2003-10 2003-11 2003-12 2004-01 2004-02 2004-03 2004-04 2004-05 2004-06 2004-07 2004-08 2004-09 2004-10 2004-11 2004-12 2005-01 2005-02 2005-03 2005-04 2005-05 2005-06 2005-07 2005-08 2005-09 2005-10 2005-11 2005-12 2006-01 2006-02 2006-03 2006-04 2006-05 2006-06 2006-07 2006-08 2006-09 2006-10 2006-11 2006-12 2007-01 2007-02 2007-03 2007-04 2007-05 2007-06 2007-07 2007-08 2007-09 2007-10 2007-11 2007-12 2008-01 2008-02 2008-03 2008-04 2008-05 2008-06 2008-07 2008-08 2008-09 2008-10 2008-11 2008-12 2009-01 2009-02 2009-03 2009-04 2009-05 2009-06 2009-07 2009-08 2009-09 2009-10 2009-11 2009-12 2010-01 2010-02 2010-03 2010-04 2010-05 2010-06 2010-07 2010-08 2010-09 2010-10 2010-11 2010-12 2011-01 2011-02 2011-03 2011-04 2011-05 2011-06 2011-07 2011-08 2011-09 2011-10 2011-11 2011-12 2012-01 2012-02 2012-03 2012-04 2012-05 2012-06 2012-07 2012-08 2012-09 2012-10 2012-11 2012-12 2013-01 2013-02 2013-03 2013-04 2013-05 2013-06 2013-07 2013-08 2013-09 2013-10
Bethesda-Rockville-Frederick, MD Met Div 2.6 2.6 2.6 2.6 2.7 2.7 2.7 2.6 2.6 2.6 2.6 2.6 2.7 2.7 2.8 2.8 2.9 3 3.1 3.3 3.4 3.5 3.5 3.6 3.6 3.6 3.6 3.6 3.6 3.5 3.5 3.4 3.4 3.4 3.4 3.4 3.4 3.4 3.4 3.4 3.4 3.4 3.4 3.3 3.3 3.3 3.3 3.3 3.2 3.2 3.2 3.2 3.2 3.2 3.2 3.2 3.2 3.2 3.2 3.3 3.3 3.3 3.3 3.2 3.2 3.1 3.1 3 3 3 2.9 2.9 2.8 2.8 2.8 2.8 2.9 3 3 3 2.9 2.9 2.9 2.9 2.8 2.8 2.7 2.7 2.6 2.6 2.6 2.6 2.6 2.6 2.6 2.5 2.5 2.6 2.7 2.8 2.9 3.1 3.2 3.4 3.6 3.9 4.2 4.5 4.9 5.2 5.5 5.7 5.8 5.9 6 6 6.1 6.2 6.2 6.3 6.3 6.3 6.2 6.1 6 5.9 5.9 5.9 5.9 5.9 5.8 5.8 5.7 5.6 5.5 5.5 5.5 5.6 5.6 5.6 5.6 5.5 5.4 5.4 5.3 5.3 5.3 5.3 5.3 5.3 5.3 5.3 5.2 5.2 5.2 5.2 5.2 5.2 5.1 5.2 5.3 5.5 5.5 5.3 5.2 5.2
Boston-Cambridge-Quincy, MA NECTA Div 2.7 2.6 2.6 2.5 2.4 2.4 2.3 2.3 2.3 2.3 2.3 2.4 2.5 2.6 2.8 2.9 3 3.2 3.4 3.6 3.8 4 4.2 4.4 4.6 4.7 4.8 4.9 4.9 5 5 5 5.1 5.1 5.2 5.2 5.3 5.3 5.4 5.4 5.5 5.6 5.6 5.6 5.5 5.4 5.3 5.2 5.1 5.1 5 4.9 4.9 4.8 4.7 4.6 4.5 4.5 4.4 4.4 4.4 4.4 4.4 4.3 4.3 4.2 4.2 4.3 4.3 4.3 4.3 4.3 4.3 4.3 4.3 4.3 4.3 4.3 4.3 4.2 4.2 4.2 4.2 4.1 4.1 4.1 4 4 3.9 3.9 3.9 3.9 3.9 3.9 3.9 3.9 3.9 4 4.1 4.2 4.3 4.5 4.7 4.8 5 5.3 5.6 5.9 6.2 6.5 6.7 6.9 7.1 7.3 7.4 7.5 7.6 7.6 7.6 7.6 7.6 7.5 7.5 7.4 7.3 7.2 7.1 7 7 6.9 6.9 6.8 6.6 6.5 6.4 6.3 6.3 6.2 6.2 6.1 6.1 6 5.9 5.8 5.7 5.7 5.6 5.6 5.6 5.6 5.6 5.6 5.6 5.6 5.6 5.6 5.6 5.5 5.4 5.5 5.6 5.9 6 6 5.9 6
Boston-Cambridge-Quincy, MA-NH Met NECTA 2.8 2.7 2.7 2.6 2.6 2.5 2.5 2.5 2.4 2.4 2.5 2.5 2.6 2.8 2.9 3.1 3.2 3.4 3.6 3.8 4.1 4.3 4.5 4.7 4.9 5 5.1 5.2 5.2 5.3 5.3 5.4 5.4 5.5 5.5 5.5 5.6 5.6 5.6 5.7 5.8 5.8 5.9 5.8 5.8 5.7 5.6 5.5 5.4 5.3 5.2 5.2 5.1 5 4.9 4.9 4.8 4.7 4.7 4.6 4.6 4.6 4.6 4.5 4.5 4.4 4.4 4.5 4.5 4.5 4.5 4.5 4.5 4.5 4.5 4.5 4.5 4.5 4.4 4.4 4.4 4.4 4.4 4.3 4.3 4.2 4.2 4.2 4.1 4.1 4.1 4.1 4.1 4.1 4.1 4.1 4.1 4.2 4.3 4.4 4.5 4.7 4.9 5.1 5.3 5.5 5.8 6.1 6.5 6.8 7.1 7.3 7.5 7.7 7.8 7.9 8 8 8 8 8 7.9 7.9 7.8 7.6 7.5 7.4 7.3 7.3 7.2 7.2 7.1 6.9 6.8 6.8 6.7 6.6 6.6 6.6 6.5 6.5 6.4 6.3 6.2 6.1 6.1 6.1 6 6 6.1 6.1 6.1 6.1 6.1 6.1 6.1 6.1 5.9 5.9 5.9 6 6.3 6.3 6.3 6.2 6.3
Brockton-Bridgewater-Easton, MA NECTA Div 3 3 2.9 2.9 2.8 2.8 2.8 2.8 2.8 2.8 2.9 2.9 3.1 3.2 3.3 3.4 3.5 3.6 3.8 3.9 4.1 4.3 4.4 4.6 4.8 4.9 5 5.1 5.2 5.3 5.3 5.4 5.4 5.5 5.6 5.6 5.7 5.8 5.9 6 6.1 6.2 6.2 6.3 6.2 6.2 6.1 6.1 6 5.9 5.9 5.9 5.8 5.7 5.7 5.6 5.5 5.5 5.4 5.4 5.4 5.3 5.3 5.3 5.2 5.2 5.2 5.3 5.3 5.4 5.3 5.3 5.3 5.2 5.2 5.3 5.3 5.3 5.4 5.3 5.3 5.3 5.3 5.2 5.2 5.1 5.1 5.1 5 5 5 5 5 5.1 5.1 5.1 5.2 5.2 5.3 5.4 5.6 5.8 6 6.2 6.5 6.8 7.1 7.5 7.9 8.2 8.5 8.7 8.9 9.1 9.3 9.5 9.6 9.7 9.8 9.9 9.9 9.9 9.9 9.8 9.6 9.5 9.4 9.4 9.3 9.3 9.2 9.1 9 8.8 8.7 8.6 8.5 8.5 8.4 8.4 8.3 8.2 8.1 7.9 7.8 7.7 7.7 7.7 7.7 7.7 7.7 7.6 7.5 7.5 7.5 7.4 7.4 7.2 7.1 7.2 7.4 7.8 7.9 7.9 7.7 7.8
Camden, NJ Met Div 3.6 3.6 3.5 3.5 3.4 3.4 3.5 3.5 3.6 3.6 3.6 3.5 3.5 3.5 3.5 3.6 3.7 3.8 3.9 4.1 4.3 4.5 4.6 4.8 5 5.1 5.2 5.3 5.4 5.4 5.4 5.4 5.5 5.5 5.5 5.6 5.6 5.6 5.5 5.6 5.6 5.6 5.6 5.5 5.4 5.3 5.2 5.2 5.1 5.1 5 5 4.9 4.8 4.7 4.6 4.5 4.4 4.4 4.3 4.3 4.3 4.2 4.2 4.2 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.7 4.7 4.7 4.8 4.8 4.9 4.8 4.8 4.7 4.6 4.5 4.4 4.3 4.3 4.2 4.2 4.3 4.3 4.3 4.4 4.4 4.5 4.6 4.7 4.7 4.8 4.8 4.9 5.1 5.2 5.4 5.7 5.9 6.3 6.7 7.1 7.6 8 8.4 8.7 9 9.2 9.4 9.6 9.7 9.9 10 10.1 10.2 10.2 10.2 10.1 10 10 9.9 9.9 10 10 10 10 9.9 9.8 9.7 9.7 9.7 9.8 9.8 9.9 9.8 9.8 9.7 9.7 9.6 9.7 9.8 9.9 10 10 10.1 10.1 10.1 10.1 10.1 10.1 9.9 9.7 9.4 9.1 9 9 8.8 8.7 8.7 8.6
Chicago-Joliet-Naperville, IL Met Div 4.4 4.4 4.4 4.4 4.5 4.5 4.5 4.5 4.5 4.5 4.7 4.9 5.1 5.3 5.4 5.4 5.4 5.4 5.5 5.6 5.8 6 6.2 6.4 6.6 6.7 6.8 6.9 7 7 7 7 7 7 7 6.9 6.9 6.8 6.8 6.9 7 7.1 7.2 7.2 7.1 7 6.8 6.6 6.5 6.4 6.3 6.3 6.3 6.3 6.3 6.3 6.3 6.3 6.3 6.3 6.3 6.3 6.3 6.3 6.2 6.2 6.1 6 5.8 5.7 5.5 5.3 5.1 4.9 4.7 4.5 4.5 4.4 4.4 4.3 4.2 4.2 4.2 4.3 4.3 4.4 4.6 4.7 4.8 4.9 5 5.1 5.1 5.2 5.2 5.2 5.2 5.3 5.4 5.6 5.9 6.1 6.3 6.4 6.5 6.9 7.1 7.4 7.9 8.5 9.1 9.5 9.9 10.2 10.4 10.7 10.9 11.1 11.2 11.3 11.2 11.1 10.9 10.7 10.5 10.4 10.2 10.1 10 9.9 9.7 9.5 9.4 9.3 9.4 9.6 9.8 10.2 10.4 10.5 10.5 10.3 9.9 9.5 9.2 8.9 8.8 8.7 8.8 8.9 8.9 8.9 8.9 8.9 8.9 8.9 9 9.4 9.5 9.4 9.3 9.4 9.4 9.4 9.3 9.1
Chicago-Joliet-Naperville, IL-IN-WI MSA 4.1 4.2 4.2 4.2 4.3 4.3 4.3 4.4 4.4 4.5 4.6 4.7 4.9 5 5.1 5.1 5.2 5.2 5.3 5.5 5.7 5.9 6.1 6.3 6.5 6.6 6.7 6.7 6.8 6.8 6.8 6.8 6.8 6.8 6.8 6.7 6.7 6.7 6.6 6.7 6.8 6.9 7 7 6.9 6.8 6.7 6.5 6.4 6.3 6.2 6.2 6.2 6.2 6.2 6.2 6.2 6.2 6.2 6.2 6.2 6.2 6.1 6.1 6.1 6 5.9 5.8 5.8 5.6 5.5 5.3 5.1 4.9 4.7 4.6 4.5 4.4 4.4 4.4 4.4 4.4 4.4 4.4 4.5 4.6 4.6 4.7 4.7 4.8 4.9 5 5.1 5.2 5.3 5.3 5.3 5.3 5.4 5.6 5.8 6 6.2 6.3 6.5 6.8 7.1 7.6 8.1 8.7 9.2 9.7 10 10.2 10.3 10.5 10.7 10.9 11.1 11.3 11.3 11.3 11.1 10.9 10.6 10.4 10.2 10 9.9 9.8 9.7 9.6 9.5 9.4 9.5 9.6 9.8 10 10.2 10.2 10.1 10 9.7 9.5 9.2 9 8.9 8.8 8.8 8.8 8.8 8.8 8.8 8.8 8.8 8.8 9.1 9.6 9.7 9.6 9.4 9.4 9.3 9.2 9 8.8
Dallas-Fort Worth-Arlington, TX MSA 3.7 3.7 3.7 3.7 3.6 3.6 3.6 3.6 3.5 3.5 3.4 3.4 3.5 3.6 3.8 4 4.2 4.5 4.7 5 5.3 5.6 5.9 6.1 6.3 6.4 6.5 6.5 6.5 6.5 6.5 6.5 6.5 6.6 6.6 6.7 6.7 6.7 6.8 6.8 6.8 6.8 6.8 6.7 6.6 6.4 6.3 6.2 6.1 6.1 6 5.9 5.9 5.8 5.7 5.7 5.7 5.7 5.7 5.6 5.6 5.5 5.4 5.3 5.2 5.1 5.1 5.1 5.1 5.1 5 5 4.9 4.9 4.9 4.9 4.9 4.9 4.9 4.8 4.7 4.6 4.5 4.5 4.4 4.4 4.3 4.3 4.2 4.2 4.2 4.3 4.3 4.4 4.4 4.4 4.4 4.4 4.4 4.5 4.6 4.8 4.9 5.1 5.4 5.6 6 6.3 6.6 6.9 7.2 7.4 7.6 7.8 8 8.1 8.2 8.2 8.3 8.3 8.3 8.3 8.3 8.3 8.2 8.1 8.1 8.1 8.1 8.2 8.2 8.2 8.1 8 8 7.9 7.9 7.9 7.9 7.9 7.8 7.6 7.4 7.3 7.1 7 7 6.9 6.9 6.8 6.7 6.6 6.4 6.3 6.2 6.1 6.2 6.2 6.3 6.3 6.4 6.3 6.2 6 6 6
Dallas-Plano-Irving, TX Met Div 3.7 3.7 3.7 3.7 3.6 3.6 3.6 3.6 3.5 3.5 3.4 3.4 3.5 3.6 3.8 4.1 4.3 4.6 4.9 5.2 5.5 5.9 6.2 6.4 6.5 6.7 6.7 6.7 6.8 6.8 6.7 6.7 6.7 6.8 6.8 6.9 6.9 6.9 7 7 7 7 6.9 6.9 6.7 6.6 6.4 6.3 6.3 6.2 6.1 6.1 6 5.9 5.9 5.8 5.8 5.8 5.8 5.7 5.6 5.6 5.4 5.3 5.2 5.2 5.1 5.1 5.1 5.1 5.1 5.1 5 5 5 5 5 5 4.9 4.8 4.7 4.6 4.5 4.4 4.4 4.3 4.3 4.3 4.2 4.2 4.3 4.3 4.4 4.4 4.4 4.4 4.5 4.5 4.5 4.6 4.7 4.8 5 5.2 5.5 5.7 6.1 6.4 6.7 7 7.2 7.5 7.7 7.9 8 8.1 8.2 8.2 8.2 8.3 8.3 8.3 8.3 8.3 8.2 8.1 8.1 8.1 8.1 8.1 8.2 8.1 8.1 8 8 8 8 8 8 7.9 7.8 7.7 7.5 7.3 7.2 7.1 7.1 7 7 6.9 6.8 6.6 6.5 6.3 6.2 6.1 6.2 6.3 6.3 6.3 6.4 6.4 6.2 6.1 6 6
Detroit-Livonia-Dearborn, MI Met Div 4.1 4.1 4.2 4.2 4.3 4.3 4.3 4.3 4.4 4.5 4.7 5 5.3 5.6 5.7 5.7 5.7 5.7 5.8 6 6.3 6.7 7 7.2 7.3 7.3 7.3 7.3 7.2 7.2 7.1 7.1 7.1 7.3 7.5 7.8 8.1 8.4 8.6 8.7 8.8 8.8 8.7 8.7 8.6 8.4 8.3 8.2 8.1 8.1 8.2 8.3 8.4 8.5 8.7 8.8 9 9.1 9.1 9.1 9.1 9 8.9 8.8 8.7 8.6 8.5 8.4 8.4 8.5 8.5 8.4 8.3 8.2 8.2 8.1 8.2 8.3 8.4 8.5 8.6 8.7 8.6 8.5 8.4 8.3 8.3 8.3 8.4 8.6 8.7 8.9 9 9 8.9 8.8 8.7 8.6 8.7 8.8 9.1 9.4 9.7 10 10.5 11.1 11.9 12.7 13.7 14.5 15.3 15.9 16.3 16.7 16.9 17 16.9 16.7 16.6 16.4 16.2 16 15.7 15.4 15.1 14.8 14.5 14.3 14.1 14 13.7 13.5 13.2 13 12.9 12.9 12.9 12.9 12.8 12.7 12.4 12.2 11.9 11.7 11.5 11.4 11.4 11.4 11.5 11.6 11.7 11.7 11.8 11.8 11.9 12 12 11.8 11.4 11 10.7 10.7 10.5 10.5 10.5 10.4
Detroit-Warren-Livonia, MI MSA 3.5 3.5 3.5 3.5 3.6 3.7 3.8 3.8 3.8 3.8 3.9 4.2 4.5 4.7 4.9 5 5 5.1 5.2 5.4 5.6 5.9 6.1 6.3 6.4 6.4 6.4 6.4 6.4 6.4 6.3 6.2 6.2 6.2 6.4 6.6 6.8 7.1 7.2 7.3 7.4 7.4 7.4 7.3 7.2 7 6.9 6.8 6.7 6.7 6.8 6.9 7 7.1 7.2 7.4 7.5 7.6 7.6 7.6 7.6 7.6 7.5 7.4 7.3 7.2 7.1 7 7 7.1 7.1 7.1 7.1 7.1 7 7 7.1 7.1 7.2 7.3 7.4 7.4 7.4 7.3 7.3 7.2 7.2 7.3 7.4 7.5 7.6 7.7 7.7 7.8 7.7 7.6 7.5 7.5 7.5 7.7 7.9 8.2 8.5 8.8 9.3 9.9 10.7 11.5 12.4 13.2 14 14.6 15.1 15.5 15.8 15.9 16 15.9 15.7 15.5 15.2 14.9 14.7 14.4 14.1 13.9 13.6 13.4 13.3 13.1 12.8 12.5 12.1 11.9 11.8 11.8 11.9 12 11.9 11.8 11.5 11.2 10.9 10.5 10.3 10.2 10.1 10.2 10.4 10.6 10.7 10.7 10.7 10.7 10.7 10.7 10.6 10.3 9.9 9.5 9.3 9.4 9.4 9.6 9.7 9.5
Edison-New Brunswick, NJ Met Div 3.3 3.3 3.3 3.2 3.2 3.2 3.2 3.2 3.3 3.2 3.2 3.2 3.3 3.3 3.4 3.5 3.6 3.7 3.9 4.1 4.3 4.5 4.6 4.8 5 5.1 5.2 5.3 5.3 5.4 5.4 5.4 5.5 5.5 5.5 5.5 5.5 5.5 5.5 5.5 5.5 5.5 5.5 5.5 5.4 5.3 5.2 5.1 5 4.9 4.9 4.8 4.7 4.6 4.5 4.4 4.3 4.2 4.1 4.1 4.1 4.1 4 4 4 4 4.1 4.1 4.2 4.3 4.3 4.4 4.4 4.4 4.4 4.4 4.4 4.4 4.3 4.3 4.2 4.1 4 3.9 3.9 3.8 3.8 3.8 3.8 3.8 3.8 3.9 3.9 4 4.1 4.1 4.3 4.4 4.4 4.5 4.7 4.8 5 5.2 5.4 5.7 6.1 6.6 7 7.5 7.9 8.2 8.4 8.6 8.7 8.8 8.9 8.9 9 9 9.1 9.1 9.1 9 8.9 8.9 8.8 8.8 8.8 8.8 8.8 8.7 8.7 8.6 8.6 8.6 8.6 8.7 8.7 8.7 8.7 8.7 8.7 8.6 8.6 8.6 8.7 8.8 8.8 8.9 8.9 9 9 9 9 9 8.9 8.7 8.3 8 7.9 8 7.8 7.8 7.7 7.7
Fort Lauderdale-Pompano Beach-Deerfield Beach, FL Met Div 3.5 3.6 3.6 3.7 3.7 3.8 3.8 3.8 3.7 3.6 3.5 3.5 3.6 3.7 3.8 3.9 4 4.1 4.3 4.6 4.9 5.3 5.7 5.9 6.1 6.1 6 6 6 5.9 5.8 5.8 5.7 5.7 5.6 5.6 5.6 5.6 5.6 5.6 5.6 5.6 5.5 5.4 5.3 5.1 5 4.9 4.8 4.8 4.8 4.7 4.7 4.6 4.6 4.5 4.4 4.3 4.2 4.2 4.1 4 3.9 3.8 3.7 3.6 3.5 3.4 3.4 3.4 3.3 3.3 3.2 3.1 3.1 3 3 3 3 3 3 3 3 3 3 3.1 3.1 3.2 3.2 3.3 3.4 3.5 3.6 3.8 3.9 4 4.1 4.2 4.4 4.7 4.9 5.2 5.5 5.7 6 6.3 6.7 7 7.5 7.9 8.3 8.6 8.9 9.1 9.3 9.4 9.6 9.7 9.8 9.8 9.8 9.8 9.7 9.6 9.5 9.5 9.5 9.5 9.6 9.6 9.6 9.6 9.5 9.4 9.2 9.2 9.1 9.1 9 8.9 8.8 8.6 8.4 8.2 8 7.9 7.8 7.7 7.6 7.5 7.4 7.3 7.1 7 6.9 6.8 6.7 6.5 6.2 6.1 6 5.9 5.8 5.6 5.5 5.4
Fort Worth-Arlington, TX Met Div 3.6 3.6 3.6 3.6 3.6 3.6 3.6 3.6 3.6 3.6 3.5 3.5 3.5 3.6 3.8 3.9 4 4.2 4.4 4.6 4.8 5.1 5.4 5.6 5.7 5.8 5.9 6 6 6 6 6 6.1 6.1 6.2 6.2 6.3 6.3 6.4 6.4 6.5 6.5 6.5 6.4 6.3 6.1 6 5.9 5.8 5.8 5.7 5.7 5.6 5.5 5.5 5.5 5.4 5.5 5.5 5.4 5.4 5.3 5.2 5.1 5 5 5 5 5 5 4.9 4.9 4.8 4.8 4.8 4.8 4.8 4.8 4.8 4.8 4.7 4.6 4.6 4.5 4.4 4.4 4.3 4.2 4.2 4.2 4.2 4.2 4.2 4.3 4.3 4.3 4.3 4.3 4.3 4.4 4.5 4.6 4.8 5 5.2 5.4 5.7 6.1 6.4 6.7 7 7.3 7.6 7.8 8 8.1 8.2 8.2 8.3 8.3 8.4 8.4 8.4 8.3 8.2 8.2 8.1 8.1 8.2 8.2 8.2 8.2 8.1 8 7.9 7.9 7.9 7.9 7.8 7.8 7.7 7.5 7.3 7.1 7 6.9 6.8 6.8 6.8 6.7 6.6 6.4 6.3 6.2 6.1 6 6.1 6.2 6.2 6.2 6.2 6.2 6.1 5.9 5.9 5.9
Framingham, MA NECTA Div 2.4 2.4 2.3 2.3 2.2 2.2 2.2 2.1 2.1 2.1 2.1 2.1 2.2 2.3 2.4 2.6 2.7 2.9 3.1 3.3 3.6 3.8 4 4.2 4.4 4.6 4.7 4.8 4.9 4.9 5 5 5.1 5.1 5.1 5.2 5.2 5.2 5.2 5.3 5.3 5.3 5.3 5.2 5.2 5.1 5 4.9 4.8 4.7 4.6 4.5 4.4 4.3 4.2 4.2 4.1 4 4 3.9 3.9 3.9 3.9 3.8 3.8 3.8 3.8 3.8 3.8 3.9 3.9 3.9 3.9 3.9 3.9 3.9 3.9 3.9 3.8 3.8 3.8 3.8 3.7 3.7 3.7 3.7 3.6 3.6 3.5 3.5 3.4 3.4 3.5 3.5 3.5 3.5 3.5 3.6 3.7 3.8 3.9 4.1 4.2 4.4 4.5 4.7 5 5.3 5.6 5.9 6.2 6.4 6.6 6.8 6.9 7 7 7 7 7 7 6.9 6.8 6.7 6.6 6.5 6.4 6.3 6.3 6.2 6.2 6 5.9 5.8 5.7 5.6 5.6 5.6 5.6 5.5 5.5 5.4 5.3 5.2 5.1 5.1 5.1 5.1 5.1 5.1 5.1 5.1 5.2 5.2 5.2 5.2 5.3 5.2 5.2 5.2 5.4 5.6 5.6 5.6 5.5 5.6
Gary, IN Met Div 3.3 3.3 3.3 3.4 3.4 3.4 3.4 3.4 3.4 3.4 3.4 3.4 3.5 3.7 3.8 4 4.2 4.3 4.5 4.7 5 5.4 5.7 6.1 6.3 6.5 6.5 6.4 6.3 6.1 5.9 5.8 5.7 5.6 5.5 5.4 5.4 5.4 5.5 5.6 5.8 6 6.1 6.2 6.2 6.1 6.1 6 5.9 5.9 5.9 5.8 5.8 5.9 5.9 5.9 5.9 5.9 5.9 5.9 5.8 5.7 5.7 5.6 5.6 5.6 5.7 5.7 5.8 5.7 5.6 5.4 5.3 5.3 5.4 5.5 5.6 5.7 5.7 5.6 5.4 5.3 5.1 5 5 4.9 4.8 4.7 4.6 4.6 4.7 4.8 4.9 5 5 4.9 4.9 4.9 4.9 5 5.1 5.3 5.5 5.8 6.2 6.7 7.4 8.1 8.9 9.5 10 10.4 10.6 10.6 10.6 10.6 10.7 10.7 10.9 10.9 11 10.9 10.8 10.6 10.4 10.2 10.1 9.9 10.7 10.3 9.9 9.6 9.3 9.1 9 9 9.1 9.3 9.5 9.6 9.6 9.5 9.3 9.1 8.8 8.7 8.6 8.7 8.8 8.9 9 9.1 9.2 9.3 9.4 9.5 9.8 9.9 9.8 9.6 9.4 9.5 9.6 9.3 9.2 9
Haverhill-North Andover-Amesbury, MA-NH NECTA Div 2.8 2.8 2.8 2.8 2.7 2.7 2.7 2.7 2.6 2.6 2.7 2.7 2.8 3 3.1 3.3 3.5 3.7 3.9 4.2 4.4 4.7 5 5.3 5.4 5.6 5.7 5.8 5.8 5.9 5.9 5.9 5.9 5.9 5.9 5.8 5.8 5.8 5.8 5.9 5.9 6 6 6 5.9 5.9 5.8 5.7 5.7 5.6 5.6 5.5 5.4 5.3 5.2 5.1 5 5 4.9 4.9 4.9 4.9 4.8 4.7 4.6 4.6 4.6 4.6 4.7 4.7 4.7 4.6 4.5 4.5 4.5 4.5 4.5 4.5 4.4 4.4 4.4 4.4 4.4 4.4 4.4 4.4 4.3 4.3 4.3 4.3 4.3 4.2 4.2 4.2 4.2 4.3 4.3 4.4 4.5 4.6 4.8 5 5.2 5.4 5.6 5.9 6.2 6.5 6.9 7.2 7.4 7.7 7.8 8 8.1 8.2 8.3 8.3 8.3 8.3 8.3 8.2 8.1 8 7.8 7.6 7.5 7.4 7.4 7.4 7.3 7.2 7.1 7 6.9 6.8 6.8 6.8 6.8 6.8 6.8 6.7 6.7 6.6 6.5 6.5 6.5 6.5 6.5 6.5 6.6 6.6 6.6 6.6 6.6 6.6 6.6 6.4 6.3 6.3 6.3 6.4 6.4 6.4 6.3 6.4
Lake County-Kenosha County, IL-WI Met Div 3.7 3.7 3.7 3.7 3.8 3.8 3.7 3.7 3.7 3.6 3.7 3.8 3.9 4 4.1 4.2 4.3 4.4 4.5 4.7 4.9 5.1 5.2 5.3 5.4 5.5 5.5 5.6 5.7 5.7 5.7 5.7 5.6 5.6 5.6 5.7 5.7 5.7 5.8 5.8 5.9 5.9 6 6.1 6.1 6 5.9 5.8 5.7 5.7 5.6 5.6 5.5 5.5 5.4 5.4 5.4 5.4 5.4 5.3 5.2 5.2 5.1 5 5 4.9 4.9 4.9 4.9 4.9 5 5 4.9 4.9 4.8 4.8 4.7 4.7 4.6 4.5 4.5 4.4 4.5 4.5 4.7 4.8 4.9 4.9 5 5 5 5.1 5.2 5.3 5.4 5.4 5.4 5.4 5.5 5.7 5.9 6.2 6.5 6.7 6.9 7 7.3 7.7 8 8.4 8.8 9.1 9.4 9.7 10 10.3 10.7 11 11.3 11.5 11.6 11.5 11.4 11.1 10.8 10.5 10.2 10.1 9.9 9.8 9.7 9.6 9.5 9.4 9.3 9.3 9.3 9.3 9.3 9.3 9.3 9.2 9.1 9 8.8 8.7 8.7 8.7 8.7 8.7 8.6 8.6 8.5 8.5 8.4 8.4 8.7 9 8.9 8.6 8.4 8.2 8.2 8.1 8.1 8.1
Lawrence-Methuen-Salem, MA-NH NECTA Div 4.7 4.7 4.6 4.5 4.5 4.4 4.4 4.3 4.3 4.2 4.2 4.3 4.5 4.8 5.1 5.4 5.8 6.2 6.6 7.1 7.6 8 8.5 8.8 9.1 9.3 9.4 9.4 9.4 9.4 9.4 9.5 9.5 9.5 9.5 9.4 9.4 9.4 9.4 9.5 9.6 9.7 9.7 9.7 9.6 9.5 9.3 9.2 9.1 9 8.9 8.8 8.6 8.5 8.4 8.2 8.2 8.1 8.1 8.1 8 7.9 7.8 7.6 7.6 7.5 7.5 7.5 7.5 7.5 7.5 7.4 7.4 7.4 7.4 7.3 7.2 7.1 7 7 7 7 7 7 7 7 6.9 6.9 6.9 6.8 6.8 6.7 6.6 6.6 6.6 6.6 6.7 6.8 6.9 7.1 7.4 7.7 8.1 8.4 8.7 9.1 9.5 9.9 10.3 10.8 11.3 11.7 12 12.3 12.4 12.6 12.7 12.7 12.7 12.7 12.7 12.6 12.5 12.3 12.2 12 12 11.9 11.9 12 12 12 11.9 11.8 11.7 11.6 11.6 11.6 11.6 11.5 11.4 11.2 11.1 11 10.9 10.9 10.9 11 11 11.1 11.1 11.1 11 10.9 10.8 10.7 10.7 10.6 10.7 10.8 11 11.3 11.3 11.3 11.2 11.2
Los Angeles-Long Beach-Glendale, CA Met Div 5.7 5.6 5.6 5.6 5.5 5.5 5.5 5.4 5.3 5.2 5.1 5 4.9 4.9 5 5.1 5.3 5.5 5.7 5.9 6.1 6.3 6.5 6.6 6.8 6.9 6.9 7 7 6.9 6.8 6.7 6.6 6.6 6.6 6.6 6.7 6.8 6.8 6.9 7 7.2 7.2 7.2 7.2 7.1 6.9 6.8 6.7 6.7 6.7 6.8 6.8 6.7 6.6 6.5 6.4 6.3 6.2 6.1 5.9 5.8 5.7 5.6 5.4 5.2 5.1 5 5 5.1 5.1 5.1 5.1 5 4.9 4.9 4.8 4.8 4.8 4.7 4.7 4.6 4.6 4.7 4.7 4.7 4.8 4.8 4.9 4.9 5 5.1 5.2 5.3 5.5 5.6 5.8 5.9 6.2 6.5 6.8 7.2 7.6 7.9 8.3 8.7 9.2 9.7 10.2 10.6 10.9 11.2 11.5 11.7 11.9 12.1 12.2 12.2 12.3 12.3 12.3 12.4 12.4 12.4 12.5 12.5 12.6 12.7 12.7 12.7 12.7 12.6 12.4 12.3 12.2 12.2 12.3 12.4 12.5 12.5 12.4 12.2 12 11.8 11.6 11.4 11.2 11.2 11.1 11.1 11 10.9 10.7 10.5 10.4 10.3 10.4 10.3 10.2 9.9 9.6 9.7 9.9 10.1 9.8 9.7
Los Angeles-Long Beach-Santa Ana, CA MSA 5.2 5.1 5.1 5.1 5.1 5 5 4.9 4.9 4.8 4.7 4.6 4.6 4.6 4.7 4.8 4.9 5 5.2 5.4 5.7 5.9 6.1 6.2 6.3 6.4 6.4 6.5 6.5 6.4 6.4 6.3 6.2 6.2 6.2 6.3 6.3 6.3 6.4 6.4 6.5 6.5 6.6 6.6 6.5 6.5 6.4 6.3 6.2 6.2 6.2 6.2 6.1 6.1 6 5.9 5.8 5.7 5.6 5.6 5.5 5.4 5.2 5.1 5 4.8 4.7 4.7 4.7 4.7 4.8 4.8 4.7 4.6 4.6 4.5 4.5 4.4 4.4 4.4 4.4 4.3 4.3 4.4 4.4 4.5 4.5 4.6 4.6 4.6 4.7 4.8 4.9 5.1 5.2 5.3 5.4 5.6 5.8 6 6.3 6.6 7 7.3 7.7 8.1 8.5 9 9.5 9.9 10.3 10.6 10.8 11 11.2 11.4 11.5 11.6 11.6 11.7 11.7 11.8 11.8 11.8 11.8 11.7 11.8 11.8 11.9 11.9 11.9 11.8 11.7 11.6 11.5 11.4 11.5 11.5 11.5 11.5 11.4 11.3 11.1 10.9 10.8 10.6 10.5 10.4 10.3 10.2 10.1 9.9 9.8 9.7 9.6 9.5 9.6 9.5 9.3 9.1 8.8 8.8 8.9 8.8 8.7 8.6
Lowell-Billerica-Chelmsford, MA-NH NECTA Div 3 3 2.9 2.8 2.7 2.6 2.5 2.5 2.4 2.4 2.4 2.5 2.6 2.8 3.1 3.3 3.6 3.9 4.2 4.5 4.9 5.2 5.5 5.7 5.9 6 6.1 6.2 6.3 6.4 6.4 6.5 6.6 6.6 6.7 6.7 6.7 6.8 6.8 6.9 6.9 6.9 6.9 6.8 6.7 6.5 6.4 6.3 6.2 6.1 6 5.9 5.8 5.7 5.6 5.5 5.5 5.4 5.4 5.4 5.4 5.3 5.3 5.2 5.1 5 5 5 5 5 5 5 4.9 4.9 4.9 4.9 4.9 4.9 4.9 4.8 4.8 4.8 4.8 4.8 4.8 4.7 4.7 4.7 4.6 4.6 4.5 4.5 4.5 4.5 4.5 4.5 4.6 4.6 4.7 4.9 5 5.2 5.4 5.6 5.9 6.2 6.6 7 7.4 7.7 8.1 8.4 8.6 8.9 9.1 9.2 9.3 9.3 9.3 9.3 9.2 9.1 9 8.9 8.7 8.5 8.4 8.3 8.3 8.2 8.2 8 7.9 7.8 7.7 7.6 7.6 7.6 7.5 7.5 7.4 7.3 7.2 7.1 7.1 7 7 7 7 7 7 7 7 7 7 7 6.9 6.7 6.7 6.6 6.8 7 7 7 6.9 7
Miami-Fort Lauderdale-Pompano Beach, FL MSA 4.5 4.5 4.5 4.5 4.5 4.5 4.5 4.4 4.4 4.3 4.3 4.3 4.4 4.4 4.5 4.6 4.6 4.7 4.8 4.9 5.9 6.9 6.8 6.7 6.6 6.6 6.5 6.4 6.3 6.2 6.1 6 6 6 6 5.9 5.9 5.8 5.8 5.8 5.8 5.8 5.8 5.7 5.6 5.5 5.4 5.3 5.3 5.3 5.2 5.2 5.2 5.1 5 5 4.9 4.9 4.9 4.8 4.7 4.6 4.5 4.4 4.2 4.1 4 4 3.9 3.9 3.9 3.8 3.7 3.7 3.6 3.6 3.6 3.6 3.6 3.6 3.6 3.6 3.6 3.6 3.5 3.5 3.6 3.6 3.6 3.7 3.9 4 4.1 4.3 4.4 4.5 4.6 4.8 4.9 5.1 5.4 5.7 5.9 6.4 6.8 7.1 7.6 8 8.5 9 9.5 9.9 10.3 10.5 10.7 10.8 10.9 11 11.1 11.1 11.2 11.2 11.2 11.2 11.1 11.1 11.2 11.2 11.3 11.3 11.3 11.2 11 10.9 10.8 10.7 10.6 10.5 10.3 10.1 9.9 9.6 9.4 9.2 9.1 8.9 8.8 8.7 8.7 8.6 8.5 8.4 8.3 8.2 8.1 8.1 8.2 8.2 8.1 7.8 7.6 7.3 7.1 6.9 6.9 6.9
Miami-Miami Beach-Kendall, FL Met Div 5.2 5.2 5.2 5.2 5.2 5.2 5.2 5.1 5 4.9 4.8 4.8 4.9 5 5.1 5.2 5.3 5.3 5.3 5.3 7.9 7.8 7.6 7.4 7.2 7.1 7 6.8 6.7 6.5 6.3 6.2 6.2 6.1 6.1 6.1 6.1 6 6 6 6 6 5.9 5.9 5.8 5.7 5.7 5.6 5.6 5.6 5.6 5.6 5.6 5.5 5.5 5.4 5.4 5.3 5.3 5.2 5.1 5 4.9 4.8 4.7 4.6 4.5 4.5 4.4 4.4 4.3 4.2 4.1 4 4 4 4.1 4.1 4.2 4.2 4.1 4.1 4.1 4 3.7 3.7 3.7 3.8 3.9 4 4.1 4.3 4.4 4.4 4.5 4.6 4.8 4.9 5.1 5.3 5.5 5.7 5.9 6.8 7.1 7.5 8 8.6 9.3 10 10.6 11.1 11.4 11.6 11.6 11.6 11.6 11.7 11.8 12 12.2 12.4 12.5 12.5 12.4 12.3 12.2 12.2 12.3 12.4 12.4 12.4 12.4 12.3 12.3 12.1 11.8 11.4 11 10.6 10.2 10 9.9 9.8 9.7 9.7 9.6 9.6 9.5 9.3 9.2 9 8.9 8.9 8.9 8.9 9.3 9.8 9.9 9.7 9.3 8.8 8.3 7.9 7.8 8
Nashua, NH-MA NECTA Div 2.7 2.7 2.8 2.8 2.8 2.7 2.7 2.7 2.6 2.6 2.6 2.7 2.8 3 3.1 3.3 3.5 3.7 3.9 4.1 4.3 4.6 4.7 4.9 5 5.1 5.2 5.3 5.4 5.4 5.5 5.6 5.7 5.7 5.7 5.6 5.5 5.3 5.3 5.2 5.2 5.3 5.3 5.3 5.2 5.1 5 4.9 4.8 4.7 4.6 4.6 4.4 4.3 4.2 4.1 4 4 3.9 3.9 4 4 3.9 3.9 3.9 3.8 3.8 3.8 3.9 3.9 3.8 3.8 3.7 3.7 3.7 3.7 3.7 3.7 3.7 3.7 3.7 3.7 3.7 3.7 3.8 3.7 3.7 3.7 3.6 3.6 3.5 3.5 3.5 3.4 3.4 3.5 3.5 3.5 3.6 3.6 3.7 3.8 3.8 3.9 4.1 4.3 4.5 4.8 5.2 5.5 5.9 6.2 6.4 6.6 6.8 6.9 7 7 7 7 7 6.9 6.8 6.6 6.5 6.3 6.2 6.1 6.1 6.1 6 5.9 5.8 5.7 5.7 5.7 5.7 5.7 5.8 5.8 5.8 5.8 5.7 5.6 5.6 5.6 5.6 5.6 5.6 5.7 5.8 5.8 5.8 5.9 5.9 5.9 6 6 6 5.9 5.8 5.5 5.4 5.2 5.2 5.4
Nassau-Suffolk, NY Met Div 3.4 3.4 3.4 3.4 3.4 3.4 3.4 3.4 3.4 3.3 3.3 3.2 3.2 3.2 3.3 3.3 3.4 3.6 3.7 3.9 4.1 4.3 4.5 4.7 4.8 4.8 4.8 4.8 4.8 4.7 4.6 4.6 4.6 4.6 4.6 4.6 4.6 4.7 4.7 4.7 4.8 4.8 4.8 4.8 4.8 4.8 4.8 4.8 4.8 4.8 4.8 4.8 4.7 4.6 4.5 4.5 4.4 4.4 4.4 4.3 4.3 4.2 4.2 4.1 4.1 4.1 4.2 4.2 4.2 4.2 4.1 4.1 4 4 4 4.1 4.1 4.1 4 3.9 3.9 3.8 3.7 3.6 3.6 3.6 3.6 3.6 3.7 3.8 3.9 3.9 4 4.1 4.1 4.1 4.2 4.3 4.4 4.5 4.6 4.8 4.9 5 5.2 5.4 5.7 6 6.3 6.7 6.9 7.1 7.3 7.4 7.4 7.4 7.4 7.5 7.5 7.5 7.5 7.5 7.5 7.4 7.4 7.3 7.3 7.3 7.3 7.4 7.4 7.3 7.3 7.2 7.1 7.1 7.1 7.1 7.2 7.2 7.2 7.2 7.3 7.3 7.3 7.3 7.3 7.4 7.5 7.5 7.5 7.4 7.4 7.3 7.3 7.2 7.3 7.2 7 6.6 6.4 6.2 6 6.1 6.1 6.1
New York-Northern New Jersey-Long Island, NY-NJ-PA MSA 4.6 4.6 4.5 4.5 4.5 4.5 4.5 4.4 4.4 4.3 4.3 4.2 4.2 4.2 4.2 4.3 4.4 4.6 4.8 5 5.3 5.6 5.9 6.1 6.3 6.4 6.5 6.5 6.5 6.5 6.4 6.4 6.4 6.5 6.6 6.6 6.7 6.7 6.7 6.7 6.7 6.7 6.7 6.7 6.6 6.5 6.4 6.3 6.3 6.2 6.1 6 5.9 5.8 5.7 5.5 5.4 5.3 5.1 5 5 4.9 4.9 4.8 4.8 4.8 4.8 4.9 5 5 5 4.9 4.9 4.8 4.8 4.8 4.7 4.7 4.6 4.5 4.4 4.3 4.3 4.2 4.2 4.2 4.2 4.3 4.4 4.4 4.5 4.5 4.5 4.5 4.5 4.5 4.5 4.6 4.6 4.7 4.9 5 5.2 5.4 5.6 5.9 6.3 6.7 7.2 7.6 8 8.3 8.6 8.8 8.9 9.1 9.2 9.2 9.2 9.3 9.3 9.3 9.2 9.1 9 9 8.9 8.9 8.8 8.8 8.8 8.7 8.6 8.5 8.5 8.5 8.5 8.6 8.6 8.7 8.7 8.7 8.8 8.7 8.7 8.7 8.8 8.8 8.9 8.9 8.9 8.8 8.8 8.7 8.7 8.6 8.7 8.7 8.4 8.1 7.9 7.9 7.8 7.8 7.8 7.9
New York-White Plains-Wayne, NY-NJ Met Div 5.4 5.4 5.3 5.3 5.2 5.2 5.1 5.1 5 5 4.9 4.8 4.8 4.8 4.8 4.9 5 5.1 5.3 5.6 6 6.3 6.6 6.9 7.1 7.2 7.3 7.4 7.3 7.3 7.2 7.2 7.2 7.3 7.4 7.5 7.6 7.6 7.6 7.5 7.5 7.6 7.6 7.5 7.4 7.3 7.2 7.2 7.1 7 6.9 6.8 6.7 6.5 6.3 6.2 6 5.8 5.7 5.6 5.5 5.4 5.3 5.3 5.2 5.2 5.3 5.3 5.4 5.4 5.4 5.3 5.2 5.1 5 5 5 4.9 4.8 4.7 4.6 4.5 4.4 4.4 4.4 4.4 4.5 4.6 4.7 4.8 4.8 4.8 4.8 4.8 4.7 4.7 4.7 4.7 4.7 4.8 4.9 5.1 5.3 5.5 5.8 6.1 6.5 6.9 7.4 7.8 8.2 8.6 8.9 9.2 9.4 9.5 9.6 9.7 9.7 9.7 9.7 9.7 9.6 9.6 9.4 9.3 9.2 9.2 9.1 9.1 9 8.9 8.8 8.7 8.7 8.7 8.7 8.8 8.9 8.9 9 9 9.1 9.1 9.1 9.1 9.1 9.2 9.2 9.2 9.2 9.1 9 8.9 8.8 8.8 9 8.9 8.7 8.4 8.2 8.2 8.1 8.2 8.3 8.4
Newark-Union, NJ-PA Met Div 3.6 3.6 3.5 3.5 3.5 3.6 3.6 3.7 3.7 3.7 3.6 3.6 3.6 3.7 3.7 3.8 4 4.1 4.3 4.5 4.8 5 5.3 5.5 5.7 5.8 5.9 6 6 6 6 5.9 6 6 6 6.1 6.1 6.1 6.1 6.1 6.1 6.2 6.1 6.1 6 5.8 5.7 5.6 5.5 5.5 5.4 5.3 5.2 5.1 5 4.9 4.7 4.6 4.6 4.5 4.5 4.5 4.4 4.4 4.4 4.4 4.4 4.5 4.6 4.7 4.7 4.8 4.8 4.8 4.8 4.8 4.8 4.8 4.8 4.7 4.6 4.5 4.4 4.3 4.2 4.2 4.2 4.2 4.2 4.2 4.2 4.3 4.3 4.4 4.5 4.6 4.7 4.7 4.8 4.9 5 5.2 5.3 5.5 5.8 6.1 6.4 6.9 7.3 7.7 8.1 8.5 8.7 8.9 9.1 9.2 9.3 9.4 9.5 9.5 9.6 9.6 9.5 9.5 9.4 9.3 9.3 9.3 9.3 9.4 9.4 9.4 9.3 9.3 9.3 9.3 9.3 9.3 9.3 9.3 9.3 9.2 9.2 9.1 9 9 9.1 9.2 9.2 9.3 9.4 9.4 9.4 9.4 9.4 9.4 9.4 9.1 8.8 8.5 8.5 8.5 8.3 8.3 8.2 8.2
Oakland-Fremont-Hayward, CA Met Div 3.6 3.6 3.7 3.7 3.7 3.7 3.7 3.6 3.5 3.5 3.4 3.4 3.4 3.5 3.6 3.8 4 4.3 4.5 4.8 5.1 5.4 5.6 5.8 6 6.1 6.1 6.2 6.3 6.3 6.3 6.4 6.4 6.5 6.6 6.6 6.6 6.6 6.7 6.7 6.7 6.7 6.7 6.6 6.5 6.4 6.3 6.3 6.2 6.1 6.1 6 5.8 5.7 5.6 5.5 5.4 5.4 5.4 5.3 5.3 5.3 5.2 5.1 5 5 5 5 5 4.9 4.8 4.7 4.6 4.5 4.4 4.4 4.4 4.3 4.3 4.3 4.3 4.3 4.3 4.4 4.4 4.4 4.5 4.5 4.5 4.6 4.7 4.8 4.8 4.9 5 5 5.1 5.1 5.3 5.4 5.6 5.9 6.1 6.4 6.7 7.1 7.5 8 8.6 9.1 9.5 9.9 10.3 10.5 10.8 10.9 11.1 11.1 11.2 11.3 11.3 11.3 11.3 11.3 11.2 11.2 11.2 11.2 11.2 11.2 11.1 11 10.9 10.8 10.7 10.6 10.5 10.5 10.4 10.3 10.2 10.1 9.9 9.7 9.5 9.4 9.3 9.2 9.2 9.1 9 8.9 8.8 8.7 8.6 8.5 8.4 8.2 8 7.6 7.2 7 7 7.1 7.1 7.1
Peabody, MA NECTA Div 2.9 2.8 2.8 2.7 2.6 2.6 2.5 2.5 2.5 2.5 2.5 2.6 2.7 2.8 3 3.2 3.3 3.5 3.7 3.9 4.2 4.4 4.6 4.8 4.9 5 5.1 5.2 5.3 5.3 5.4 5.4 5.5 5.5 5.6 5.7 5.7 5.8 5.9 6 6.1 6.2 6.2 6.2 6.1 6.1 6 5.9 5.8 5.7 5.7 5.6 5.6 5.5 5.5 5.4 5.4 5.3 5.3 5.2 5.2 5.1 5.1 5 5 4.9 4.9 5 5 5 5.1 5 5 5 5 5 5 5 5 4.9 4.9 4.8 4.8 4.8 4.7 4.7 4.6 4.6 4.5 4.5 4.5 4.5 4.4 4.4 4.5 4.5 4.5 4.6 4.7 4.8 4.9 5.1 5.3 5.5 5.8 6.1 6.4 6.7 7.2 7.5 7.8 8 8.2 8.3 8.5 8.6 8.6 8.6 8.6 8.6 8.6 8.5 8.5 8.3 8.2 8.1 8 7.9 7.8 7.8 7.7 7.6 7.4 7.3 7.2 7.1 7 7 7 7 7 6.9 6.9 6.8 6.8 6.7 6.7 6.7 6.7 6.7 6.7 6.7 6.7 6.7 6.7 6.7 6.6 6.4 6.3 6.3 6.5 6.8 6.9 7 6.9 6.9
Philadelphia, PA Met Div 4.1 4.1 4.1 4.1 4.1 4.1 4.1 4.1 4.1 4.1 4.1 4.1 4.1 4.2 4.2 4.3 4.3 4.4 4.5 4.6 4.8 4.9 5.1 5.2 5.3 5.4 5.5 5.6 5.6 5.6 5.6 5.6 5.6 5.6 5.6 5.6 5.6 5.6 5.6 5.6 5.6 5.6 5.7 5.7 5.6 5.6 5.6 5.6 5.5 5.5 5.5 5.5 5.5 5.4 5.4 5.3 5.2 5.2 5.1 5.1 5.1 5.1 5.1 5 4.9 4.8 4.8 4.8 4.8 4.8 4.8 4.7 4.7 4.6 4.6 4.6 4.6 4.6 4.6 4.5 4.5 4.4 4.4 4.3 4.2 4.2 4.2 4.2 4.3 4.3 4.3 4.4 4.5 4.5 4.6 4.7 4.7 4.8 4.8 4.9 5 5.2 5.3 5.5 5.7 5.9 6.1 6.4 6.7 7 7.3 7.5 7.7 7.8 8 8.1 8.2 8.3 8.4 8.5 8.6 8.6 8.6 8.6 8.5 8.5 8.4 8.4 8.4 8.4 8.4 8.3 8.3 8.2 8.2 8.2 8.2 8.3 8.3 8.4 8.3 8.3 8.3 8.2 8.2 8.1 8.2 8.2 8.3 8.3 8.4 8.4 8.4 8.4 8.4 8.4 8.6 8.5 8.2 8 7.9 7.8 7.8 7.9 7.9 7.8
Philadelphia-Camden-Wilmington, PA-NJ-DE-MD MSA 3.8 3.8 3.8 3.8 3.8 3.9 3.9 3.9 3.9 3.9 3.9 3.9 3.9 4 4 4 4.1 4.1 4.3 4.4 4.5 4.7 4.8 5 5.1 5.2 5.3 5.4 5.4 5.4 5.4 5.4 5.4 5.4 5.4 5.5 5.5 5.5 5.5 5.5 5.5 5.5 5.5 5.5 5.5 5.4 5.3 5.3 5.3 5.3 5.3 5.2 5.2 5.2 5.1 5 5 4.9 4.9 4.8 4.8 4.8 4.8 4.7 4.7 4.6 4.6 4.6 4.7 4.7 4.7 4.6 4.6 4.6 4.5 4.5 4.6 4.6 4.6 4.5 4.5 4.4 4.3 4.2 4.2 4.2 4.2 4.2 4.2 4.2 4.3 4.3 4.4 4.4 4.5 4.6 4.6 4.7 4.7 4.8 5 5.1 5.3 5.5 5.7 6 6.3 6.6 7 7.3 7.6 7.9 8.1 8.2 8.4 8.5 8.6 8.7 8.8 8.9 9 9 9 9 8.9 8.8 8.8 8.7 8.7 8.8 8.7 8.7 8.6 8.6 8.5 8.5 8.5 8.6 8.6 8.6 8.6 8.6 8.5 8.5 8.4 8.4 8.4 8.5 8.6 8.6 8.7 8.7 8.7 8.6 8.6 8.6 8.8 8.7 8.4 8.2 8.1 8 8 8 8 7.9
San Francisco-Oakland-Fremont, CA MSA 3.4 3.4 3.4 3.4 3.5 3.5 3.4 3.4 3.3 3.3 3.2 3.2 3.3 3.4 3.6 3.8 4 4.2 4.5 4.8 5.1 5.4 5.6 5.8 6 6 6.1 6.2 6.2 6.2 6.3 6.3 6.4 6.4 6.4 6.5 6.5 6.5 6.5 6.5 6.5 6.5 6.5 6.4 6.3 6.2 6.1 6 6 5.9 5.8 5.7 5.6 5.5 5.4 5.3 5.2 5.2 5.2 5.2 5.1 5.1 5 4.9 4.8 4.8 4.8 4.8 4.8 4.7 4.7 4.5 4.4 4.3 4.3 4.2 4.2 4.1 4.1 4.1 4.1 4.1 4.1 4.1 4.2 4.2 4.2 4.2 4.3 4.3 4.4 4.4 4.5 4.6 4.6 4.6 4.7 4.7 4.8 5 5.2 5.4 5.6 5.9 6.1 6.5 6.9 7.4 7.9 8.4 8.8 9.2 9.5 9.8 10 10.1 10.2 10.3 10.3 10.4 10.4 10.4 10.4 10.4 10.3 10.2 10.2 10.2 10.2 10.2 10.2 10.1 9.9 9.8 9.7 9.6 9.5 9.5 9.4 9.4 9.3 9.1 9 8.8 8.6 8.5 8.4 8.3 8.3 8.2 8.1 8 7.9 7.8 7.7 7.6 7.5 7.3 7.1 6.7 6.4 6.2 6.3 6.3 6.3 6.3
San Francisco-San Mateo-Redwood City, CA Met Div 3.1 3.1 3.1 3.1 3.2 3.2 3.2 3.1 3.1 3 3 3.1 3.2 3.3 3.5 3.7 3.9 4.2 4.4 4.7 5 5.3 5.6 5.8 5.9 6 6.1 6.1 6.1 6.1 6.2 6.2 6.2 6.2 6.3 6.3 6.3 6.3 6.3 6.3 6.3 6.3 6.2 6.2 6 5.9 5.8 5.7 5.6 5.6 5.5 5.5 5.3 5.2 5.1 5 5 5 4.9 4.9 4.9 4.8 4.7 4.6 4.6 4.5 4.5 4.5 4.5 4.5 4.4 4.3 4.2 4.1 4 4 3.9 3.9 3.8 3.8 3.8 3.8 3.8 3.8 3.8 3.9 3.9 3.9 3.9 3.9 4 4 4.1 4.1 4.1 4.1 4.2 4.2 4.3 4.4 4.6 4.8 5 5.2 5.4 5.7 6.1 6.5 7 7.5 7.9 8.2 8.5 8.7 8.9 9 9.1 9.1 9.2 9.2 9.3 9.3 9.2 9.2 9 9 8.9 8.9 8.9 8.9 8.9 8.8 8.6 8.5 8.4 8.3 8.2 8.2 8.2 8.1 8 7.9 7.8 7.6 7.5 7.3 7.3 7.2 7.1 7 6.9 6.8 6.7 6.6 6.5 6.4 6.4 6.2 5.9 5.6 5.3 5.2 5.3 5.3 5.2 5.2
Santa Ana-Anaheim-Irvine, CA Met Div 3.5 3.6 3.6 3.6 3.6 3.6 3.6 3.5 3.5 3.4 3.3 3.3 3.4 3.4 3.5 3.6 3.7 3.8 3.9 4.1 4.3 4.4 4.6 4.7 4.8 4.9 4.9 5 5 5 5 5 5 5 5 5 5 4.9 4.9 4.9 4.9 4.8 4.8 4.8 4.7 4.7 4.6 4.6 4.6 4.5 4.5 4.5 4.4 4.3 4.2 4.1 4 4 4 4 4 3.9 3.9 3.8 3.7 3.7 3.7 3.7 3.7 3.7 3.7 3.6 3.5 3.5 3.4 3.4 3.4 3.4 3.4 3.4 3.4 3.4 3.4 3.4 3.5 3.6 3.6 3.7 3.7 3.8 3.9 4 4.1 4.2 4.2 4.3 4.3 4.4 4.5 4.6 4.8 5 5.3 5.5 5.8 6.1 6.4 6.8 7.3 7.7 8.1 8.5 8.7 9 9.2 9.4 9.5 9.6 9.6 9.7 9.7 9.7 9.7 9.6 9.5 9.4 9.4 9.4 9.4 9.4 9.3 9.2 9.1 9 8.9 8.9 8.8 8.8 8.8 8.8 8.7 8.5 8.4 8.2 8.1 8 7.9 7.8 7.7 7.7 7.6 7.5 7.3 7.2 7.1 7.1 7 6.8 6.6 6.2 5.9 5.8 5.8 5.9 5.8 5.8
Seattle-Bellevue-Everett, WA Met Div 4.1 4.1 4.2 4.2 4.1 4.1 4.1 4.1 4.1 4.1 4.2 4.3 4.5 4.6 4.8 4.9 4.9 4.9 5 5.1 5.3 5.5 5.7 5.9 6.1 6.2 6.3 6.4 6.4 6.4 6.3 6.3 6.4 6.4 6.5 6.5 6.6 6.7 6.7 6.7 6.7 6.6 6.5 6.4 6.3 6.2 6 5.9 5.8 5.7 5.6 5.5 5.4 5.3 5.2 5.1 5.1 5.1 5.1 5.1 5 5 4.9 4.9 4.8 4.8 4.8 4.8 4.7 4.7 4.6 4.5 4.5 4.4 4.3 4.3 4.3 4.3 4.3 4.3 4.3 4.3 4.3 4.3 4.1 4 3.8 3.7 3.6 3.6 3.6 3.6 3.6 3.7 3.7 3.7 3.7 3.7 3.8 3.9 4.1 4.3 4.5 4.7 5 5.4 5.9 6.5 7.2 7.7 8.3 8.7 9 9.2 9.3 9.5 9.6 9.7 9.7 9.7 9.7 9.6 9.5 9.4 9.4 9.4 9.4 9.5 9.6 9.6 9.5 9.4 9.1 8.9 8.7 8.6 8.6 8.6 8.5 8.4 8.3 8.2 8 7.8 7.6 7.4 7.3 7.3 7.3 7.2 7.2 7 6.9 6.7 6.5 6.4 6.3 5.9 5.5 5.1 4.7 4.7 4.8 5.3 5.4 5.7
Seattle-Tacoma-Bellevue, WA MSA 4.3 4.3 4.3 4.3 4.3 4.3 4.3 4.3 4.3 4.4 4.4 4.5 4.7 4.8 5 5.1 5.2 5.2 5.3 5.5 5.7 5.9 6.1 6.3 6.5 6.6 6.7 6.7 6.8 6.7 6.7 6.7 6.7 6.7 6.8 6.8 6.8 6.9 6.9 7 7 7 6.9 6.9 6.7 6.6 6.5 6.3 6.2 6 5.9 5.8 5.7 5.6 5.6 5.5 5.4 5.4 5.4 5.3 5.3 5.2 5.2 5.1 5.1 5 5 5 5 4.9 4.8 4.7 4.6 4.5 4.4 4.4 4.5 4.5 4.5 4.5 4.5 4.5 4.4 4.4 4.2 4.1 4 3.9 3.9 3.9 3.9 3.9 3.9 3.9 3.9 3.9 4 4 4.1 4.2 4.4 4.6 4.8 5 5.3 5.6 6.1 6.6 7.3 7.9 8.4 8.9 9.2 9.4 9.5 9.6 9.7 9.8 9.8 9.9 9.9 9.8 9.8 9.7 9.6 9.6 9.6 9.6 9.6 9.6 9.6 9.5 9.3 9.1 9 8.9 8.9 8.8 8.8 8.7 8.6 8.5 8.3 8.1 7.9 7.8 7.7 7.7 7.7 7.6 7.5 7.4 7.2 7.1 6.9 6.8 6.7 6.5 6.2 5.8 5.5 5.4 5.5 5.8 5.9 6
Tacoma, WA Met Div 4.8 4.8 4.8 4.8 4.9 5 5.1 5.1 5.2 5.2 5.2 5.3 5.5 5.7 5.8 6 6.1 6.2 6.4 6.6 7 7.3 7.6 7.9 8.1 8.2 8.2 8.2 8.2 8.1 8 7.9 7.9 7.9 7.9 7.9 7.9 7.9 8 8.1 8.3 8.4 8.5 8.5 8.4 8.3 8.1 7.9 7.7 7.6 7.4 7.3 7.1 7 6.9 6.7 6.6 6.5 6.4 6.4 6.3 6.2 6.2 6 5.9 5.8 5.8 5.7 5.7 5.6 5.5 5.3 5.2 5.1 5.1 5.1 5.2 5.2 5.2 5.1 5.1 5 4.9 4.9 4.8 4.7 4.7 4.6 4.6 4.7 4.7 4.8 4.9 4.9 4.9 4.9 4.9 4.9 5 5.2 5.3 5.5 5.7 6 6.2 6.5 6.9 7.4 7.9 8.5 9 9.4 9.7 9.9 10 10.1 10.2 10.3 10.5 10.6 10.7 10.6 10.5 10.4 10.2 10.1 10 10 10 10.1 10.1 10 10 9.9 9.9 9.8 9.8 9.8 9.8 9.8 9.7 9.7 9.6 9.4 9.3 9.2 9.1 9 9 9 8.9 8.9 8.8 8.7 8.6 8.6 8.6 8.6 8.5 8.3 8.2 8.2 8.2 7.9 7.8 7.9
Taunton-Norton-Raynham, MA NECTA Div 2.8 2.8 2.7 2.7 2.6 2.6 2.6 2.6 2.7 2.7 2.7 2.8 2.9 3 3.1 3.2 3.4 3.5 3.6 3.8 3.9 4.1 4.2 4.3 4.4 4.5 4.7 4.8 4.9 5 5.1 5.1 5.2 5.2 5.3 5.3 5.3 5.4 5.4 5.5 5.5 5.6 5.7 5.7 5.6 5.6 5.6 5.5 5.5 5.5 5.4 5.4 5.3 5.2 5.2 5.1 5.1 5.1 5 5 5 4.9 4.9 4.8 4.7 4.7 4.7 4.8 4.9 4.9 5 5 5 5 5 5 5 5 5 5 5 4.9 4.9 4.8 4.8 4.7 4.7 4.7 4.7 4.7 4.7 4.7 4.7 4.7 4.8 4.8 4.9 4.9 5 5.2 5.4 5.6 5.8 6 6.3 6.6 7 7.3 7.8 8.1 8.4 8.6 8.8 8.9 9 9.2 9.3 9.3 9.4 9.4 9.4 9.4 9.4 9.2 9.1 8.9 8.8 8.7 8.7 8.6 8.6 8.5 8.3 8.2 8 7.9 7.9 7.9 7.8 7.8 7.7 7.6 7.5 7.4 7.3 7.2 7.1 7.2 7.2 7.2 7.2 7.2 7.2 7.1 7.1 7 6.9 6.6 6.6 6.6 6.9 7.2 7.4 7.5 7.4 7.5
Warren-Troy-Farmington Hills, MI Met Div 2.8 2.8 2.9 3 3.1 3.2 3.3 3.4 3.5 3.5 3.6 3.8 3.9 4.1 4.2 4.4 4.5 4.6 4.8 5 5.3 5.5 5.7 5.7 5.8 5.8 5.8 5.8 5.8 5.7 5.7 5.6 5.6 5.6 5.7 5.8 5.9 6 6.1 6.3 6.3 6.4 6.4 6.4 6.2 6.1 5.9 5.8 5.7 5.7 5.8 5.9 6 6.1 6.2 6.3 6.5 6.6 6.6 6.7 6.6 6.6 6.6 6.5 6.4 6.2 6.1 6.1 6.1 6.1 6.2 6.3 6.3 6.3 6.3 6.3 6.3 6.3 6.4 6.5 6.6 6.6 6.6 6.6 6.6 6.6 6.6 6.6 6.6 6.7 6.8 6.8 6.9 6.9 6.9 6.9 6.8 6.8 6.9 7 7.1 7.3 7.6 7.9 8.4 9 9.8 10.7 11.7 12.5 13.3 13.9 14.4 14.7 15 15.2 15.2 15.1 14.9 14.8 14.6 14.5 14.2 13.9 13.5 13.2 12.9 12.7 12.5 12.3 12.1 11.9 11.6 11.4 11.3 11.2 11.2 11.2 11.1 10.9 10.7 10.5 10.2 10 9.8 9.7 9.6 9.6 9.6 9.7 9.7 9.8 9.8 9.8 9.9 10 10 9.7 9.3 8.9 8.6 8.6 8.4 8.5 8.6 8.5
Washington-Arlington-Alexandria, DC-VA-MD-WV MSA 2.8 2.8 2.8 2.8 2.8 2.7 2.7 2.7 2.7 2.6 2.6 2.7 2.7 2.8 2.9 3 3.1 3.2 3.4 3.6 3.8 3.9 4 4 4.1 4.1 4.1 4.1 4.1 4.1 4 3.9 3.9 3.9 3.9 3.9 4 4 4 4 4 3.9 3.9 3.8 3.8 3.8 3.7 3.7 3.7 3.7 3.7 3.7 3.7 3.7 3.7 3.6 3.6 3.6 3.6 3.7 3.7 3.7 3.6 3.6 3.5 3.5 3.4 3.4 3.3 3.3 3.2 3.2 3.1 3 3 3.1 3.1 3.2 3.2 3.2 3.1 3.1 3.1 3 3 3 2.9 2.9 2.9 2.9 2.9 2.9 3 3 3 3 3 3 3.1 3.2 3.3 3.5 3.7 3.8 4 4.3 4.6 4.9 5.3 5.6 5.9 6.1 6.2 6.3 6.3 6.4 6.5 6.5 6.6 6.7 6.7 6.7 6.6 6.6 6.4 6.3 6.3 6.3 6.3 6.2 6.2 6.1 6.1 6 6 6 6 6 6.1 6.1 6 6 5.9 5.8 5.7 5.6 5.6 5.6 5.6 5.6 5.6 5.5 5.5 5.5 5.5 5.4 5.5 5.4 5.3 5.3 5.4 5.5 5.6 5.5 5.4 5.6
Washington-Arlington-Alexandria, DC-VA-MD-WV Met Div 2.9 2.8 2.8 2.8 2.8 2.8 2.7 2.7 2.7 2.7 2.7 2.7 2.7 2.8 2.9 3.1 3.2 3.3 3.5 3.7 3.9 4 4.1 4.1 4.2 4.2 4.2 4.3 4.3 4.2 4.2 4.1 4.1 4.1 4.1 4.1 4.1 4.1 4.1 4.1 4.1 4.1 4.1 4 4 3.9 3.8 3.8 3.8 3.8 3.8 3.8 3.8 3.8 3.8 3.8 3.8 3.8 3.8 3.7 3.7 3.7 3.7 3.7 3.6 3.6 3.5 3.5 3.4 3.4 3.3 3.2 3.2 3.1 3.1 3.1 3.2 3.2 3.2 3.2 3.2 3.2 3.1 3.1 3.1 3 3 2.9 2.9 2.9 3 3 3.1 3.1 3.1 3.1 3.1 3.2 3.2 3.3 3.5 3.6 3.8 3.9 4.1 4.4 4.7 5 5.4 5.7 6 6.2 6.3 6.4 6.5 6.5 6.6 6.7 6.7 6.8 6.9 6.8 6.8 6.7 6.6 6.4 6.4 6.4 6.4 6.3 6.3 6.2 6.2 6.1 6.1 6.1 6.1 6.2 6.2 6.2 6.2 6.1 6 5.9 5.8 5.7 5.7 5.7 5.7 5.7 5.6 5.6 5.6 5.5 5.5 5.5 5.5 5.5 5.3 5.3 5.4 5.5 5.6 5.6 5.5 5.7
West Palm Beach-Boca Raton-Boynton Beach, FL Met Div 4.2 4.2 4.2 4.2 4.2 4.2 4.2 4.2 4.2 4.2 4.2 4.2 4.2 4.3 4.4 4.5 4.6 4.6 4.7 4.7 4.8 6.4 6.4 6.4 6.4 6.4 6.3 6.3 6.2 6.1 6.1 6 6 6 6 6 5.9 5.9 5.9 5.9 5.9 5.9 5.8 5.7 5.6 5.5 5.4 5.3 5.3 5.2 5.2 5.2 5.2 5.1 5.1 5.1 5 5 4.9 4.9 4.9 4.7 4.6 4.5 4.3 4.2 4 4 4 3.9 3.9 3.8 3.7 3.7 3.6 3.6 3.6 3.6 3.6 3.6 3.6 3.6 3.7 3.7 3.7 3.8 3.8 3.9 4 4.1 4.2 4.4 4.5 4.7 4.8 5 5.1 5.3 5.5 5.7 6 6.3 6.6 6.9 7.2 7.6 8 8.5 8.9 9.4 9.8 10.1 10.4 10.6 10.8 11 11.2 11.3 11.4 11.5 11.6 11.6 11.5 11.5 11.4 11.3 11.3 11.3 11.4 11.4 11.4 11.3 11.2 11 10.9 10.8 10.7 10.6 10.6 10.4 10.2 10 9.8 9.6 9.4 9.3 9.2 9.1 9 8.9 8.8 8.6 8.5 8.4 8.3 8.2 8.1 7.9 7.6 7.4 7.3 7.2 7.1 7 6.8 6.7
Wilmington, DE-MD-NJ Met Div 2.9 3 3.1 3.2 3.3 3.3 3.4 3.4 3.4 3.5 3.6 3.6 3.6 3.6 3.5 3.4 3.3 3.3 3.4 3.5 3.7 3.7 3.8 3.9 4 4.1 4.2 4.3 4.4 4.4 4.4 4.3 4.3 4.3 4.4 4.5 4.6 4.7 4.7 4.7 4.7 4.7 4.6 4.6 4.5 4.4 4.3 4.2 4.2 4.2 4.2 4.2 4.2 4.3 4.3 4.3 4.4 4.4 4.4 4.4 4.4 4.3 4.3 4.3 4.3 4.3 4.3 4.3 4.4 4.4 4.3 4.2 4.1 4 3.9 4 4 4 4 4 3.9 3.9 3.8 3.7 3.7 3.6 3.6 3.7 3.7 3.7 3.7 3.7 3.8 3.8 3.9 3.9 3.9 4 4 4.2 4.4 4.7 5 5.3 5.6 6 6.4 6.8 7.2 7.7 8 8.3 8.5 8.6 8.6 8.7 8.7 8.8 8.8 8.9 8.9 8.9 8.9 8.8 8.7 8.6 8.5 8.5 8.5 8.4 8.4 8.3 8.1 8 7.9 7.9 7.9 7.9 7.9 7.9 7.9 7.8 7.7 7.6 7.6 7.5 7.5 7.5 7.6 7.6 7.6 7.6 7.6 7.6 7.5 7.5 7.6 7.6 7.6 7.6 7.5 7.5 7.5 7.3 7.1 7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment