R and CSV files
When I deal with regional codes such as FIPS[1] and HUC[2], CSV file readers often mutilate my regions. Here is an example in R:
I am a full-time consultant and provide services related to the design, implementation and deployment of mathematical programming, optimization and data-science applications. I also teach courses and workshops. Usually I cannot blog about projects I am doing, but there are many technical notes I'd like to share. Not in the least so I have an easy way to search and find them again myself. You can reach me at erwin@amsterdamoptimization.com.
When I deal with regional codes such as FIPS[1] and HUC[2], CSV file readers often mutilate my regions. Here is an example in R:
Data Envelopment Analysis (DEA) models are somewhat special. They typically consist of small LPs, of which a whole bunch have to be solved. The CCR formulation (after [1]), for the i-th DMU (Decision Making Unit), can be stated as [2]:
CCR LP Model |
---|
maxefficiencyi=∑outpuoutp⋅yi,outp∑inpvinp⋅xi,inp=1∑outpuoutp⋅yj,outp≤vinp⋅xj,inp∀juoutp≥0,vinp≥0 |
In [1], I discussed some LP and MIP formulations for the Minimum Spanning Tree (MST) problem.