├── Codebook.pdf ├── LICENSE ├── README.md ├── matlab ├── MAPIT.m ├── META.m ├── data │ ├── input │ │ ├── roptimis_all_big.mat │ │ └── wageworker1986.csv │ └── output │ │ └── Dummy ├── figs │ ├── calibration │ │ └── Dummy.txt │ ├── endcft │ │ └── Dummy.txt │ ├── endvsexog │ │ └── Dummy.txt │ ├── exogcft │ │ └── Dummy.txt │ └── openvsclose │ │ └── Dummy.txt ├── prepdata_TD.m ├── prepdata_TD06ttpub.m ├── prepdata_TD86.m ├── section6 │ ├── calibration │ │ ├── calcal_TD.m │ │ ├── calcal_adj_TD.m │ │ ├── camen.m │ │ ├── cdensity.m │ │ ├── comegaoptC.m │ │ ├── expincome.m │ │ └── modbezirk.m │ ├── exogcftual │ │ ├── cdensityE.m │ │ ├── cftualexog_TD.m │ │ ├── cftualprep_TD.m │ │ ├── cmodexog.m │ │ └── smodexog.m │ └── optimepsilon │ │ ├── cdensityoptren.m │ │ ├── comegaoptO.m │ │ ├── keep.m │ │ └── optimepsilon_TD86.m └── section7 │ └── counterfactual │ ├── cftualendog_HHbar_TD.m │ ├── cftualendog_Ubar_TD.m │ ├── cftualprep_end_TD.m │ ├── cprod.m │ ├── cres.m │ ├── smodendog.m │ ├── ubar.m │ └── ussmodendog.m └── shapefile ├── Berlin4matlab.cpg ├── Berlin4matlab.dbf ├── Berlin4matlab.prj ├── Berlin4matlab.shp ├── Berlin4matlab.shp.xml ├── Berlin4matlab.shx ├── BerlinAllBlocks.cpg ├── BerlinAllBlocks.dbf ├── BerlinAllBlocks.prj ├── BerlinAllBlocks.sbn ├── BerlinAllBlocks.sbx ├── BerlinAllBlocks.shp ├── BerlinAllBlocks.shp.xml ├── BerlinAllBlocks.shx ├── BerlinGreen.cpg ├── BerlinGreen.dbf ├── BerlinGreen.prj ├── BerlinGreen.sbn ├── BerlinGreen.sbx ├── BerlinGreen.shp ├── BerlinGreen.shp.xml ├── BerlinGreen.shx ├── BerlinWater.cpg ├── BerlinWater.dbf ├── BerlinWater.prj ├── BerlinWater.sbn ├── BerlinWater.sbx ├── BerlinWater.shp ├── BerlinWater.shx ├── Bezirke23.cpg ├── Bezirke23.dbf ├── Bezirke23.prj ├── Bezirke23.sbn ├── Bezirke23.sbx ├── Bezirke23.shp ├── Bezirke23.shp.xml ├── Bezirke23.shx ├── WestBerlin4matlab.cpg ├── WestBerlin4matlab.dbf ├── WestBerlin4matlab.prj ├── WestBerlin4matlab.sbn ├── WestBerlin4matlab.sbx ├── WestBerlin4matlab.shp ├── WestBerlin4matlab.shp.xml ├── WestBerlin4matlab.shx └── _README.txt /Codebook.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/Codebook.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/README.md -------------------------------------------------------------------------------- /matlab/MAPIT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/MAPIT.m -------------------------------------------------------------------------------- /matlab/META.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/META.m -------------------------------------------------------------------------------- /matlab/data/input/roptimis_all_big.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/data/input/roptimis_all_big.mat -------------------------------------------------------------------------------- /matlab/data/input/wageworker1986.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/data/input/wageworker1986.csv -------------------------------------------------------------------------------- /matlab/data/output/Dummy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/data/output/Dummy -------------------------------------------------------------------------------- /matlab/figs/calibration/Dummy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/figs/calibration/Dummy.txt -------------------------------------------------------------------------------- /matlab/figs/endcft/Dummy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/figs/endcft/Dummy.txt -------------------------------------------------------------------------------- /matlab/figs/endvsexog/Dummy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/figs/endvsexog/Dummy.txt -------------------------------------------------------------------------------- /matlab/figs/exogcft/Dummy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/figs/exogcft/Dummy.txt -------------------------------------------------------------------------------- /matlab/figs/openvsclose/Dummy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/figs/openvsclose/Dummy.txt -------------------------------------------------------------------------------- /matlab/prepdata_TD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/prepdata_TD.m -------------------------------------------------------------------------------- /matlab/prepdata_TD06ttpub.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/prepdata_TD06ttpub.m -------------------------------------------------------------------------------- /matlab/prepdata_TD86.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/prepdata_TD86.m -------------------------------------------------------------------------------- /matlab/section6/calibration/calcal_TD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/section6/calibration/calcal_TD.m -------------------------------------------------------------------------------- /matlab/section6/calibration/calcal_adj_TD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/section6/calibration/calcal_adj_TD.m -------------------------------------------------------------------------------- /matlab/section6/calibration/camen.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/section6/calibration/camen.m -------------------------------------------------------------------------------- /matlab/section6/calibration/cdensity.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/section6/calibration/cdensity.m -------------------------------------------------------------------------------- /matlab/section6/calibration/comegaoptC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/section6/calibration/comegaoptC.m -------------------------------------------------------------------------------- /matlab/section6/calibration/expincome.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/section6/calibration/expincome.m -------------------------------------------------------------------------------- /matlab/section6/calibration/modbezirk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/section6/calibration/modbezirk.m -------------------------------------------------------------------------------- /matlab/section6/exogcftual/cdensityE.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/section6/exogcftual/cdensityE.m -------------------------------------------------------------------------------- /matlab/section6/exogcftual/cftualexog_TD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/section6/exogcftual/cftualexog_TD.m -------------------------------------------------------------------------------- /matlab/section6/exogcftual/cftualprep_TD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/section6/exogcftual/cftualprep_TD.m -------------------------------------------------------------------------------- /matlab/section6/exogcftual/cmodexog.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/section6/exogcftual/cmodexog.m -------------------------------------------------------------------------------- /matlab/section6/exogcftual/smodexog.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/section6/exogcftual/smodexog.m -------------------------------------------------------------------------------- /matlab/section6/optimepsilon/cdensityoptren.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/section6/optimepsilon/cdensityoptren.m -------------------------------------------------------------------------------- /matlab/section6/optimepsilon/comegaoptO.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/section6/optimepsilon/comegaoptO.m -------------------------------------------------------------------------------- /matlab/section6/optimepsilon/keep.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/section6/optimepsilon/keep.m -------------------------------------------------------------------------------- /matlab/section6/optimepsilon/optimepsilon_TD86.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/section6/optimepsilon/optimepsilon_TD86.m -------------------------------------------------------------------------------- /matlab/section7/counterfactual/cftualendog_HHbar_TD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/section7/counterfactual/cftualendog_HHbar_TD.m -------------------------------------------------------------------------------- /matlab/section7/counterfactual/cftualendog_Ubar_TD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/section7/counterfactual/cftualendog_Ubar_TD.m -------------------------------------------------------------------------------- /matlab/section7/counterfactual/cftualprep_end_TD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/section7/counterfactual/cftualprep_end_TD.m -------------------------------------------------------------------------------- /matlab/section7/counterfactual/cprod.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/section7/counterfactual/cprod.m -------------------------------------------------------------------------------- /matlab/section7/counterfactual/cres.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/section7/counterfactual/cres.m -------------------------------------------------------------------------------- /matlab/section7/counterfactual/smodendog.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/section7/counterfactual/smodendog.m -------------------------------------------------------------------------------- /matlab/section7/counterfactual/ubar.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/section7/counterfactual/ubar.m -------------------------------------------------------------------------------- /matlab/section7/counterfactual/ussmodendog.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/matlab/section7/counterfactual/ussmodendog.m -------------------------------------------------------------------------------- /shapefile/Berlin4matlab.cpg: -------------------------------------------------------------------------------- 1 | UTF-8 -------------------------------------------------------------------------------- /shapefile/Berlin4matlab.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/Berlin4matlab.dbf -------------------------------------------------------------------------------- /shapefile/Berlin4matlab.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/Berlin4matlab.prj -------------------------------------------------------------------------------- /shapefile/Berlin4matlab.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/Berlin4matlab.shp -------------------------------------------------------------------------------- /shapefile/Berlin4matlab.shp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/Berlin4matlab.shp.xml -------------------------------------------------------------------------------- /shapefile/Berlin4matlab.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/Berlin4matlab.shx -------------------------------------------------------------------------------- /shapefile/BerlinAllBlocks.cpg: -------------------------------------------------------------------------------- 1 | UTF-8 -------------------------------------------------------------------------------- /shapefile/BerlinAllBlocks.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/BerlinAllBlocks.dbf -------------------------------------------------------------------------------- /shapefile/BerlinAllBlocks.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/BerlinAllBlocks.prj -------------------------------------------------------------------------------- /shapefile/BerlinAllBlocks.sbn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/BerlinAllBlocks.sbn -------------------------------------------------------------------------------- /shapefile/BerlinAllBlocks.sbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/BerlinAllBlocks.sbx -------------------------------------------------------------------------------- /shapefile/BerlinAllBlocks.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/BerlinAllBlocks.shp -------------------------------------------------------------------------------- /shapefile/BerlinAllBlocks.shp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/BerlinAllBlocks.shp.xml -------------------------------------------------------------------------------- /shapefile/BerlinAllBlocks.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/BerlinAllBlocks.shx -------------------------------------------------------------------------------- /shapefile/BerlinGreen.cpg: -------------------------------------------------------------------------------- 1 | UTF-8 -------------------------------------------------------------------------------- /shapefile/BerlinGreen.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/BerlinGreen.dbf -------------------------------------------------------------------------------- /shapefile/BerlinGreen.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/BerlinGreen.prj -------------------------------------------------------------------------------- /shapefile/BerlinGreen.sbn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/BerlinGreen.sbn -------------------------------------------------------------------------------- /shapefile/BerlinGreen.sbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/BerlinGreen.sbx -------------------------------------------------------------------------------- /shapefile/BerlinGreen.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/BerlinGreen.shp -------------------------------------------------------------------------------- /shapefile/BerlinGreen.shp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/BerlinGreen.shp.xml -------------------------------------------------------------------------------- /shapefile/BerlinGreen.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/BerlinGreen.shx -------------------------------------------------------------------------------- /shapefile/BerlinWater.cpg: -------------------------------------------------------------------------------- 1 | UTF-8 -------------------------------------------------------------------------------- /shapefile/BerlinWater.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/BerlinWater.dbf -------------------------------------------------------------------------------- /shapefile/BerlinWater.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/BerlinWater.prj -------------------------------------------------------------------------------- /shapefile/BerlinWater.sbn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/BerlinWater.sbn -------------------------------------------------------------------------------- /shapefile/BerlinWater.sbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/BerlinWater.sbx -------------------------------------------------------------------------------- /shapefile/BerlinWater.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/BerlinWater.shp -------------------------------------------------------------------------------- /shapefile/BerlinWater.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/BerlinWater.shx -------------------------------------------------------------------------------- /shapefile/Bezirke23.cpg: -------------------------------------------------------------------------------- 1 | UTF-8 -------------------------------------------------------------------------------- /shapefile/Bezirke23.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/Bezirke23.dbf -------------------------------------------------------------------------------- /shapefile/Bezirke23.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/Bezirke23.prj -------------------------------------------------------------------------------- /shapefile/Bezirke23.sbn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/Bezirke23.sbn -------------------------------------------------------------------------------- /shapefile/Bezirke23.sbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/Bezirke23.sbx -------------------------------------------------------------------------------- /shapefile/Bezirke23.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/Bezirke23.shp -------------------------------------------------------------------------------- /shapefile/Bezirke23.shp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/Bezirke23.shp.xml -------------------------------------------------------------------------------- /shapefile/Bezirke23.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/Bezirke23.shx -------------------------------------------------------------------------------- /shapefile/WestBerlin4matlab.cpg: -------------------------------------------------------------------------------- 1 | UTF-8 -------------------------------------------------------------------------------- /shapefile/WestBerlin4matlab.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/WestBerlin4matlab.dbf -------------------------------------------------------------------------------- /shapefile/WestBerlin4matlab.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/WestBerlin4matlab.prj -------------------------------------------------------------------------------- /shapefile/WestBerlin4matlab.sbn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/WestBerlin4matlab.sbn -------------------------------------------------------------------------------- /shapefile/WestBerlin4matlab.sbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/WestBerlin4matlab.sbx -------------------------------------------------------------------------------- /shapefile/WestBerlin4matlab.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/WestBerlin4matlab.shp -------------------------------------------------------------------------------- /shapefile/WestBerlin4matlab.shp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/WestBerlin4matlab.shp.xml -------------------------------------------------------------------------------- /shapefile/WestBerlin4matlab.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/WestBerlin4matlab.shx -------------------------------------------------------------------------------- /shapefile/_README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahlfeldt/ARSW2015-toolkit/HEAD/shapefile/_README.txt --------------------------------------------------------------------------------