Home License -- for personal use only. Not for government, academic, research, commercial, or other organizational use. 13-May-2025 14:02:48 florida_cvt_pop_test(): MATLAB/Octave version 9.11.0.2358333 (R2021b) Update 7 Test florida_cvt_pop(). florida_cdf_pop_test(): florida_cdf_pop() constructs a cumulative distribution function (CDF) from a vector of population data. Note that CDF is indexed 1 through N+1. FLORIDA_CENSUS_READER: Read a file which contains the latitude, longitude, population and geoid for census blocks. About to read the file "florida_census.csv": Read 4245 records. # GEOID POP CDF 0 0 1 12001000200 7431 0.000395238 2 12001000301 3308 0.000571184 3 12001000302 2770 0.000718514 4 12001000400 5665 0.00101982 5 12001000500 4976 0.00128448 6 12001000600 4350 0.00151585 7 12001000700 6075 0.00183897 8 12001000806 2180 0.00195492 9 12001000808 3630 0.00214799 10 12001000809 1364 0.00222054 ........ ........... ........ .............. 4236 12131950602 2506 0.998284 4237 12131950603 7367 0.998676 4238 12131990000 0 0.998676 4239 12133970102 1651 0.998764 4240 12133970103 3335 0.998941 4241 12133970104 3228 0.999113 4242 12133970200 3624 0.999305 4243 12133970301 2282 0.999427 4244 12133970302 6615 0.999779 4245 12133970303 4161 1 florida_census_reader_test(): florida_census_reader() reads a file "florida_census.csv" and returns the longitude, latitude, populiation and census district ID form several thousand sites. FLORIDA_CENSUS_READER: Read a file which contains the latitude, longitude, population and geoid for census blocks. About to read the file "florida_census.csv": Read 4245 records. # GEOID POP Longitude Latitude 1 12001000200 7431 -82.333391 29.651117 2 12001000301 3308 -82.331419 29.668004 3 12001000302 2770 -82.330062 29.684237 4 12001000400 5665 -82.308121 29.679476 5 12001000500 4976 -82.316927 29.656845 6 12001000600 4350 -82.288504 29.655763 7 12001000700 6075 -82.290246 29.631659 8 12001000806 2180 -82.332245 29.639041 9 12001000808 3630 -82.333526 29.627420 10 12001000809 1364 -82.349284 29.630454 ........ ........... ........ .............. .............. 4236 12131950602 2506 -86.054977 30.309727 4237 12131950603 7367 -86.362061 30.386928 4238 12131990000 0 -86.194714 30.302065 4239 12133970102 1651 -85.568268 30.715056 4240 12133970103 3335 -85.591120 30.787334 4241 12133970104 3228 -85.488947 30.774138 4242 12133970200 3624 -85.785479 30.672095 4243 12133970301 2282 -85.574883 30.501896 4244 12133970302 6615 -85.762566 30.528566 4245 12133970303 4161 -85.526636 30.641711 Min 0 -87.497813 24.545290 Avg 4429 Max 33041 -80.018828 30.966749 Sum 18801310 Created a cut-down geoid/pop/lon/lat file: "florida_census.txt" florida_centroid_pop_test(): florida_centroid_pop() estimates the centroids of the Voronoi cells associated with a set of points within the boundaries of Florida, expressed as longitudes and latitudes. FLORIDA_CENSUS_READER: Read a file which contains the latitude, longitude, population and geoid for census blocks. About to read the file "florida_census.csv": Read 4245 records. FLORIDA_CENTROID_POP: MATLAB version Estimate population centroids of Voronoi regions, given generators. FLORIDA_VORONOI_DISPLAY: MATLAB version Display Voronoi diagram of Florida, with generator points and Voronoi diagram.