https://github.com/javierbarbero/DataEnvelopmentAnalysis.jl

sort by:
Revision Author Date Message Commit Date
cc234dd CompatHelper: bump compat for "GLPK" to "0.14" 15 September 2020, 00:54:34 UTC
edfb0ea Update documentation 03 August 2020, 14:02:19 UTC
e401936 Add Julia v1.5 in CI 03 August 2020, 09:25:59 UTC
a6aae7e Update documentation 30 July 2020, 11:56:31 UTC
0ef67b1 Update documentation 30 July 2020, 11:54:39 UTC
38414b2 Minor code updates 30 July 2020, 11:25:46 UTC
0c7d008 Use Julia Type Unions to simplify code 19 July 2020, 07:11:58 UTC
9927cf1 Add directions to DDF model - Add directions to the DDF and Profit DDF models that can be specified with a Symbol. - Set directions as named arguments. This is a breaking change. 18 July 2020, 17:43:19 UTC
478f17a Add more tests Add more tests 18 July 2020, 14:02:26 UTC
607a458 Add sum function to DEAPeers 10 July 2020, 15:02:43 UTC
86f3e11 Add more tests 09 July 2020, 10:07:30 UTC
3c5ee5a Code improvements in peers 09 July 2020, 08:50:57 UTC
bdf1d8d Add more tests 05 July 2020, 21:58:48 UTC
15ddfe8 Chore documentation 05 July 2020, 18:46:11 UTC
1313e73 Fix test 05 July 2020, 18:14:10 UTC
3f3ee75 Chores 05 July 2020, 18:02:02 UTC
e4bf674 Solve slacks using Ipopt in deagdf 05 July 2020, 17:51:39 UTC
71f7516 Set alpha as named optional parameter in deagdf. 05 July 2020, 16:50:48 UTC
5214fc0 Add peers structures and functions. - Add `DEAPeers` struct for peers of a DEA model. - Add `DEAPeersDMU` struct for peers of a DMU in a DEA model. - Add `ispeer` functions to test for peers. 23 June 2020, 20:29:25 UTC
b3971d6 Merge pull request #3 from javierbarbero/compathelper/new_version/2020-05-09-00-14-31-396-2205731412 CompatHelper: bump compat for "GLPK" to "0.13" 10 May 2020, 20:21:39 UTC
f82f929 CompatHelper: bump compat for "GLPK" to "0.13" 09 May 2020, 00:14:31 UTC
07555cc Add DMU names to results table. - Add DMU names to results table. - Add parameter to specify DMU names in all model function. 14 April 2020, 21:44:27 UTC
ea2ad5e Add AbstractDEAModel as supertype Add AbstractDEAModel as supertype for all technical, economic, and productivity models. 14 April 2020, 21:15:09 UTC
7483b29 Change parameter name for weights in additive model. Change parameter name for input and output weights in additive model, from "wX" and "wY" to "rhoX" and "rhoY". 14 April 2020, 15:46:47 UTC
6994675 Change parameter name for disposability Change parameter name for input and output disposability, from "disposalX" and "disposalY" to "disposX" and "disposY". 14 April 2020, 14:49:24 UTC
9761f4a Merge pull request #2 from javierbarbero/compathelper/new_version/2020-04-14-00-15-09-730-410955489 CompatHelper: bump compat for "StatsBase" to "0.33" 14 April 2020, 09:42:09 UTC
bce416b CompatHelper: bump compat for "StatsBase" to "0.33" 14 April 2020, 00:15:09 UTC
959eba3 Create CompatHelper.yml 13 April 2020, 19:34:34 UTC
c7fd985 Add Julia v1.4 in CI 25 March 2020, 09:59:20 UTC
6082363 Update weights in input and output oriented additive model. Update weights calculation in input and output oriented additive model. 20 March 2020, 16:34:20 UTC
d7e1f10 Add weak disposal in additive model Add weak input and output disposal in additive model. 17 March 2020, 16:30:00 UTC
7f356c9 Add input and output orientation in additive model. Add input and output orientation in additive model. 17 March 2020, 13:02:32 UTC
69e5e7e Merge pull request #1 from JuliaTagBot/master Install TagBot as a GitHub Action 25 February 2020, 23:17:20 UTC
13e58d0 Compatibility with JuMP 0.21 - Compatibility with JuMP 0.21 - Set package version to 0.1.2. 25 February 2020, 22:20:48 UTC
faeeb04 Add tests for weak disposal. Add test for weak disposal in radia dea, cost, and revenue models. 25 February 2020, 21:44:26 UTC
d227f64 Add weak disposability in radial output model. Add weak disposability in radial output oriented model. 23 February 2020, 16:52:40 UTC
7155028 Update installation instructions. Update installation instructions. 23 February 2020, 16:50:33 UTC
caefa4f Install TagBot as a GitHub Action 08 February 2020, 12:55:42 UTC
4cdd483 Use own prices in profitability model. Use own prices in profitability model. 20 January 2020, 11:40:29 UTC
2b7156f Display warning if model solution is not ok. Display warning if model solution is not optimal or locally solved. 04 January 2020, 13:44:01 UTC
4140aef Add weak disposal in DEA revenue model. - Add weak disposal in DEA revenue model. - Add checks for disposal parameter in cost and revenue model. - Fix typos in documentation. 06 December 2019, 11:36:11 UTC
011c21b Add weak disposal in DEA cost model. Add option for weak disposal in DEA cost model. 06 December 2019, 10:10:32 UTC
50cdde3 Update help and add tests. 05 December 2019, 14:49:30 UTC
2baf994 Zero weights in additive DEA. - Fix slack variables in additive DEA model when weights are zero. - Set default behavior to custom weights when weights are specified. - Display error if model is specified and weights are provided. 05 December 2019, 10:54:28 UTC
f38ae0e Add Julia v1.3 in CI 27 November 2019, 10:27:51 UTC
d00de64 Simplify code for additive DEA model. - Simplify additive model functions in one single function. - Allow for constant inputs or outputs in Normalized and RAM models. - Remove tests with only one evaluated DMU in Normalized, RAM and BAM models. 07 November 2019, 20:01:30 UTC
5b0e499 Remove solve nonlinear problem in initialization. Remove solve nonlinear problem in initialization to display Ipopt initial message. 07 November 2019, 17:05:30 UTC
93a5726 Merge branch 'master' of https://github.com/javierbarbero/DataEnvelopmentAnalysis.jl 05 November 2019, 18:48:21 UTC
2aeaeb5 Add abstract types for economic models. Add abstract types for Cost, Revenue, Profit and Profitability models. 05 November 2019, 18:48:16 UTC
c50ec8b Create NEWS.md 05 November 2019, 16:58:34 UTC
72d9a36 Fix bug in revenue and profit economic models. - Fix bug in revenue and profit that does not allow to run if number of inputs is different to number of outputs. - Fix typos in documentation. 05 November 2019, 15:57:23 UTC
57919c0 Support for GLPK 0.12 29 October 2019, 09:14:44 UTC
0b9c5e9 Add compatibility to project file Add compatibility to project file and drop Manifest file. 02 October 2019, 22:04:05 UTC
1ff3414 Update installation instructions. Update installation instructions. 02 October 2019, 15:18:23 UTC
0f3231f Update installation instructions. Update installation instructions. 02 October 2019, 15:16:52 UTC
5008f34 Update README.md 02 October 2019, 11:49:48 UTC
839a494 Update README.md 02 October 2019, 11:48:07 UTC
1b3bd7c Merge branch 'master' of https://github.com/javierbarbero/DataEnvelopmentAnalysis.jl 02 October 2019, 11:23:48 UTC
8c4832e Add documentation Add documentation to the package 02 October 2019, 11:23:32 UTC
844fc6e Update .appveyor.yml Remove AppVeyor unsupported Julia version 1.0 and drop x86 test. 01 October 2019, 21:54:24 UTC
78e6298 Update README.md Add AppVeyor badge 01 October 2019, 21:27:48 UTC
4fae952 Create .appveyor.yml 01 October 2019, 21:21:10 UTC
8f227f2 Remove reference sets in economic efficiency models. Remove the parameters for seting a different reference set in economic efficiency models. 01 October 2019, 17:54:41 UTC
9a86b52 Update functions documentation. Update functions documentation. 01 October 2019, 17:24:39 UTC
290feb4 Add more tests Add more tests for Malmquist index and remove redundancy code in dea additive model. 29 September 2019, 17:05:02 UTC
2e327f7 Add more text and fix bug in reference sets Add unit test for ErrorException 29 September 2019, 16:08:16 UTC
53ec018 Fix bug with reference sets Fix bug with reference sets when inputs or ourputs where no matrices. 29 September 2019, 14:30:02 UTC
9c16721 Merge branch 'master' of https://github.com/javierbarbero/DataEnvelopmentAnalysis.jl 29 September 2019, 14:01:59 UTC
29b73a2 Add more unit tests Add more unit tests to cover object printing. 29 September 2019, 14:01:55 UTC
3539b17 Update README.md Add Codecov 29 September 2019, 12:32:05 UTC
97bf03c Update .travis.yml Add Codecov and Coveralls 29 September 2019, 12:16:06 UTC
c11dccd Update .travis.yml Add Coveralls 29 September 2019, 11:59:05 UTC
7e767bf Update README.md Add Coveralls 29 September 2019, 11:56:33 UTC
4ecee9d Update README.md 29 September 2019, 11:40:38 UTC
a13626a Update README.md 29 September 2019, 11:40:15 UTC
50aab66 Create .travis.yml 29 September 2019, 10:57:25 UTC
76517dc Add profit DEA model Add profit DEA model with directional distance function technical efficiency. 28 September 2019, 17:42:50 UTC
82444a2 Add slacks in technical models. Add slacks in radial, directional distance function and generalized distance function technical efficiency models. 28 September 2019, 15:11:12 UTC
9f7753c Add Malmquist Productivity model. Add Malmquist Productivity Index DEA model. 03 September 2019, 20:31:40 UTC
a3a5921 Update dependencies. Update package dependencies to newest version. 02 September 2019, 21:48:27 UTC
03870bd Add directional distance function DEA model - Add directional distance function DEA model. - Update package dependencies. - Add blank lines in jldoctest. 16 August 2019, 20:55:26 UTC
017b5f8 Update revenue DEA model example. Update revenue DEA model example. 08 July 2019, 17:15:06 UTC
85a5b76 Change alpha in generalized DF model. Change alpha parameter in generalized DF model to match model specification in paper. 08 July 2019, 17:14:19 UTC
4e627eb Add revenue DEA model. Add revenue DEA model. 08 July 2019, 16:43:08 UTC
f7eed8a Add Cost DEA model. - Add cost DEA model. - Add blank lines between julia inputs in functions documentation. - Fix typos in comments. 08 July 2019, 15:17:58 UTC
2da83c6 Change name of Normalized weighted additive DEA model - Change name of normalized weighted additive DEA model to :Normalized - Use imperative instead of third person in functions documentation. 07 July 2019, 10:41:19 UTC
2a906ff Add profitability efficiency model Add profitability efficiency model: * add economic DEA models. * add profitability efficiency DEA model. * remove unused orientation parameter in generalized distance function model. * mode RadialDEAModel definition to dea file. * remove unnecessary brackets in conditionals. 06 July 2019, 15:18:28 UTC
aa8ea64 Add Generalized DF DEA Model. Add Generalized Distance Function DEA Model. 04 July 2019, 10:41:43 UTC
9c212e4 Add more tests for additive models. Add more tests for additive models. 19 June 2019, 08:42:26 UTC
ea3fca0 Add BAM additive model with CRS. Add bounded adjusted measure (BAM) additive model for constant returns to scale. 19 June 2019, 08:24:38 UTC
f991937 Add full code to additive DEA function Add full code to additive DEA function to allow for specific restrictions in related weighted additive models. 19 June 2019, 07:53:06 UTC
488374c Add normalized weighted additive DEA model Add normalized weighted additive DEA model (Lovell and Pastor, 1995). 18 June 2019, 13:11:19 UTC
bd5b280 Correct weights in RAM and BAM models Correct weights in RAM and BAM models when reference set is different to evaluation set. 15 June 2019, 20:06:40 UTC
e3c9c40 Add BAM additive model. Add bounded adjusted measure (BAM) additive model for variable returns to scale. 14 June 2019, 14:11:27 UTC
b70dce3 Add RAM additive model. Add Range Adjusted Measure (RAM) additive model. 14 June 2019, 08:17:01 UTC
c0ce5bb Add MIP additive model. Add Measure of Inefficiency Proportions (MIP) additive model. 11 June 2019, 13:44:36 UTC
483c276 Add weighted additive DEA model. Add basic functionality for weighted additive DEA models. 10 June 2019, 16:33:58 UTC
94533c5 Returns efficiency as vector Returns efficiency as vector instead of as matrix. 10 June 2019, 11:16:48 UTC
fd9241a Allow inputs and outputs to be vectors. Allow inputs and outputs to be vectors in radial DEA models. 10 June 2019, 10:29:10 UTC
93fc5f1 Add radial DEA model Add basic functionality for radial DEA models 10 June 2019, 09:46:43 UTC
back to top